Skip to content

Latest commit

 

History

History
123 lines (82 loc) · 3.7 KB

File metadata and controls

123 lines (82 loc) · 3.7 KB

AI Org Claude Code Plugins

License: MIT Claude Code

Free, open-source plugins for Claude Code. Built by the team behind aiorg.dev.

Quick Start

# Add this marketplace to Claude Code
/plugin marketplace add aiorgdev/claude-plugins

# Browse and install plugins
/plugin

Available Plugins

aiorg-todo

Team 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 setup

Full documentation


aiorg-prd

Interactive 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"

Full documentation


aiorg-changelog

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 init

Full documentation


aiorg-bash-guard

Security 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, timeout wrappers
  • 125+ tests included
/plugin install aiorg-bash-guard@aiorg-plugins

Full documentation


More from AI Org

We 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.

Links

Contributing

Found a bug? Have an idea? Open an issue.

License

MIT