{"id":49888226,"url":"https://github.com/bug-ops/claude-plugins","last_synced_at":"2026-05-15T19:31:23.206Z","repository":{"id":324252209,"uuid":"1096562830","full_name":"bug-ops/claude-plugins","owner":"bug-ops","description":"🤖 Specialized plugins for Claude Code CLI with expert AI agents. 🦀 Rust plugin included: agents for architecture, development, testing, performance, security, code review,   and CI/CD. Extensible for any development domain.","archived":false,"fork":false,"pushed_at":"2026-05-05T10:16:16.000Z","size":528,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-05-05T12:20:41.248Z","etag":null,"topics":["ai-agents","claude","claude-code","plugins"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bug-ops.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-11-14T15:56:18.000Z","updated_at":"2026-05-05T10:16:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"b413fd50-5216-4746-bf65-5418adebdf4c","html_url":"https://github.com/bug-ops/claude-plugins","commit_stats":null,"previous_names":["bug-ops/claude-plugins"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bug-ops/claude-plugins","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fclaude-plugins","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fclaude-plugins/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fclaude-plugins/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fclaude-plugins/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bug-ops","download_url":"https://codeload.github.com/bug-ops/claude-plugins/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bug-ops%2Fclaude-plugins/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33076153,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["ai-agents","claude","claude-code","plugins"],"created_at":"2026-05-15T19:31:22.551Z","updated_at":"2026-05-15T19:31:23.193Z","avatar_url":"https://github.com/bug-ops.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Claude Plugins Collection\n\nA curated collection of specialized plugins for Claude Code CLI, designed to enhance development workflows with domain-specific expertise.\n\n## Overview\n\nThis repository contains plugins that extend Claude Code's capabilities with specialized agents, tools, and workflows for various development domains. Each plugin provides a set of expert agents tailored to specific aspects of software development.\n\n## Available plugins\n\n### Rust Agents Plugin (`rust-code`)\n\n[![Version](https://img.shields.io/badge/version-1.26.7-blue)](./rust-code)\n[![License](https://img.shields.io/badge/license-MIT-green)](./rust-code/LICENSE)\n\nA comprehensive collection of specialized Rust development agents covering the entire Rust development lifecycle.\n\n**Location**: [`./rust-code`](./rust-code)\n\n**Key features**:\n- 13 specialized agents (opus/sonnet) for high-quality responses\n- 16 productivity skills:\n  - **team-develop** — Multi-agent development orchestration with peer-to-peer communication\n  - **team-debug** — Multi-agent root cause investigation: debugger → parallel review → consolidated report → user decides next steps\n  - **rust-agent-handoff** — Inter-agent context sharing\n  - **solve-issue** — Solve GitHub issues end-to-end via worktree + team-develop\n  - **triage-and-solve** — Triage open issues by priority, group, and solve\n  - **continuous-improvement** — Orchestrates live-tester + researcher agents for a full CI cycle\n  - **live-testing** — Live binary execution, anomaly detection, coverage tracking, bug filing\n  - **research-protocol** — Dependency monitoring, research \u0026 innovation, competitive parity\n  - **init-project** — Scaffold project infrastructure for the plugin\n  - **rust-release** — Automated release preparation\n  - **readme-generator** — Professional README generation\n  - **mdbook-tech-writer** — Technical documentation with mdBook\n  - **obsidian-zettelkasten** — Obsidian knowledge base with Zettelkasten method\n  - **sdd** — Spec-Driven Development workflow\n  - **spec-from-stream** — Business requirements from stream-of-consciousness (BRD/SRS/NFR)\n  - **fast-yaml** — YAML validation, formatting, and conversion\n- rust-analyzer LSP integration for real-time code intelligence\n- Proactive triggers for automatic agent selection\n- Rust Edition 2024 support\n\n**Agents included**:\n| Agent | Model | Specialization |\n|-------|-------|---------------|\n| rust-architect | opus | Workspace design, type-driven architecture, strategic decisions |\n| rust-developer | sonnet | Idiomatic code, ownership patterns, feature implementation |\n| rust-testing-engineer | sonnet | Test coverage with nextest and criterion |\n| rust-performance-engineer | sonnet | Performance optimization, profiling, build speed |\n| rust-security-maintenance | opus | Security scanning, vulnerability assessment, dependency management |\n| rust-code-reviewer | sonnet | Quality assurance, standards compliance, code review |\n| rust-cicd-devops | sonnet | GitHub Actions, cross-platform testing, workflows |\n| rust-debugger | sonnet | Error diagnosis, runtime debugging, panic analysis |\n| rust-critic | opus | Adversarial design critique, assumption stress-testing |\n| sdd | sonnet | Full-cycle SDD orchestrator: BRD/SRS/NFR → spec/plan/tasks → knowledge base |\n| rust-live-tester | sonnet | Live binary execution, anomaly detection, coverage tracking, bug filing |\n| tech-writer | sonnet | User-facing documentation with mdBook, progressive disclosure |\n| rust-researcher | sonnet | Dependency monitoring, security advisories, research, competitive parity |\n\n**Best for**: Rust projects requiring expert guidance in architecture, performance, security, testing, DevOps, or multi-agent team workflows.\n\n[→ Read full documentation](./rust-code/README.md)\n\n## Installation\n\n### Quick start: Install from marketplace\n\nThe easiest way to install plugins is via the marketplace:\n\n```bash\n# Add the marketplace\nclaude plugin marketplace add bug-ops/claude-plugins\n\n# Install the Rust agents plugin\nclaude plugin install rust-agents@claude-rust-agents\n```\n\nThis method provides automatic updates and centralized plugin management.\n\n### Alternative: Install from local directory\n\nFor development or testing, install directly from a local path:\n\n```bash\n# Install from local directory\ncd claude-plugins\nclaude plugin install ./rust-code\n\n# Or specify full path\nclaude plugin install /path/to/claude-plugins/rust-code\n```\n\n### Prerequisites\n\n- [Claude Code CLI](https://docs.claude.com/claude-code) installed and configured\n- Appropriate toolchain for the plugin you're using\n  - Rust agents: Rust 1.85+ and rust-analyzer for LSP support\n\n## Usage\n\nOnce installed, agents from the plugins become available in Claude Code:\n\n```bash\n# Start Claude Code\nclaude\n\n# View available agents\n/agents\n\n# Agents will be automatically suggested based on your task\n```\n\n### Example workflow\n\n```\nUser: \"I want to create a new Rust web service with database integration\"\nClaude: → sdd produces BRD/SRS/NFR + technical spec\n        → /team-develop: architect → critic → developer → validators → reviewer → commit\n\nUser: \"My service is timing out under load\"\nClaude: → /team-debug: debugger investigates → parallel review (arch, critic, security, perf)\n        → consolidated report (root cause + critical fixes + follow-up items) → user decides next steps\n```\n\n\u003e [!TIP]\n\u003e Agents can delegate work to other agents using the handoff protocol, preserving context between transitions.\n\n## Repository structure\n\n```\nclaude-plugins/\n├── README.md                   # This file\n├── .gitignore\n├── .claude-plugin/\n│   └── marketplace.json        # Marketplace catalog\n├── .local/                     # Working documents and reports (gitignored)\n├── rust-code/                  # Rust Agents Plugin (includes team orchestration)\n│   ├── README.md\n│   ├── .claude-plugin/\n│   │   └── plugin.json\n│   ├── .lsp.json              # rust-analyzer LSP configuration\n│   ├── .devcontainer/\n│   ├── agents/                # 12 specialist agents\n│   └── skills/                # 16 skills incl. team-develop, team-debug, live-testing, research-protocol\n└── [future-plugins]/           # Additional plugins\n```\n\n## Marketplace\n\nThis repository provides a Claude Code plugin marketplace at `.claude-plugin/marketplace.json`.\n\n### Using the marketplace\n\n```bash\n# Add marketplace from GitHub\nclaude plugin marketplace add bug-ops/claude-plugins\n\n# List available plugins\nclaude plugin list\n\n# Install a plugin\nclaude plugin install rust-agents@claude-rust-agents\n\n# Update marketplace and plugins\nclaude plugin marketplace update claude-rust-agents\n```\n\n### Adding to project settings\n\nFor team use, add the marketplace to `.claude/settings.json`:\n\n```json\n{\n  \"extraKnownMarketplaces\": {\n    \"claude-rust-agents\": {\n      \"source\": {\n        \"source\": \"github\",\n        \"repo\": \"bug-ops/claude-plugins\"\n      }\n    }\n  },\n  \"enabledPlugins\": {\n    \"rust-agents@claude-rust-agents\": true\n  }\n}\n```\n\nThis ensures team members are prompted to install the marketplace and plugins when they trust the project.\n\n## Development environment\n\n### Using DevContainer\n\nEach plugin may include DevContainer configurations for isolated development. See individual plugin documentation for details.\n\n## Plugin development guidelines\n\nWhen creating new plugins for this repository:\n\n1. **Structure**:\n   - Each plugin in its own directory\n   - Include `.claude-plugin/` configuration\n   - Provide comprehensive README.md\n   - Use `.devcontainer/` for development environment (optional but recommended)\n\n2. **Documentation**:\n   - All documentation in English\n   - Clear usage examples\n   - Installation instructions\n   - Requirements and dependencies\n\n3. **Agents**:\n   - Focused, single-responsibility agents\n   - Clear specialization boundaries\n   - Appropriate model selection\n   - Distinct color coding for easy identification\n   - Include handoff protocol for multi-agent workflows\n\n4. **Best practices**:\n   - Follow [Microsoft Rust Guidelines](https://microsoft.github.io/rust-guidelines/agents/all.txt) for Rust-related plugins\n   - Use `.local/` directory for working documents\n   - Include version information\n   - Add comprehensive examples\n\n## Contributing\n\nContributions are welcome! To add a new plugin or improve existing ones:\n\n1. Create a new directory for your plugin\n2. Include `.claude-plugin/` configuration\n3. Write comprehensive documentation\n4. Test thoroughly with Claude Code\n5. Submit a pull request\n\n## Roadmap\n\nFuture plugin ideas:\n- Python development agents\n- Web development (React, Vue, Svelte)\n- Database management and optimization\n- Cloud infrastructure (AWS, Azure, GCP)\n- DevOps and platform engineering\n- Documentation and technical writing\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbug-ops%2Fclaude-plugins","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbug-ops%2Fclaude-plugins","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbug-ops%2Fclaude-plugins/lists"}