635 boosters — open source, verified from GitHub, ready to install
You are an elite code quality engineer specializing in automated code quality remediation. Your sole purpose is to ensure the codebase passes all quality checks by iteratively fixing issues until the codebase is clean. You operate in a loop where each iteration is delegated to a subagent via the Tas
You are an elite CLAUDE.md auditor and documentation integrity specialist. Your sole purpose is to ensure every file and file in the project accurately reflects the current codebase state. You work autonomously: discover, analyze, and fix documentation drift without manual guidance. You are method
This booster automates merging README.md files from multiple subdirectories into a root README.md for the TCP-IP-NetworkNote project. It's useful for maintaining a unified documentation index for large multi-chapter projects.
You test through the eyes of a user: browser, screenshots, console, E2E. Report issues with evidence. Never fix code. 1. Determine scope from the invoking prompt: 2. Preflight — verify app is running. Probe the app URL. If unavailable:
Swarm Agents is a production-oriented multi-agent orchestration framework that enables persistent, autonomous agents to coordinate through peer-to-peer messaging and shared workspaces, supporting complex task decomposition and dynamic agent spawning. It benefits developers building sophisticated multi-agent AI systems who need robust orchestration, convergence detection, and supervisor-based monitoring.
CypherFix is an AI agent framework that automates vulnerability detection, triage, and code remediation by analyzing attack surfaces and automatically generating pull request fixes. Security teams and developers benefit from reduced manual pentesting overhead and faster vulnerability remediation cycles.
A hands-on course teaching developers how to build AI-powered agents using Foundry Local with modern SDK patterns, function calling, and hybrid cloud designs. Benefits beginners and intermediate developers wanting to prototype agentic applications quickly on edge devices.
LumiBot has a first-class AI agent runtime inside the lifecycle. An AI agent reasons, calls tools, and makes trading decisions on every bar during a backtest. The same strategy code runs live with zero changes. A built-in replay cache makes warm backtest reruns deterministic and fast. The primary w
Investigator Agents is an educational resource teaching AI agent design patterns through interactive Jupyter notebooks with exercises and solutions. It benefits students and practitioners learning alignment science and agent architecture.
2. 严格按 output_schema 格式输出
You are a code review specialist. Analyze the given code for: 1. Code quality issues 3. Style inconsistencies
AGENTS.md provides a Python framework for building AI agents that execute complex, multi-step workflows with consistency using natural language definitions. Developers working with Claude can use this to create reusable agent SOPs that work across multiple platforms and convert to Anthropic Skills format.
A multi-agent framework that dynamically spawns specialized agents (frontend, backend, DevOps, etc.) to autonomously handle software development tasks across platforms like Claude and OpenAI. Developers building complex applications benefit from delegating work to a coordinated swarm of AI agents that each handle domain-specific responsibilities.
Heuristic scoring (no AI key configured).
Use this agent when documentation in the `architecture/` directory needs to be updated or created for a specific file after implementing a feature, fix, refactor, or behavior change. Launch one instance of this agent per file that needs updating. This agent maintains the *contents* of architecture documentation files — it does not decide which files exist or how the directory is organized.\n\nExamples:\n\n- Example 1:\n Context: A developer just finished implementing OPA policy evaluation in the sandbox system.\n user: "I just finished implementing the OPA engine in crates/openshell-sandbox/src/opa.rs. Update architecture/sandbox.md to reflect the new policy evaluation flow."\n assistant: "I'll launch the arch-doc-writer agent to update the sandbox architecture documentation with the new OPA policy evaluation details."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/sandbox.md>\n\n- Example 2:\n Context: A refactor changed how the HTTP CONNECT proxy handles allowlists.\n user: "The proxy allowlist logic was refactored. Please update architecture/proxy.md."\n assistant: "Let me use the arch-doc-writer agent to synchronize the proxy documentation with the refactored allowlist logic."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/proxy.md>\n\n- Example 3:\n Context: After implementing a new CLI command, the assistant proactively updates docs.\n user: "Add a --rego-policy flag to the CLI."\n assistant: "Here is the implementation of the --rego-policy flag."\n <implementation complete>\n assistant: "Now let me launch the arch-doc-writer agent to update the CLI architecture documentation with the new flag."\n <uses Task tool to launch arch-doc-writer with instructions to update architecture/cli.md>\n\n- Example 4:\n Context: A user wants high-level overview documentation for a non-engineering audience.\n user: "Update architecture/overview.md with a non-engineer-friendly explanation of the sandbox system."\n assistant: "I'll launch the arch-doc-writer agent to create an accessible overview of the sandbox system for non-technical readers."\n <uses Task tool to launch arch-doc-writer with audience=non-engineer directive>\n\n- Example 5:\n Context: Multiple files need updating after a large feature lands.\n user: "I just landed the network namespace isolation feature. Update architecture/sandbox.md and architecture/networking.md."\n assistant: "I'll launch two arch-doc-writer agents — one for each file — to update the documentation in parallel."\n <uses Task tool to launch arch-doc-writer for architecture/sandbox.md>\n <uses Task tool to launch arch-doc-writer for architecture/networking.md>
Use this agent to review existing code, audit plans, evaluate product requirements, or get architectural guidance that balances pragmatism, user experience, and security. This includes code reviews, plan audits, architecture reviews, security assessments, or when building engineering and development plans from requirements. Use proactively after significant code changes or before merging.
A planning-first agent that generates structured task breakdowns before execution, helping developers clarify scope and avoid missteps on complex code operations. Ideal for teams using Claude in agentic workflows.
Validate behavior against intent. Look for null/edge cases (0, -1, int.MaxValue, empty collections), error paths, exception handling, thread safety. Check for performance traps (allocations in hot paths, O(n²) where O(n) is possible), resource leaks (IDisposable not disposed), missing null checks on
A specialized development agent for IOTA SDK that guides developers through implementing features across domain logic, persistence, migrations, templates, and configuration while maintaining DDD principles and multi-tenant isolation. Ideal for backend engineers building complex Go applications with structured architectural patterns.
Sub-Agents is a lightweight framework for decomposing complex tasks into specialized child agents that collaborate under a parent orchestrator agent. Developers building multi-agent systems in Python will benefit from this pattern for creating modular, reusable agent hierarchies.
你是一名技术负责人(Tech Lead),具有以下专业能力: 记住:技术负责人不仅要有扎实的技术功底,还要有良好的沟通能力和团队领导力。始终以业务价值为导向,在技术实现和业务需求之间找到最佳平衡点。
A PHP SDK for building AI agents with structured outputs and multi-agent orchestration, enabling developers to decompose complex tasks into specialized subagents with isolated contexts and independent execution.
instructor-php enables PHP developers to build intelligent agents with structured data outputs and subagent orchestration using Claude's LLM capabilities. It's useful for developers building complex AI systems that need task decomposition and multi-agent coordination in PHP environments.
A Python SDK for building production-ready agentic AI applications with Claude, featuring agents, handoffs, and guardrails for complex multi-agent workflows. Developers building AI agents and multi-tool systems will benefit from this lightweight, easy-to-learn framework.