@echodev6813/agent-skills
v1.0.3
Published
Antigravity Kit - Agent Skills CLI
Readme
🚀 Agent Skills (Antigravity Kit)
Supercharge your AI Agents with specialized skills, personas, and workflows.
@echodev6813/agent-skills is a modular toolkit designed to expand the capabilities of your AI coding assistants. It provides a structured .agent directory containing specialist agents, domain-specific skills, and automated workflows.
📦 Installation & Usage
You don't need to install this package globally. Simply run it with npx in the root of your project:
npx @echodev6813/agent-skills init🐙 Alternative: Run directly from GitHub
If the package is not published to npm key, you can run it directly from the repository:
npx github:echodev6813/agent-skills init✨ Selective Installation (Profiles)
When you run the command, interactive prompts will guide you to choose the best configuration for your project:
Full Kit (Recommended)
- Installs EVERYTHING: All 20+ Agents, 40+ Skills, and Workflows.
- Best for: Full-stack projects, complex architectures.
Frontend Only
- Installs:
frontend-specialistagent. - Skills: React, Next.js, Tailwind, Design Systems, Clean Code, Testing.
- Best for: Web UI repositories, Design Systems.
- Installs:
Backend Only
- Installs:
backend-specialistagent. - Skills: Node.js, API Patterns, Database Design, DevOps, Security.
- Best for: API services, Worker scripts, CLI tools.
- Installs:
🛠️ What's Inside?
Once initialized, you will find an .agent/ directory in your project:
.agent/
├── agents/ # Specialist Personas (Frontend, Backend, etc.)
├── skills/ # Knowledge Modules (React, node.js, Security...)
├── workflows/ # Slash Commands (/deploy, /debug, /plan...)
└── ARCHITECTURE.md # Detailed documentation of the kit🚀 Getting Started
- Run the init command:
npx @echodev6813/agent-skills init - Select your profile.
- Instruct your AI Assistant to "Read .agent/ARCHITECTURE.md" to understand its new capabilities.
- Start using commands like
/plan,/brainstorm, or specialized agents.
📝 License
ISC
