[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-plugin-BrainBlend-AI-atomic-agents-en":3,"guides-for-BrainBlend-AI-atomic-agents":615,"similar-k17bm61p7zr993vt7thb45838h86mrjy-en":616},{"_creationTime":4,"_id":5,"children":6,"community":158,"display":159,"evaluation":162,"identity":393,"isFallback":389,"parentExtension":396,"providers":425,"relations":430,"repo":431,"tags":612,"workflow":613},1778683220959.3245,"k17bm61p7zr993vt7thb45838h86mrjy",[7,48,70,92,114,136],{"_creationTime":8,"_id":9,"community":10,"display":12,"identity":18,"providers":25,"relations":41,"tags":43,"workflow":44},1778683220959.325,"k1707nd2dxdw44brdnq5djf38d86mksy",{"reviewCount":11},0,{"description":13,"installMethods":14,"name":16,"sourceUrl":17},"Build and wire an `AtomicAgent[InSchema, OutSchema]` — schemas, `AgentConfig`, `SystemPromptGenerator`, provider client, history, hooks, optional context providers. Use when the user asks to \"create an agent\", \"add another agent\", \"build an `AtomicAgent`\", \"wire up an agent\", \"make a planner/router/extractor agent\", or runs `/atomic-agents:create-atomic-agent`.",{"claudeCode":15},"BrainBlend-AI/atomic-agents","Create Atomic Agent","https://github.com/BrainBlend-AI/atomic-agents",{"basePath":19,"githubOwner":20,"githubRepo":21,"locale":22,"slug":23,"type":24},"claude-plugin/atomic-agents/skills/create-atomic-agent","BrainBlend-AI","atomic-agents","en","create-atomic-agent","skill",{"evaluate":26,"extract":38},{"promptVersionExtension":27,"promptVersionScoring":28,"score":29,"tags":30,"targetMarket":36,"tier":37},"3.0.0","4.4.0",98,[31,32,33,34,35],"agent-development","llm-framework","python","code-generation","pydantic","global","verified",{"commitSha":39,"license":40},"HEAD","MIT",{"parentExtensionId":5,"repoId":42},"kd7038dvhwk39adrnvedmx8x3s86mqpq",[31,34,32,35,33],{"evaluatedAt":45,"extractAt":46,"updatedAt":47},1778683299108,1778683220959,1778683668203,{"_creationTime":49,"_id":50,"community":51,"display":52,"identity":56,"providers":58,"relations":65,"tags":66,"workflow":67},1778683220959.3252,"k17ahn23cb220m5eqphy3d2njh86n0bx",{"reviewCount":11},{"description":53,"installMethods":54,"name":55,"sourceUrl":17},"Build a `BaseDynamicContextProvider` that injects a named, titled block into an agent's system prompt at every `run()` — current time, user identity, retrieved RAG docs, session state, cached DB schema. Use when the user asks to \"add a context provider\", \"inject X into the prompt\", \"give the agent dynamic context\", \"wire up RAG\", \"make a `BaseDynamicContextProvider`\", or runs `/atomic-agents:create-atomic-context-provider`.",{"claudeCode":15},"create-atomic-context-provider",{"basePath":57,"githubOwner":20,"githubRepo":21,"locale":22,"slug":55,"type":24},"claude-plugin/atomic-agents/skills/create-atomic-context-provider",{"evaluate":59,"extract":64},{"promptVersionExtension":27,"promptVersionScoring":28,"score":29,"tags":60,"targetMarket":36,"tier":37},[61,32,33,62,63],"agentic-ai","developer-tools","prompt-engineering",{"commitSha":39},{"parentExtensionId":5,"repoId":42},[61,62,32,63,33],{"evaluatedAt":68,"extractAt":46,"updatedAt":69},1778683313402,1778683667978,{"_creationTime":71,"_id":72,"community":73,"display":74,"identity":78,"providers":81,"relations":87,"tags":88,"workflow":89},1778683220959.3254,"k170nd3h8zeayffrxe6pscxyy986m7em",{"reviewCount":11},{"description":75,"installMethods":76,"name":77,"sourceUrl":17},"Design and write a `BaseIOSchema` input/output pair for an Atomic Agents agent or tool — docstrings, field descriptions, validators, error variants. Use when the user asks to \"create a schema\", \"design the input/output schema\", \"define an `IOSchema`\", \"write a `BaseIOSchema`\", \"model the agent's output\", or runs `/atomic-agents:create-atomic-schema`.",{"claudeCode":15},"Create Atomic Schema",{"basePath":79,"githubOwner":20,"githubRepo":21,"locale":22,"slug":80,"type":24},"claude-plugin/atomic-agents/skills/create-atomic-schema","create-atomic-schema",{"evaluate":82,"extract":86},{"promptVersionExtension":27,"promptVersionScoring":28,"score":29,"tags":83,"targetMarket":36,"tier":37},[84,35,85,21,33],"schema","instructor",{"commitSha":39,"license":40},{"parentExtensionId":5,"repoId":42},[21,85,35,33,84],{"evaluatedAt":90,"extractAt":46,"updatedAt":91},1778683329867,1778683668488,{"_creationTime":93,"_id":94,"community":95,"display":96,"identity":100,"providers":103,"relations":109,"tags":110,"workflow":111},1778683220959.3257,"k17etfv7gy0r843nssf7yy7em586nxja",{"reviewCount":11},{"description":97,"installMethods":98,"name":99,"sourceUrl":17},"Build a `BaseTool[InSchema, OutSchema]` subclass — input/output schemas, `BaseToolConfig`, `run()` (and optional `run_async()`), env-driven secrets, typed failure outputs. Use when the user asks to \"add a tool\", \"create a tool\", \"wrap an API as a tool\", \"build a `BaseTool`\", \"make a calculator/search/weather tool\", or runs `/atomic-agents:create-atomic-tool`.",{"claudeCode":15},"Create Atomic Tool",{"basePath":101,"githubOwner":20,"githubRepo":21,"locale":22,"slug":102,"type":24},"claude-plugin/atomic-agents/skills/create-atomic-tool","create-atomic-tool",{"evaluate":104,"extract":108},{"promptVersionExtension":27,"promptVersionScoring":28,"score":105,"tags":106,"targetMarket":36,"tier":37},99,[33,34,62,107,35,85],"agent-framework",{"commitSha":39,"license":40},{"parentExtensionId":5,"repoId":42},[107,34,62,85,35,33],{"evaluatedAt":112,"extractAt":46,"updatedAt":113},1778683348543,1778683668676,{"_creationTime":115,"_id":116,"community":117,"display":118,"identity":122,"providers":125,"relations":131,"tags":132,"workflow":133},1778683220959.326,"k174y23pqen81g4psrdx7ejtf186nw0j",{"reviewCount":11},{"description":119,"installMethods":120,"name":121,"sourceUrl":17},"Guide for the Atomic Agents Python framework — schemas, agents, tools, context providers, prompts, orchestration, and provider configuration. Use when code imports from `atomic_agents`, defines an `AtomicAgent`, `BaseTool`, or `BaseIOSchema`, or the user asks about multi-agent orchestration or LLM-provider wiring in an atomic-agents project.",{"claudeCode":15},"Atomic Agents Framework Guide",{"basePath":123,"githubOwner":20,"githubRepo":21,"locale":22,"slug":124,"type":24},"claude-plugin/atomic-agents/skills/framework","framework",{"evaluate":126,"extract":130},{"promptVersionExtension":27,"promptVersionScoring":28,"score":105,"tags":127,"targetMarket":36,"tier":37},[128,33,124,129,62],"llm","agent",{"commitSha":39,"license":40},{"parentExtensionId":5,"repoId":42},[129,62,124,128,33],{"evaluatedAt":134,"extractAt":46,"updatedAt":135},1778683372619,1778683669063,{"_creationTime":137,"_id":138,"community":139,"display":140,"identity":144,"providers":146,"relations":153,"tags":154,"workflow":155},1778683220959.3262,"k17c6gmqfv21863cq991epadqd86n6h0",{"reviewCount":11},{"description":141,"installMethods":142,"name":143,"sourceUrl":17},"Scaffold a new Atomic Agents project from scratch — create the directory, `pyproject.toml`, env file, first agent, and a runnable entry point. Use when the user asks to start a new atomic-agents project from scratch, says \"scaffold\" / \"new project\" / \"start from zero\", or runs `/atomic-agents:new-app`.",{"claudeCode":15},"new-app",{"basePath":145,"githubOwner":20,"githubRepo":21,"locale":22,"slug":143,"type":24},"claude-plugin/atomic-agents/skills/new-app",{"evaluate":147,"extract":152},{"promptVersionExtension":27,"promptVersionScoring":28,"score":148,"tags":149,"targetMarket":36,"tier":37},97,[150,33,62,151,31],"scaffolding","project-setup",{"commitSha":39},{"parentExtensionId":5,"repoId":42},[31,62,151,33,150],{"evaluatedAt":156,"extractAt":46,"updatedAt":157},1778683390367,1778683668851,{"reviewCount":11},{"description":160,"installMethods":161,"name":21,"sourceUrl":17},"Skills plus explorer and reviewer subagents for building, scaffolding, understanding, and auditing applications with the Atomic Agents Python framework. Includes the umbrella `framework` skill, action-oriented `create-atomic-schema` / `create-atomic-agent` / `create-atomic-tool` / `create-atomic-context-provider` skills, the `new-app` scaffolder, progressive-disclosure reference material for prompts, orchestration, memory, hooks, providers, project structure, and testing, and isolated-context subagents for codebase mapping and code review.",{"claudeCode":21},{"_creationTime":163,"_id":164,"extensionId":5,"locale":22,"result":165,"trustSignals":374,"workflow":391},1778683257368.7075,"kn7f24eq4s1g68pg7bm4knsga986n85h",{"checks":166,"evaluatedAt":351,"extensionSummary":352,"features":353,"nonGoals":359,"promptVersionExtension":27,"promptVersionScoring":28,"purpose":363,"rationale":364,"score":29,"summary":365,"tags":366,"targetMarket":36,"tier":37,"useCases":369},[167,172,175,178,182,185,189,194,197,200,204,208,211,215,218,221,224,227,230,233,237,241,245,249,253,256,260,263,267,270,273,276,279,282,285,289,292,296,299,303,306,309,312,315,318,321,324,327,330,333,337,340,343,347],{"category":168,"check":169,"severity":170,"summary":171},"Practical Utility","Problem relevance","pass","The description clearly states the problem of working with the Atomic Agents Python framework and how the extension provides just-in-time knowledge and tooling for it.",{"category":168,"check":173,"severity":170,"summary":174},"Unique selling proposition","The extension offers a valuable bundle of specialized skills and subagents that go beyond basic prompt engineering for the Atomic Agents framework, providing concrete tools for development, understanding, and review.",{"category":168,"check":176,"severity":170,"summary":177},"Production readiness","The plugin provides a comprehensive set of tools and skills covering the full lifecycle for Atomic Agents projects, from scaffolding to in-depth code review, and adheres to established conventions.",{"category":179,"check":180,"severity":170,"summary":181},"Scope","Single responsibility principle","The plugin focuses on the Atomic Agents Python framework, offering a coherent set of related tools and skills for building, understanding, and auditing applications within this specific domain.",{"category":179,"check":183,"severity":170,"summary":184},"Description quality","The description is accurate, well-structured, and clearly outlines the capabilities and components of the plugin.",{"category":186,"check":187,"severity":170,"summary":188},"Invocation","Scoped tools","The plugin exposes narrowly scoped tools like `create-atomic-schema`, `create-atomic-agent`, etc., which are specific to their function within the Atomic Agents framework.",{"category":190,"check":191,"severity":192,"summary":193},"Documentation","Configuration & parameter reference","not_applicable","Configuration and parameters are implicitly handled by the Atomic Agents framework itself or through standard Python project practices, rather than explicit plugin-level configuration.",{"category":179,"check":195,"severity":170,"summary":196},"Tool naming","Tool and skill names like `create-atomic-schema`, `atomic-explorer`, and `atomic-reviewer` are descriptive and clearly indicate their purpose within the Atomic Agents domain.",{"category":179,"check":198,"severity":170,"summary":199},"Minimal I/O surface","The skills and subagents are designed to interact with specific Atomic Agents artifacts and codebases, requesting only necessary information and returning focused reports or generated code.",{"category":201,"check":202,"severity":170,"summary":203},"License","License usability","The project is licensed under the MIT license, which is a permissive open-source license suitable for broad use.",{"category":205,"check":206,"severity":170,"summary":207},"Maintenance","Commit recency","The latest commit was on April 29, 2026, indicating active maintenance.",{"category":205,"check":209,"severity":170,"summary":210},"Dependency Management","The project utilizes `pyproject.toml` and likely follows standard Python dependency management practices, with `uv` mentioned for synchronization, indicating good management.",{"category":212,"check":213,"severity":170,"summary":214},"Security","Secret Management","Secrets are handled via environment variables and are expected to be managed through `.env` files, following best practices by not hardcoding them and using `userConfig` with `sensitive: true` for keychain storage where applicable.",{"category":212,"check":216,"severity":170,"summary":217},"Injection","The extension is designed to work with codebases and doesn't appear to fetch or execute arbitrary external content, focusing on analyzing and generating code within a defined framework.",{"category":212,"check":219,"severity":170,"summary":220},"Transitive Supply-Chain Grenades","The plugin relies on local files and standard Python package installations, avoiding runtime downloads or execution of untrusted external code.",{"category":212,"check":222,"severity":170,"summary":223},"Sandbox Isolation","The plugin's operations are confined to analyzing and scaffolding code within the user's project directory or the plugin's own data scope, adhering to sandbox principles.",{"category":212,"check":225,"severity":170,"summary":226},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops that could facilitate sandbox escapes is present in the provided source files.",{"category":212,"check":228,"severity":170,"summary":229},"Data Exfiltration","The plugin focuses on analyzing local code and scaffolding, with no indication of sending confidential data to third parties.",{"category":212,"check":231,"severity":170,"summary":232},"Hidden Text Tricks","The bundled content and descriptions appear free of hidden steering tricks or obfuscation characters.",{"category":234,"check":235,"severity":170,"summary":236},"Hooks","Opaque code execution","The hooks are described as readable bash or `.mjs` files, and the overall structure suggests straightforward code execution rather than obfuscation.",{"category":238,"check":239,"severity":170,"summary":240},"Portability","Structural Assumption","The plugin is designed around the Atomic Agents framework structure, with clear guidance on project layout and assumptions that are documented or handled gracefully.",{"category":242,"check":243,"severity":170,"summary":244},"Trust","Issues Attention","With 6 open and 7 closed issues in the last 90 days, the closure rate is healthy, indicating good maintainer engagement.",{"category":246,"check":247,"severity":170,"summary":248},"Versioning","Release Management","The plugin declares a clear semver version (2.1.0) in its manifest and has a CHANGELOG.md, facilitating version tracking.",{"category":250,"check":251,"severity":170,"summary":252},"Code Execution","Validation","The Atomic Agents framework itself relies heavily on Pydantic for schema validation, ensuring robust input and output handling for agents and tools.",{"category":212,"check":254,"severity":170,"summary":255},"Unguarded Destructive Operations","The plugin's primary functions involve code analysis and scaffolding, not destructive operations, and are guarded by explicit confirmation or dry-run mechanisms where applicable.",{"category":257,"check":258,"severity":170,"summary":259},"Errors","Error Handling","The Atomic Agents framework promotes structured error handling through typed outputs and hooks, ensuring that errors are caught and reported meaningfully.",{"category":250,"check":261,"severity":192,"summary":262},"Logging","The plugin itself does not appear to perform destructive actions or outbound calls that necessitate local audit logging beyond what the core framework or user configuration might provide.",{"category":264,"check":265,"severity":170,"summary":266},"Compliance","GDPR","The plugin operates on code and project structure, not personal data, making GDPR compliance straightforward.",{"category":264,"check":268,"severity":170,"summary":269},"Target market","The extension is designed for Python development workflows and is globally applicable, with no regional or jurisdictional limitations identified.",{"category":238,"check":271,"severity":170,"summary":272},"Runtime stability","The plugin is written in Python and relies on standard libraries and the Atomic Agents framework, ensuring broad compatibility across POSIX and Windows systems.",{"category":190,"check":274,"severity":170,"summary":275},"README","The README provides a comprehensive overview of the plugin's purpose, features, installation, and how it works.",{"category":179,"check":277,"severity":170,"summary":278},"Tool surface size","The plugin exposes a manageable set of focused skills and subagents, aligning with the target range of 3-10 tools.",{"category":186,"check":280,"severity":170,"summary":281},"Overlapping near-synonym tools","The exposed tools and skills have distinct names and purposes, avoiding redundancy and confusion for the LLM.",{"category":190,"check":283,"severity":170,"summary":284},"Phantom features","All features described in the README, such as the `framework` skill, `new-app` scaffolder, and the `atomic-explorer`/`atomic-reviewer` subagents, have corresponding implementations.",{"category":286,"check":287,"severity":170,"summary":288},"Install","Installation instruction","The README provides clear, copy-pasteable installation instructions for various environments, including the marketplace, local dev, and team projects.",{"category":257,"check":290,"severity":170,"summary":291},"Actionable error messages","The Atomic Agents framework emphasizes actionable error messages through typed outputs and framework-level error handling, ensuring users can understand and remediate issues.",{"category":293,"check":294,"severity":170,"summary":295},"Execution","Pinned dependencies","The `pyproject.toml` and mention of `uv` synchronization suggest pinned dependencies and well-managed project setup.",{"category":179,"check":297,"severity":192,"summary":298},"Dry-run preview","The plugin's functions are primarily analytical or scaffolding-based and do not involve state-changing operations that would require a dry-run preview.",{"category":300,"check":301,"severity":170,"summary":302},"Protocol","Idempotent retry & timeouts","The underlying Atomic Agents framework promotes idempotent operations and timeouts for remote calls, ensuring robust execution.",{"category":264,"check":304,"severity":170,"summary":305},"Telemetry opt-in","The plugin and its framework do not appear to collect telemetry by default, adhering to opt-in principles for such data.",{"category":186,"check":307,"severity":170,"summary":308},"Name collisions","The bundled extensions (`framework`, `new-app`, `atomic-explorer`, `atomic-reviewer`, and creation skills) have distinct names and trigger surfaces, avoiding collisions.",{"category":186,"check":310,"severity":192,"summary":311},"Hooks-off mechanism","The plugin does not appear to define its own hooks that would require a specific 'hooks-off' mechanism beyond the framework's general capabilities.",{"category":186,"check":313,"severity":192,"summary":314},"Hook matcher tightness","No custom hooks are defined or described in the provided source files for this plugin.",{"category":212,"check":316,"severity":192,"summary":317},"Hook security","The plugin does not define its own hooks that would require specific security gating.",{"category":234,"check":319,"severity":192,"summary":320},"Silent prompt rewriting","No `UserPromptSubmit` hooks are defined in the plugin that could silently rewrite prompts.",{"category":212,"check":322,"severity":192,"summary":323},"Permission Hook","The plugin does not define any `PermissionRequest` hooks.",{"category":264,"check":325,"severity":192,"summary":326},"Hook privacy","The plugin does not define custom hooks that would typically involve logging or telemetry over the network.",{"category":250,"check":328,"severity":192,"summary":329},"Hook dependency","The plugin does not define any custom hooks that would rely on external scripts or binaries.",{"category":190,"check":331,"severity":170,"summary":332},"Feature Transparency","The README clearly explains the plugin's components and their functions, aligning with the `plugin.json` description.",{"category":334,"check":335,"severity":170,"summary":336},"Convention","Layout convention adherence","The plugin follows standard Claude Code plugin structure, with `plugin.json` in `.claude-plugin/` and skills organized appropriately.",{"category":334,"check":338,"severity":170,"summary":339},"Plugin state","Plugin state, if any, would reside under `${CLAUDE_PLUGIN_DATA}`, ensuring proper management across versions and uninstalls.",{"category":212,"check":341,"severity":170,"summary":342},"Keychain-stored secrets","Secrets are handled via environment variables and user-provided configuration, with the framework supporting secure storage via `userConfig`.",{"category":344,"check":345,"severity":170,"summary":346},"Dependencies","Tagged release sourcing","The plugin itself is sourced from a GitHub repository, and its dependencies are managed via `pyproject.toml`, implying adherence to published package standards.",{"category":348,"check":349,"severity":170,"summary":350},"Installation","Clean uninstall","The plugin's operations are confined to the Claude Code environment and standard Python project structures, ensuring a clean uninstall without persistent background processes.",1778683256909,"This plugin integrates deep knowledge of the Atomic Agents Python framework into Claude Code, offering skills and subagents for building, scaffolding, understanding, and auditing applications. It includes a `framework` skill for general guidance, creation skills for schemas, agents, tools, and context providers, a `new-app` scaffolder, and specialized `atomic-explorer` and `atomic-reviewer` subagents for codebase analysis and review.",[354,355,356,357,358],"Framework guidance skill","Code scaffolding for new projects","Codebase exploration and mapping","Atomic Agents code review subagent","Schema, agent, tool, and provider creation skills",[360,361,362],"Replacing generic Python code review.","Handling general LLM application development outside the Atomic Agents framework.","Providing a runtime environment for Atomic Agents applications (this is a development-assistance plugin).","To empower developers working with the Atomic Agents Python framework by providing contextual knowledge, scaffolding tools, and specialized agents for code analysis and review directly within Claude Code.","The plugin is well-documented, adheres to best practices for security and dependency management, and provides a cohesive set of tools for the Atomic Agents framework. No critical or warning findings were identified.","Excellent plugin providing comprehensive tools and guidance for the Atomic Agents Python framework.",[33,129,124,34,367,368],"development-tools","llm-application-development",[370,371,372,373],"Scaffolding a new Atomic Agents project from scratch.","Understanding the structure and patterns of an existing Atomic Agents codebase.","Reviewing Atomic Agents code for framework-specific correctness before committing.","Adding new agents, tools, or context providers to an Atomic Agents application.",{"codeQuality":375,"collectedAt":377,"documentation":378,"maintenance":381,"security":388,"testCoverage":390},{"hasLockfile":376},true,1778683239778,{"descriptionLength":379,"readmeSize":380},545,20431,{"closedIssues90d":382,"forks":383,"hasChangelog":376,"manifestVersion":384,"openIssues90d":385,"pushedAt":386,"stars":387},7,506,"2.1.0",6,1777460217000,5909,{"hasNpmPackage":389,"license":40,"smitheryVerified":389},false,{"hasCi":376,"hasTests":376},{"updatedAt":392},1778683257368,{"basePath":394,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":395},"claude-plugin/atomic-agents","plugin",{"_creationTime":397,"_id":398,"community":399,"display":400,"identity":404,"parentExtension":407,"providers":408,"relations":420,"tags":421,"workflow":422},1778683220959.3242,"k173812k7d1b2wh2bze2r2cdjn86mzva",{"reviewCount":11},{"description":401,"installMethods":402,"name":403,"sourceUrl":17},"Official plugins for the Atomic Agents framework - a lightweight, modular system for building AI agents with Pydantic and Instructor",{"claudeCode":15},"Atomic Agents",{"basePath":405,"githubOwner":20,"githubRepo":21,"locale":22,"slug":21,"type":406},"","marketplace",null,{"evaluate":409,"extract":414},{"promptVersionExtension":410,"promptVersionScoring":28,"score":411,"tags":412,"targetMarket":36,"tier":37},"3.1.0",95,[413,128,35,85,33,124],"ai-agents",{"commitSha":39,"license":40,"marketplace":415,"plugin":418},{"name":416,"pluginCount":417},"brainblend-plugins",1,{"mcpCount":11,"provider":419,"skillCount":11},"classify",{"repoId":42},[413,124,85,128,35,33],{"evaluatedAt":423,"extractAt":46,"updatedAt":424},1778683239491,1778683666542,{"evaluate":426,"extract":428},{"promptVersionExtension":27,"promptVersionScoring":28,"score":29,"tags":427,"targetMarket":36,"tier":37},[33,129,124,34,367,368],{"commitSha":39,"license":40,"plugin":429},{"mcpCount":11,"provider":419,"skillCount":385},{"parentExtensionId":398,"repoId":42},{"_creationTime":432,"_id":42,"identity":433,"providers":434,"workflow":608},1778683214161.1255,{"githubOwner":20,"githubRepo":21,"sourceUrl":17},{"classify":435,"discover":595,"github":598},{"commitSha":39,"extensions":436},[437,450,475,484,489,494,499,504,531,536,561,570,579,588],{"basePath":405,"description":401,"displayName":416,"installMethods":438,"rationale":439,"selectedPaths":440,"source":449,"sourceLanguage":22,"type":406},{"claudeCode":15},"marketplace.json at .claude-plugin/marketplace.json",[441,444,446],{"path":442,"priority":443},".claude-plugin/marketplace.json","mandatory",{"path":445,"priority":443},"README.md",{"path":447,"priority":448},"LICENSE","high","rule",{"basePath":394,"description":160,"displayName":21,"installMethods":451,"license":40,"rationale":452,"selectedPaths":453,"source":449,"sourceLanguage":22,"type":395},{"claudeCode":21},"plugin manifest at claude-plugin/atomic-agents/.claude-plugin/plugin.json",[454,456,457,458,461,463,465,467,469,471,473],{"path":455,"priority":443},".claude-plugin/plugin.json",{"path":445,"priority":443},{"path":447,"priority":448},{"path":459,"priority":460},"skills/create-atomic-agent/SKILL.md","medium",{"path":462,"priority":460},"skills/create-atomic-context-provider/SKILL.md",{"path":464,"priority":460},"skills/create-atomic-schema/SKILL.md",{"path":466,"priority":460},"skills/create-atomic-tool/SKILL.md",{"path":468,"priority":460},"skills/framework/SKILL.md",{"path":470,"priority":460},"skills/new-app/SKILL.md",{"path":472,"priority":448},"agents/atomic-explorer.md",{"path":474,"priority":448},"agents/atomic-reviewer.md",{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":449,"sourceLanguage":22,"type":24},".claude/skills/release","Release a new version of atomic-agents to PyPI and GitHub. Use when the user asks to \"release\", \"publish\", \"deploy\", or \"bump version\" for atomic-agents.","release",{"claudeCode":15},"SKILL.md frontmatter at .claude/skills/release/SKILL.md",[482],{"path":483,"priority":443},"SKILL.md",{"basePath":19,"description":13,"displayName":23,"installMethods":485,"rationale":486,"selectedPaths":487,"source":449,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at claude-plugin/atomic-agents/skills/create-atomic-agent/SKILL.md",[488],{"path":483,"priority":443},{"basePath":57,"description":53,"displayName":55,"installMethods":490,"rationale":491,"selectedPaths":492,"source":449,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at claude-plugin/atomic-agents/skills/create-atomic-context-provider/SKILL.md",[493],{"path":483,"priority":443},{"basePath":79,"description":75,"displayName":80,"installMethods":495,"rationale":496,"selectedPaths":497,"source":449,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at claude-plugin/atomic-agents/skills/create-atomic-schema/SKILL.md",[498],{"path":483,"priority":443},{"basePath":101,"description":97,"displayName":102,"installMethods":500,"rationale":501,"selectedPaths":502,"source":449,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at claude-plugin/atomic-agents/skills/create-atomic-tool/SKILL.md",[503],{"path":483,"priority":443},{"basePath":123,"description":119,"displayName":124,"installMethods":505,"rationale":506,"selectedPaths":507,"source":449,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at claude-plugin/atomic-agents/skills/framework/SKILL.md",[508,509,511,513,515,517,519,521,523,525,527,529],{"path":483,"priority":443},{"path":510,"priority":460},"references/agents.md",{"path":512,"priority":460},"references/context-providers.md",{"path":514,"priority":460},"references/hooks.md",{"path":516,"priority":460},"references/memory.md",{"path":518,"priority":460},"references/orchestration.md",{"path":520,"priority":460},"references/project-structure.md",{"path":522,"priority":460},"references/prompts.md",{"path":524,"priority":460},"references/providers.md",{"path":526,"priority":460},"references/schemas.md",{"path":528,"priority":460},"references/testing.md",{"path":530,"priority":460},"references/tools.md",{"basePath":145,"description":141,"displayName":143,"installMethods":532,"rationale":533,"selectedPaths":534,"source":449,"sourceLanguage":22,"type":24},{"claudeCode":15},"SKILL.md frontmatter at claude-plugin/atomic-agents/skills/new-app/SKILL.md",[535],{"path":483,"priority":443},{"basePath":537,"displayName":538,"installMethods":539,"rationale":540,"selectedPaths":541,"source":449,"sourceLanguage":22,"type":560},"atomic-examples/mcp-agent/example-mcp-server","example-mcp-server",{"pypi":538},"pyproject.toml with mcp/fastmcp dependency + scripts at atomic-examples/mcp-agent/example-mcp-server/pyproject.toml",[542,544,545,547,550,552,554,556,558],{"path":543,"priority":443},"pyproject.toml",{"path":445,"priority":443},{"path":546,"priority":460},"example_mcp_server/server.py",{"path":548,"priority":549},"example_mcp_server/tools/__init__.py","low",{"path":551,"priority":549},"example_mcp_server/tools/add_numbers.py",{"path":553,"priority":549},"example_mcp_server/tools/batch_operations.py",{"path":555,"priority":549},"example_mcp_server/tools/divide_numbers.py",{"path":557,"priority":549},"example_mcp_server/tools/multiply_numbers.py",{"path":559,"priority":549},"example_mcp_server/tools/subtract_numbers.py","mcp",{"basePath":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":449,"sourceLanguage":22,"type":560},"atomic-examples/progressive-disclosure/servers/data_server","pd-data-server",{"pypi":563},"pyproject.toml with mcp/fastmcp dependency + scripts at atomic-examples/progressive-disclosure/servers/data_server/pyproject.toml",[567,568],{"path":543,"priority":443},{"path":569,"priority":460},"data_server/server.py",{"basePath":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":449,"sourceLanguage":22,"type":560},"atomic-examples/progressive-disclosure/servers/math_server","pd-math-server",{"pypi":572},"pyproject.toml with mcp/fastmcp dependency + scripts at atomic-examples/progressive-disclosure/servers/math_server/pyproject.toml",[576,577],{"path":543,"priority":443},{"path":578,"priority":460},"math_server/server.py",{"basePath":580,"displayName":581,"installMethods":582,"rationale":583,"selectedPaths":584,"source":449,"sourceLanguage":22,"type":560},"atomic-examples/progressive-disclosure/servers/text_server","pd-text-server",{"pypi":581},"pyproject.toml with mcp/fastmcp dependency + scripts at atomic-examples/progressive-disclosure/servers/text_server/pyproject.toml",[585,586],{"path":543,"priority":443},{"path":587,"priority":460},"text_server/server.py",{"basePath":405,"displayName":21,"installMethods":589,"rationale":590,"selectedPaths":591,"source":449,"sourceLanguage":22,"type":560},{"pypi":21},"pyproject.toml with mcp/fastmcp dependency + scripts at pyproject.toml",[592,593,594],{"path":543,"priority":443},{"path":445,"priority":443},{"path":447,"priority":448},{"sources":596},[597],"manual",{"closedIssues90d":382,"description":599,"forks":383,"license":40,"openIssues90d":385,"pushedAt":386,"readmeSize":380,"stars":387,"topics":600},"Building AI agents, atomically",[601,602,603,604,605,606,607],"ai","artificial-intelligence","large-language-model","large-language-models","llms","openai","openai-api",{"classifiedAt":609,"discoverAt":610,"extractAt":611,"githubAt":611,"updatedAt":609},1778683220596,1778683214161,1778683218333,[129,34,367,124,368,33],{"evaluatedAt":392,"extractAt":46,"updatedAt":614},1778683666777,[],[617,649,677,707,737,761],{"_creationTime":618,"_id":619,"community":620,"display":621,"identity":626,"providers":631,"relations":643,"tags":645,"workflow":646},1778685949178.7886,"k175j0a2ttdtwfrzvz3gae0z2186njwq",{"reviewCount":11},{"description":622,"installMethods":623,"name":624,"sourceUrl":625},"SDD WORK-PIPELINE Agent — Requirements analysis & development 6-agent full pipeline with DAG-based orchestration and sliding window context management",{"claudeCode":624},"uc-taskmanager","https://github.com/davepoon/buildwithclaude",{"basePath":627,"githubOwner":628,"githubRepo":629,"locale":22,"slug":630,"type":395},"plugins/agents-uc-taskmanager","davepoon","buildwithclaude","agents-uc-taskmanager",{"evaluate":632,"extract":639},{"promptVersionExtension":27,"promptVersionScoring":28,"score":633,"tags":634,"targetMarket":36,"tier":37},100,[635,636,637,638,129],"automation","development","pipeline","sdd",{"commitSha":39,"license":640,"plugin":641},"GPL-3.0",{"mcpCount":11,"provider":419,"skillCount":642},3,{"repoId":644},"kd719kw54vhmcscq7ckdp59fg586mnt6",[129,635,636,637,638],{"evaluatedAt":647,"extractAt":648,"updatedAt":647},1778687422231,1778685949178,{"_creationTime":650,"_id":651,"community":652,"display":653,"identity":658,"providers":662,"relations":670,"tags":673,"workflow":674},1778686037155.618,"k17btc8g5vx304t4xvw7epy84586nvg3",{"reviewCount":11},{"description":654,"installMethods":655,"name":656,"sourceUrl":657},"Structure a spoken product-sense interview answer with segmentation and MVP tradeoffs.",{"claudeCode":656},"product-sense-interview-answer","https://github.com/deanpeters/Product-Manager-Skills",{"basePath":659,"githubOwner":660,"githubRepo":661,"locale":22,"slug":656,"type":395},"skills/product-sense-interview-answer","deanpeters","Product-Manager-Skills",{"evaluate":663,"extract":669},{"promptVersionExtension":27,"promptVersionScoring":28,"score":633,"tags":664,"targetMarket":36,"tier":37},[665,666,667,668,124],"product-management","interview","coaching","career-development",{"commitSha":39},{"parentExtensionId":671,"repoId":672},"k1737yyx70jf9bpwv41etabg5d86m4f1","kd79w54je3w4zrhk2stxg9246186nbp1",[668,667,124,666,665],{"evaluatedAt":675,"extractAt":676,"updatedAt":675},1778686974785,1778686037155,{"_creationTime":678,"_id":679,"community":680,"display":681,"identity":686,"providers":690,"relations":700,"tags":703,"workflow":704},1778698175626.3145,"k176ez4mtxadj21gyz10edtjws86n0gz",{"reviewCount":11},{"description":682,"installMethods":683,"name":684,"sourceUrl":685},"Skills from the Trail of Bits Application Security Testing Handbook (appsec.guide)",{"claudeCode":684},"testing-handbook-skills","https://github.com/trailofbits/skills",{"basePath":687,"githubOwner":688,"githubRepo":689,"locale":22,"slug":684,"type":395},"plugins/testing-handbook-skills","trailofbits","skills",{"evaluate":691,"extract":696},{"promptVersionExtension":27,"promptVersionScoring":28,"score":105,"tags":692,"targetMarket":36,"tier":37},[34,693,694,635,695],"security-testing","documentation","handbook",{"commitSha":39,"license":697,"plugin":698},"a8270f6209a7573677312231b941402431218673",{"mcpCount":11,"provider":419,"skillCount":699},15,{"parentExtensionId":701,"repoId":702},"k17550d1ve8ghfmwc58xs69e3s86mn86","kd7d5sbrd9m157hjv9c7v4wfyn86mk2f",[635,34,694,695,693],{"evaluatedAt":705,"extractAt":706,"updatedAt":705},1778698552460,1778698175626,{"_creationTime":708,"_id":709,"community":710,"display":711,"identity":717,"providers":719,"relations":731,"tags":733,"workflow":734},1778695548458.3262,"k170h0janaa9kwn7cfgfz2ykss86mmh9",{"reviewCount":11},{"description":712,"installMethods":713,"name":715,"sourceUrl":716},"350 agentic skills across 64 domains, 72 agent personas, and 16 team compositions following the agentskills.io open standard",{"claudeCode":714},"agent-almanac","Agent Almanac","https://github.com/pjt222/agent-almanac",{"basePath":405,"githubOwner":718,"githubRepo":714,"locale":22,"slug":714,"type":395},"pjt222",{"evaluate":720,"extract":728},{"promptVersionExtension":27,"promptVersionScoring":28,"score":105,"tags":721,"targetMarket":36,"tier":37},[413,689,367,722,723,724,725,726,727],"workflow-automation","knowledge-management","r-development","python-development","typescript-development","cli-tools",{"commitSha":39,"license":40,"plugin":729},{"mcpCount":11,"provider":419,"skillCount":730},353,{"repoId":732},"kd7aryv63z61j39n2td1aeqkvh86mh12",[413,727,367,723,725,724,689,726,722],{"evaluatedAt":735,"extractAt":736,"updatedAt":735},1778695566886,1778695548458,{"_creationTime":738,"_id":739,"community":740,"display":741,"identity":746,"providers":748,"relations":756,"tags":758,"workflow":759},1778685949178.7852,"k176wb66xmynb88ajaa4c43dz986m3cj",{"reviewCount":11},{"description":742,"installMethods":743,"name":745,"sourceUrl":625},"Complete collection of 174 slash commands across 22 categories",{"claudeCode":744},"all-commands","All Commands",{"basePath":747,"githubOwner":628,"githubRepo":629,"locale":22,"slug":744,"type":395},"plugins/all-commands",{"evaluate":749,"extract":755},{"promptVersionExtension":27,"promptVersionScoring":28,"score":105,"tags":750,"targetMarket":36,"tier":37},[635,751,34,367,752,753,754],"ci-cd","api-development","database-management","performance-optimization",{"commitSha":39,"license":40},{"parentExtensionId":757,"repoId":644},"k17dg0d5d8g0a5nhm59gm0tkwx86nbt4",[752,635,751,34,753,367,754],{"evaluatedAt":760,"extractAt":648,"updatedAt":760},1778687053754,{"_creationTime":762,"_id":763,"community":764,"display":765,"identity":770,"providers":774,"relations":781,"tags":784,"workflow":785},1778692159341.6501,"k17bexhttsevd94yyb4yb30d1s86myfq",{"reviewCount":11},{"description":766,"installMethods":767,"name":768,"sourceUrl":769},"Assess and classify legal risks using a severity-by-likelihood framework with escalation criteria",{"claudeCode":768},"legal-risk-assessment-anthropic","https://github.com/lawvable/awesome-legal-skills",{"basePath":771,"githubOwner":772,"githubRepo":773,"locale":22,"slug":768,"type":395},"skills/legal-risk-assessment-anthropic","lawvable","awesome-legal-skills",{"evaluate":775,"extract":780},{"promptVersionExtension":27,"promptVersionScoring":28,"score":105,"tags":776,"targetMarket":36,"tier":37},[777,778,779,124,694],"legal","risk-assessment","compliance",{"commitSha":39},{"parentExtensionId":782,"repoId":783},"k176pg91f80b1spms4zaen8g6986n5pa","kd7334qxfqk8gjtm28t64b58cn86nkk0",[779,694,124,777,778],{"evaluatedAt":786,"extractAt":787,"updatedAt":786},1778692402023,1778692159341]