Free, open-source plugins for Claude Code. Built by the team behind aiorg.dev.
# Add this marketplace to Claude Code
/plugin marketplace add aiorgdev/claude-plugins
# Browse and install plugins
/pluginTeam task board that lives in your repo. Track tasks, assign to teammates, and let Claude auto-recognize "I need to do X" phrases.
- Track tasks with priorities and due dates
- Assign tasks to teammates
- Auto-recognize natural language ("I need to do X")
- Git-friendly (TODO.md commits, .claude-user doesn't)
- Works in English and Polish
/plugin install aiorg-todo --scope project
/todo setupInteractive PRD (Product Requirements Document) designer. Design features through guided conversation - Claude acts as your product partner, asking smart questions and generating implementation-ready documentation.
- Interactive questioning (one question at a time)
- Codebase-aware suggestions
- Generates PRD.md, CONTEXT.md, and TASKS.md
- Resume anytime with
/prd continue - Works in English and Polish
/plugin install aiorg-prd --scope project
/prd new "my feature"Auto-generate changelog entries from git commits. Produces two formats - narrative JSON for landing pages (founder voice), and classic Markdown for developers.
- Dual output: JSON + Markdown
- Marketing-friendly narratives
- Works with conventional commits
- Optional automation hooks
/plugin install aiorg-changelog --scope project
/changelog initSecurity guard for bash commands. Blocks dangerous commands instantly, auto-approves 100+ safe dev tools, prompts you for the rest. Zero dependencies, instant evaluation.
- Blocks
rm -rf /, credential access,| bash, force push main,DROP DATABASE, cloud destruction - Auto-approves git, npm, docker, curl, aws, gcloud, stripe, and 100+ more
- Catches
python3 -c "os.system('rm -rf /')"(inline code scanning) - Sees through
sudo,env,timeoutwrappers - 125+ tests included
/plugin install aiorg-bash-guard@aiorg-pluginsWe build Claude Code starter kits for founders. Complete boilerplate + AI that understands your code.
| Kit | Type | What you get |
|---|---|---|
| Idea OS | Free | AI-powered business idea validation |
| Landing Page | Free | GEO optimization for Astro projects |
| SaaS Dev Team | Paid | Auth, billing, dashboard. Launch your SaaS in days. |
| Marketing OS | Paid | Autonomous AI marketing team |
| Product OS | Paid | Product management with AI |
Visit aiorg.dev to see all kits.
- Website: aiorg.dev
- Documentation: aiorg.dev/docs
- All kits: aiorg.dev/#kits
- Issues: github.com/aiorgdev/claude-plugins/issues
Found a bug? Have an idea? Open an issue.
MIT