Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (poly-agent) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PolyAgent
A CLI installer for AI IDE prompts - easily install commands, skills, and workflows for Cursor, ClaudeCode, and Antigravity.
Features
- Interactive CLI: Beautiful command-line interface using clack prompts
- Multi-IDE Support: Works with Cursor, ClaudeCode, and Antigravity
- Selective Installation: Choose which prompts to install
- Prompt-as-Code: All prompts are defined in Markdown files with frontmatter
Installation
Install and run the CLI installer:
npx poly-agent initUsage
Run the installer:
npx poly-agent init
Choose your AI IDE:
- Cursor → Installs to
./.cursor/commands/ - ClaudeCode → Installs to
./.claude/skills/ - Antigravity → Installs to
./.agents/workflows/
- Cursor → Installs to
Select prompts: Navigate through the list of available prompts, press
Spaceto select/unselect, andEnterto continue.Installation: The selected prompts will be copied to the appropriate directory for your chosen IDE.
Available Prompts
- Senior QA Automation - Expert in Playwright, Vitest, Jest, and testing strategies
- Researcher - Deep information gathering and synthesis
- UI/UX Designer - Expert in user interface and experience design
- Fullstack Engineer - Full-stack development expertise
- Git Manager - Git workflow and repository management
- MCP Manager - Model Context Protocol management
- Project Manager - Project planning and management
- Brainstormer - Creative problem solving and ideation
- Code Reviewer - Code review and quality assurance
- Debugger - Debugging and troubleshooting expertise
- Docs Manager - Documentation creation and management
Target Directories
Depending on your chosen IDE, prompts are installed to:
- Cursor:
./.cursor/commands/ - ClaudeCode:
./.claude/skills/ - Antigravity:
./.agents/workflows/
Development
To build the project locally:
npm install
npm run buildLicense
ISC