{"id":48828280,"url":"https://github.com/apurvbazari/claude-plugins","last_synced_at":"2026-04-19T08:03:39.251Z","repository":{"id":340201547,"uuid":"1164049373","full_name":"ApurvBazari/claude-plugins","owner":"ApurvBazari","description":"A curated collection of plugins for Claude Code — powering AI-driven development and agentic workflows","archived":false,"fork":false,"pushed_at":"2026-04-13T13:50:31.000Z","size":450,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-13T14:04:30.455Z","etag":null,"topics":["agentic-workflows","ai-driven-development","claude-code","developer-tools","macos","notifications","onboarding","plugins"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ApurvBazari.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-22T15:07:43.000Z","updated_at":"2026-04-13T13:01:25.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/ApurvBazari/claude-plugins","commit_stats":null,"previous_names":["apurvbazari/claude-plugins"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ApurvBazari/claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApurvBazari%2Fclaude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApurvBazari%2Fclaude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApurvBazari%2Fclaude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApurvBazari%2Fclaude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ApurvBazari","download_url":"https://codeload.github.com/ApurvBazari/claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ApurvBazari%2Fclaude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31810741,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-14T18:05:02.291Z","status":"ssl_error","status_checked_at":"2026-04-14T18:05:01.765Z","response_time":153,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["agentic-workflows","ai-driven-development","claude-code","developer-tools","macos","notifications","onboarding","plugins"],"created_at":"2026-04-14T19:00:38.003Z","updated_at":"2026-04-14T19:00:45.826Z","avatar_url":"https://github.com/ApurvBazari.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claude-plugins\n\nA curated collection of plugins for [Claude Code](https://docs.anthropic.com/en/docs/claude-code) — powering AI-driven development and agentic workflows.\n\n## Plugins\n\n| Plugin | Description |\n|--------|-------------|\n| [onboard](./onboard/) | Analyzes your codebase and generates tailored Claude tooling — CLAUDE.md files, rules, skills, agents, and hooks |\n| [forge](./forge/) | Scaffolds new projects with AI-native tooling that evolves with your code |\n| [notify](./notify/) | Cross-platform system notifications for Claude Code (macOS + Linux) |\n\n## Quick Start\n\n```bash\n# Add the marketplace\nclaude marketplace add https://github.com/apurvbazari/claude-plugins\n\n# Install a plugin\nclaude plugin install onboard\n```\n\n**Which plugin should I start with?**\n\n- **New project from scratch?** Install `forge` — it scaffolds your app and generates all Claude tooling in one conversation\n- **Existing project?** Install `onboard` — it analyzes your codebase and generates Claude tooling tailored to what's already there\n- **Already have Claude tooling set up?** Add `notify` for system notifications\n\n**See it in action:**\n\n```\n\u003e /onboard:init\n\nScanning codebase... TypeScript, Next.js 15, Vitest, Tailwind CSS\nWizard: 6 adaptive questions about your workflow and preferences\nGenerating: CLAUDE.md, 4 rules, 2 skills, 1 agent, 3 hooks\n\nYour project is now set up for AI-assisted development.\n```\n\nEach plugin README has a full walkthrough — see [onboard](./onboard/), [forge](./forge/), or [notify](./notify/).\n\n---\n\n## onboard\n\nBridges traditional development and AI-assisted workflows. Performs deep codebase analysis, walks you through an interactive setup wizard, and generates a full suite of Claude tooling tailored to your project.\n\n**What gets generated:**\n\n- Root and subdirectory `CLAUDE.md` files\n- Path-scoped rules (`.claude/rules/*.md`)\n- Project-specific skills and agents\n- Hook entries for auto-formatting and lint checks\n- PR template and commit conventions\n\n**Commands:**\n\n| Command | What it does |\n|---------|-------------|\n| `/onboard:init` | Full 4-phase workflow: analyze → wizard → generate → handoff |\n| `/onboard:update` | Check alignment with latest best practices and update tooling |\n| `/onboard:status` | Quick health check on generated artifacts |\n| `/onboard:verify` | Independent feature verification via evaluator agent |\n| `/onboard:evolve` | Apply pending tooling drift updates |\n\nSupports Node.js/TypeScript, Python, Go, Rust, Java/Kotlin, Ruby, monorepos, and mixed-language projects.\n\n[Full documentation →](./onboard/README.md)\n\n---\n\n## forge\n\nGuided project bootstrapper for Claude Code. Takes you from \"I want to build X\" to a running application with auto-evolving AI tooling — in one conversation. Think of it as `create-react-app` for the AI-assisted development era.\n\n**4-phase flow:**\n\n```\nPhase 1: Context        Phase 2: Scaffold    Phase 3: AI Tooling    Phase 4: Lifecycle\n┌────────────────┐     ┌────────────────┐   ┌────────────────┐     ┌────────────────┐\n│ Adaptive wizard │ →  │ Scaffold app   │ → │ Claude tooling │ →   │ ADRs, testing  │\n│ Stack research  │    │ Git + branching│   │ CI/CD pipelines│     │ strategy, deploy│\n│ Preferences     │    │ Verify Hello   │   │ Plugin install │     │ checklists,    │\n└────────────────┘     │ World          │   │ Evolution hooks│     │ runbooks       │\n                       └────────────────┘   └────────────────┘     │ (optional)     │\n                                                                    └────────────────┘\n```\n\n**Commands:**\n\n| Command | What it does |\n|---------|-------------|\n| `/forge:init` | Full 4-phase guided workflow |\n| `/forge:evolve` | Apply pending tooling updates from drift detection |\n\n**Prerequisites:** Requires the `onboard` plugin. The `engineering` plugin (optional) enables Phase 4 lifecycle document generation.\n\nStack-agnostic — works with any technology. Researches your stack via web search rather than relying on built-in templates.\n\n[Full documentation →](./forge/README.md)\n\n---\n\n## notify\n\nCross-platform system notifications for Claude Code. Get notified when tasks complete, Claude needs your input, or subagents finish work.\n\n**Supported platforms:**\n\n| Platform | Backend | Sound | Click-to-focus |\n|----------|---------|-------|----------------|\n| macOS | `terminal-notifier` | 14 system sounds | Yes |\n| Linux | `notify-send` | Urgency levels | No |\n\n**Commands:**\n\n| Command | What it does |\n|---------|-------------|\n| `/notify:setup` | Install backend and configure notifications (global or per-project) |\n| `/notify:status` | Health check and test notifications |\n\nNotifications show contextual messages extracted from Claude's actual response, not generic text. Each notification displays the current repo and branch as a subtitle. Supports duration filtering to suppress notifications for fast responses.\n\n[Full documentation →](./notify/README.md)\n\n---\n\n## Workflow Guide\n\nThese plugins cover different phases of the development lifecycle. Here's how they fit together with companion plugins from the broader Claude Code ecosystem:\n\n```\n┌──────────┐     ┌──────────┐     ┌──────────┐     ┌──────────┐     ┌──────────┐\n│  Setup   │ ──→ │ Develop  │ ──→ │  Refine  │ ──→ │   Ship   │ ──→ │ Monitor  │\n│          │     │          │     │          │     │          │     │          │\n│ onboard  │     │feature-  │     │code-     │     │commit-   │     │ notify   │\n│ hookify  │     │dev       │     │simplifier│     │commands  │     │ Native   │\n│ forge *  │     │superpow- │     │          │     │pr-review-│     │ OTEL     │\n│          │     │ers       │     │          │     │toolkit   │     │          │\n└──────────┘     └──────────┘     └──────────┘     └──────────┘     └──────────┘\n      │                │                                  │\n      └────────────────┴──────────────────────────────────┘\n                    engineering (cross-phase)\n                                                    * = new projects only\n```\n\n### Setup\n\n**`onboard`** bootstraps your project's Claude tooling in one pass — CLAUDE.md, rules, skills, agents, hooks. For new projects, **`forge`** scaffolds the entire app, calls onboard for tooling, and optionally generates engineering lifecycle documents (ADRs, testing strategies, deploy checklists) via its Phase 4 integration with the **`engineering`** plugin. After initial setup, **`hookify`** (companion) lets you add behavioral rules incrementally without re-running onboard.\n\n### Develop\n\nThe development phase is handled by companion plugins. **`feature-dev`** provides a structured 7-phase workflow: Discovery → Exploration → Clarification → Architecture → Implementation → Review → Handoff. **`superpowers`** adds process discipline — TDD, systematic debugging, planning, and code review skills. **`engineering:system-design`** and **`engineering:testing-strategy`** (companion) complement feature-dev for upfront design and test planning. **`engineering:debug`** provides structured debugging sessions.\n\n### Refine\n\n**`code-simplifier`** (companion) cleans up recently modified code for clarity, consistency, and maintainability. It focuses on what you just changed, keeping refactoring scoped and safe. **`claude-md-management`** (companion) maintains your CLAUDE.md files over time with quality scoring and revision suggestions.\n\n### Ship\n\n**`commit-commands`** (companion) handles git commits and PR creation. **`pr-review-toolkit`** (companion) provides deep specialist review with multiple focused agents — code review, type design analysis, silent failure detection, test coverage analysis, and comment review. **`code-review`** (companion) posts review comments directly on PRs. **`engineering:deploy-checklist`** (companion) provides pre-deployment verification.\n\n### Monitor\n\n**`notify`** sends system notifications when Claude finishes tasks or needs your attention. For usage analytics, Claude Code has **native OpenTelemetry support** — set `OTEL_LOGS_EXPORTER=otlp` to export tool calls, token usage, costs, and session traces to any OTEL backend. **`engineering:incident-response`** and **`engineering:tech-debt`** (companion) help with post-deploy triage and periodic code health audits. **`engineering:standup`** helps track progress across projects.\n\n## Companion Plugins\n\nThese are plugins from the broader Claude Code ecosystem that pair well with this collection:\n\n| Plugin | Phase | What It Does |\n|--------|-------|-------------|\n| `feature-dev` | Develop | Guided 7-phase feature development workflow |\n| `superpowers` | All | TDD, systematic debugging, planning, code review skills |\n| `engineering` | Setup, Develop, Ship, Monitor | ADRs, system design, deploy checklists, debugging, incident response, tech debt audits, standups, testing strategy, documentation (from `knowledge-work-plugins` marketplace) |\n| `product-management` | Setup, Ship | Feature specs/PRDs, roadmap planning, sprint planning, stakeholder updates, competitive analysis (from `knowledge-work-plugins` marketplace) |\n| `commit-commands` | Ship | Git commits + PR creation (`/commit`, `/commit-push-pr`) |\n| `pr-review-toolkit` | Ship | Multi-agent code review with specialist reviewers |\n| `code-review` | Ship | PR review comments |\n| `hookify` | Setup | Incremental behavioral rules for Claude Code |\n| `security-guidance` | Setup, Develop | Passive hook-based security warnings on file edits |\n| `claude-md-management` | Maintain | CLAUDE.md quality scoring and revision |\n| `code-simplifier` | Refine | Post-implementation code cleanup |\n| `plugin-dev` | Meta | Plugin authoring toolkit (for plugin authors) |\n| `skill-creator` | Meta | Skill benchmarking and iteration (for plugin authors) |\n\n## Links\n\n- [Claude Code documentation](https://docs.anthropic.com/en/docs/claude-code)\n- [Claude Code plugins guide](https://docs.anthropic.com/en/docs/claude-code/plugins)\n\n## License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapurvbazari%2Fclaude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fapurvbazari%2Fclaude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fapurvbazari%2Fclaude-plugins/lists"}