@agentup/cli
v1.5.0
Published
AgentUp — AI skills for production-grade code (Go, Node.js, Rust, Frontend)
Maintainers
Readme
@agentup/cli
CLI installer for AgentUp — AI skills that make your coding assistant write production-grade code.
Supports Go, Node.js/TypeScript, Rust, PHP, and UI/UX Frontend.
Installation
npm install -g @agentup/cliOr run directly with npx:
npx @agentup/cli initRequirements: Node.js >= 18.0.0, Python 3.x (for running skills)
Usage
agentup init [options]Interactive mode
agentup initPrompts you to select platform and languages interactively.
With flags
agentup init --platform claude --lang go
agentup init --platform cursor --lang nodejs
agentup init --platform windsurf --lang go,nodejs,rust
agentup init --platform cursor --lang php
agentup init --platform antigravity --lang rust --no-frontendOptions
| Option | Description | Default |
| ----------------------- | ---------------------------------------- | ----------- |
| --platform <platform> | Target AI platform | claude |
| --lang <languages> | Languages to install (comma-separated) | interactive |
| --no-frontend | Skip installing the UI/UX Frontend skill | false |
| --dir <directory> | Target project directory | . |
Supported platforms
| Platform | Config file | Skill directory |
| ------------- | ----------------- | ------------------- |
| claude | CLAUDE.md | .claude/skills/ |
| cursor | .cursorrules | .cursor/skills/ |
| windsurf | .windsurfrules | .windsurf/skills/ |
| antigravity | .agent/SKILL.md | .agent/skills/ |
Supported languages
| Language | Skill |
| -------- | -------------------------------------------------------------- |
| go | Go Backend — 13 knowledge domains, 10 stack guidelines |
| nodejs | Node.js/TypeScript — 14 knowledge domains, 12 stack guidelines |
| rust | Rust — 14 knowledge domains, 11 stack guidelines |
| php | PHP Backend — 12 knowledge domains, 8 stack guidelines |
UI/UX Frontend skill (13 stack guidelines) is installed by default with any language.
What it does
- Copies skill files (CSV databases, search scripts, templates) into your project
- Appends the skill workflow to your AI config file (
CLAUDE.md,.cursorrules, etc.) - Your AI assistant automatically uses the skills when writing code
Example
$ agentup init --platform claude --lang go
╔════════════════════════════════════════╗
║ Welcome to AgentUp! ║
║ AI skills for production-grade code ║
╚════════════════════════════════════════╝
Platform : Claude Code
Languages : Go Backend + UI/UX Frontend
Directory : /path/to/your/project
Installing Go Backend skill to .claude/skills/go...
Done.
Installing UI/UX Frontend skill to .claude/skills/frontend...
Done.
Creating CLAUDE.md...
Done.
════════════════════════════════════════
Installation complete!
Installed skills:
.claude/skills/go/
.claude/skills/frontend/
Config: CLAUDE.mdLinks
- GitHub: github.com/vurakit/agentup
- Report issues: github.com/vurakit/agentup/issues
License
MIT
