{
  "markdown": "# AgentMancy\n\nAI Agent & Skill Builder for Claude Code, OpenCode, and Gemini.\n\nBuild custom agents and skills tailored to your codebase using natural language.\n\nA free alternative to summonaikit that leverages your already existing subscriptions to Claude and Gemini.\n\n## Features\n\n- **Multi-Runtime Support**: Works with Claude Code, OpenCode, and Gemini\n- **Agent Builder**: Create specialized agents and skills for specific tasks\n- **Skill Builder**: Build reusable skills/commands\n- **Easy Install**: One command to install everywhere\n\n## Requirements\n\n- [Bun](https://bun.sh) must be installed (`curl -fsSL https://bun.sh/install | bash`)\n\n## Installation\n\n### Interactive Install\n\n```bash\nnpx agentmancy\n# or\nbunx agentmancy\n```\n\nFollow the prompts to choose your runtime(s) and install location.\n\n### Quick Install\n\n```bash\n# Install for Claude Code globally\nnpx agentmancy --claude --global\n\n# Install for all runtimes globally\nnpx agentmancy --all --global\n\n# Install to current project only\nnpx agentmancy --claude --local\n```\n\n### All Options\n\n```bash\nnpx agentmancy [options]\n# or: bunx agentmancy [options]\n\nOptions:\n  -g, --global        Install globally (to config directory)\n  -l, --local         Install locally (to current directory)\n  --claude            Install for Claude Code only\n  --opencode          Install for OpenCode only\n  --gemini            Install for Gemini only\n  --all               Install for all runtimes\n  -u, --uninstall     Uninstall AgentMancy\n  -h, --help          Show help message\n```\n\n## Usage\n\nAfter installation, you'll have access to AgentMancy agents and skills:\n\n### Agents\n\n- **agentmancy-agent-builder**: Build custom agents for your workflow\n- **agentmancy-skill-builder**: Create reusable skills/commands\n- **agentmancy-repository-analyzer**: Analyze codebases for structure and patterns\n- **agentmancy-verifier**: Verify agent and skill implementations\n\nUse agents via the Task tool:\n\n```typescript\n// In Claude Code, OpenCode, or Gemini\nTask(subagent_type: \"agentmancy-agent-builder\", prompt: \"Create an agent for...\")\n```\n\n### Skills\n\nSkills will be available as `/agentmancy:*` commands once the `skills/` directory is populated.\n\n## Project Structure\n\n```\nagentmancy/\n├── agents/           # Pre-built agents\n├── skills/           # Pre-built skills/commands (coming soon)\n├── bin/\n│   └── install.ts    # Installation script\n└── package.json\n```\n\n## How It Works\n\nAgentMancy automatically transforms agent and skill definitions for each runtime:\n\n- **Claude Code**: Uses original `.md` format with YAML frontmatter\n- **OpenCode**: Converts to OpenCode format (tools object, hex colors, etc.)\n- **Gemini**: Converts to Gemini CLI format (tools array, TOML commands, etc.)\n\nThis means you write once and deploy everywhere!\n\n## Development\n\n```bash\n# Clone the repo\ngit clone <repo-url>\ncd agentmancy\n\n# Install dependencies\nbun install\n\n# Run tests\nbun test\n\n# Install locally for testing\nnpx agentmancy --claude --local\n```\n\n## Uninstall\n\n```bash\n# Uninstall from Claude Code globally\nnpx agentmancy --claude --global --uninstall\n\n# Uninstall from all runtimes globally\nnpx agentmancy --all --global --uninstall\n```\n\n> You can also use `bunx` in place of `npx` for any of the above commands.\n\n## License\n\nMIT\n",
  "bytes": 3270,
  "sha": "f42136319ce53b405ee7202caa4813182699f34cbf42dcf088baa54f8ad011a1",
  "repo_slug": "vinngo/agentmancy",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_vinngo_agentmancy_agentmancy_b4cc0b97/readme"
}