Initial commit: antigravity-claudekit
This commit is contained in:
84
README.md
Normal file
84
README.md
Normal file
@@ -0,0 +1,84 @@
|
||||
# Antigravity ClaudeKit Skills
|
||||
|
||||
ClaudeKit's battle-tested AI development workflow — now available as Antigravity IDE skills.
|
||||
|
||||
## What's Included
|
||||
|
||||
- **~65 skills** covering planning, coding, testing, review, debugging, deployment, and more
|
||||
- **Guard skills** for privacy, code quality, session management, and context awareness
|
||||
- **Orchestration skill** with full workflow rules (plan → implement → test → review → document)
|
||||
- **Reference docs** for development rules, orchestration protocol, and documentation management
|
||||
|
||||
## Installation
|
||||
|
||||
### Global (all projects)
|
||||
|
||||
```bash
|
||||
./install.sh --global
|
||||
# Skills install to ~/.gemini/antigravity/skills/
|
||||
```
|
||||
|
||||
### Workspace (current project only)
|
||||
|
||||
```bash
|
||||
./install.sh --workspace
|
||||
# Skills install to .agent/skills/
|
||||
```
|
||||
|
||||
### Windows
|
||||
|
||||
```powershell
|
||||
.\install.ps1
|
||||
# or: .\install.ps1 -Workspace
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Skills activate automatically based on your intent. Examples:
|
||||
|
||||
| Say this... | Skill activates |
|
||||
|-------------|----------------|
|
||||
| "I want to add a new feature" | ck-brainstorm |
|
||||
| "create a plan" | ck-planning |
|
||||
| "review my code" | ck-code-review |
|
||||
| "fix this bug" | ck-fix |
|
||||
| "explore the codebase" | ck-scout |
|
||||
| "run tests" | ck-web-testing |
|
||||
|
||||
## Skill Categories
|
||||
|
||||
### Core Workflow
|
||||
ck-brainstorm, ck-planning, ck-code-review, ck-debug, ck-fix, ck-fixing, ck-git, ck-scout, ck-research, ck-sequential-thinking, ck-cook
|
||||
|
||||
### Development
|
||||
ck-frontend-design, ck-frontend-development, ck-backend-development, ck-web-frameworks, ck-databases, ck-devops, ck-web-testing
|
||||
|
||||
### Specialized
|
||||
ck-docs-seeker, ck-mcp-management, ck-agent-browser, ck-ai-artist, ck-ai-multimodal, ck-chrome-devtools, ck-media-processing, ck-shader, ck-threejs, ck-remotion, ck-shopify, ck-payment-integration, ck-mobile-development
|
||||
|
||||
### Guards & System
|
||||
ck-system, ck-privacy-guard, ck-code-quality-guard, ck-session-guard, ck-context-guard, ck-orchestration
|
||||
|
||||
### Commands & Agents
|
||||
ck-ask, ck-bootstrap, ck-plan, ck-test, ck-preview, ck-worktree, ck-help, ck-ccs, ck-docs-manager, ck-project-manager, ck-fullstack-developer, ck-code-simplifier, ck-brainstormer, ck-journal-writer
|
||||
|
||||
## Contributing
|
||||
|
||||
1. Fork this repo
|
||||
2. Create a skill in `skills/<ck-name>/SKILL.md` following `template/SKILL.md`
|
||||
3. Add entry to `skills_index.json`
|
||||
4. Submit PR
|
||||
|
||||
## Migration from ClaudeKit
|
||||
|
||||
See [docs/migration-guide-from-claudekit.md](docs/migration-guide-from-claudekit.md) for detailed migration instructions.
|
||||
|
||||
Key differences:
|
||||
- No slash commands → semantic triggering via descriptions
|
||||
- No hooks → HARD-GATE blocks in guard skills
|
||||
- No Task tool → Manager Surface for parallel agents
|
||||
- Skill names use hyphens only (e.g., `ipa:spec` → `ipa-spec`)
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
||||
Reference in New Issue
Block a user