promptheus-agents
v1.1.0
Published
Install Promptheus AI subagents into your repo — npx promptheus-agents add <name>
Maintainers
Readme
promptheus-agents
Install Promptheus AI subagents into your repo —
a security auditor, a debugger, a test writer, a system architect and more, as
ready-to-use Claude Code .claude/agents/*.md files.
# add one or more agents to ./.claude/agents/
npx promptheus-agents add debugger security-auditor
# pnpm / bun work too
pnpm dlx promptheus-agents add test-writer
bunx promptheus-agents add # interactive picker
# browse everything
npx promptheus-agents listOptions
| Flag | Description |
| ---- | ----------- |
| -g, --global | Install into ~/.claude/agents (available in every project) |
| -f, --force | Overwrite existing files |
| --dir <path> | Install into a custom directory |
| -v, --version | Print the version |
Agents are fetched live from the site, so new ones appear without updating the
CLI. Point it elsewhere with PROMPTHEUS_AGENTS_URL (e.g. a preview deploy).
Zero dependencies · Node 18+ · public domain (CC0).
