tuncss-cli-helper
v1.4.1
Published
Antigravity Kit for Antigravity IDE and Claude Code
Maintainers
Readme
cli-helper
Antigravity Kit for Antigravity IDE and Claude Code.
Install
npm install -g tuncss-cli-helperUsage
Run inside any project directory:
tuncss-cli-helper initThis copies the following into your project:
.agent/ <- 20 specialist agents, 36+ skills, workflows
CLAUDE.md <- Claude Code adapter
.claude/
commands/ <- Slash command definitions for Claude CodeSlash Commands (Claude Code)
After init, these slash commands are available in Claude Code:
| Command | Description |
|---------|-------------|
| /brainstorm | Structured idea exploration |
| /create | Scaffold a new application |
| /enhance | Add or update features |
| /debug | Systematic problem investigation |
| /plan | Create a plan without writing code |
| /plan-universal | Create a tool-agnostic plan (no agent/skill dependencies) |
| /orchestrate | Coordinate multiple specialist agents |
| /deploy | Production deployment workflow |
| /test | Run test workflow |
| /preview | Preview changes |
| /status | Check project status |
| /ui-ux-pro-max | Design with full design system |
Agent Mentions
Use @agent-name to invoke a specialist directly:
@frontend-specialist redesign the dashboard
@backend-specialist add rate limiting to the API
@security-auditor review the auth flow
@debugger investigate why login fails on refreshAvailable agents: orchestrator, frontend-specialist, backend-specialist, database-architect, mobile-developer, devops-engineer, security-auditor, penetration-tester, test-engineer, debugger, performance-optimizer, project-planner, explorer-agent, product-manager, documentation-writer, seo-specialist, code-archaeologist, qa-automation-engineer, game-developer.
How It Works
User request
->
GEMINI.md rules (loaded via CLAUDE.md)
->
Auto-route to specialist agent (.agent/agents/)
->
Load relevant skills (.agent/skills/)
->
Execute -> run verification scriptsLicense
MIT
