[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-bilalmk-multi-agent-patterns-zh-CN":3,"guides-for-bilalmk-multi-agent-patterns":222,"similar-k17b17wnrngbf3q274gajvtfsd866n4t":223},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":21,"identity":189,"isFallback":194,"parentExtension":195,"providers":196,"relations":201,"repo":203,"workflow":219},1778054086261.091,"k17b17wnrngbf3q274gajvtfsd866n4t",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":12,"sourceUrl":13,"tags":14},"Design multi-agent architectures for complex tasks. Use when single-agent context limits are exceeded, when tasks decompose naturally into subtasks, or when specializing agents improves quality.",{},"Multi-Agent Architecture Patterns","https://github.com/bilalmk/todo_correct/tree/HEAD/.claude/skills/mjs/multi-agent-patterns",[15,16,17,18,19,20],"multi-agent","architecture","design-patterns","coordination","llm","agent",{"_creationTime":22,"_id":23,"extensionId":5,"locale":24,"result":25,"trustSignals":178,"workflow":187},1778054163453.7012,"kn70mvgrdsjye1kt6733wbs6a9866h21","en",{"checks":26,"evaluatedAt":168,"extensionSummary":169,"promptVersionExtension":170,"promptVersionScoring":171,"rationale":172,"score":173,"summary":174,"tags":175,"targetMarket":176,"tier":177},[27,32,35,38,42,45,50,54,57,60,64,69,72,76,79,82,85,88,91,94,98,102,106,110,114,117,120,123,127,130,133,136,139,142,146,149,152,155,158,161,165],{"category":28,"check":29,"severity":30,"summary":31},"Practical Utility","Problem relevance","pass","The description clearly states the problem of single-agent context limits and when the skill should be used, such as for tasks that decompose naturally or require specialized agents.",{"category":28,"check":33,"severity":30,"summary":34},"Unique selling proposition","The skill offers a unique value proposition by providing patterns for designing multi-agent architectures to overcome single-agent context limitations and improve coordination, which goes beyond basic LLM capabilities.",{"category":28,"check":36,"severity":30,"summary":37},"Production readiness","The extension covers its stated use case of designing multi-agent architectures comprehensively, detailing various patterns, failure modes, and mitigation strategies, making it production-ready for guiding such designs.",{"category":39,"check":40,"severity":30,"summary":41},"Scope","Single responsibility principle","The skill's scope is clearly defined around multi-agent architecture patterns, including supervisor, peer-to-peer, and hierarchical structures, without branching into unrelated domains.",{"category":39,"check":43,"severity":30,"summary":44},"Description quality","The description accurately and concisely reflects the skill's purpose of designing multi-agent architectures, clearly outlining when to use it and the core concepts involved.",{"category":46,"check":47,"severity":48,"summary":49},"Invocation","Scoped tools","not_applicable","This skill does not expose specific tools but rather architectural patterns and concepts.",{"category":51,"check":52,"severity":48,"summary":53},"Documentation","Configuration & parameter reference","The skill does not expose configurable parameters or options in a traditional sense; it's a conceptual guide.",{"category":39,"check":55,"severity":48,"summary":56},"Tool naming","The skill does not expose user-facing tools with names.",{"category":39,"check":58,"severity":48,"summary":59},"Minimal I/O surface","This skill is not tool-based and does not have input/output schemas in the traditional sense.",{"category":61,"check":62,"severity":30,"summary":63},"License","License usability","The extension explicitly states 'MIT License' in the README and is associated with the Panaversity Evolution of Todo Hackathon II, indicating a permissive open-source license.",{"category":65,"check":66,"severity":67,"summary":68},"Maintenance","Commit recency","critical","There are no commits on the default branch, indicating the project is likely unmaintained and poses a risk.",{"category":65,"check":70,"severity":48,"summary":71},"Dependency Management","No third-party dependencies are managed within the skill's direct code or SKILL.md, as it focuses on conceptual patterns.",{"category":73,"check":74,"severity":48,"summary":75},"Security","Secret Management","The skill itself does not handle secrets; it describes architectural patterns for other systems that might.",{"category":73,"check":77,"severity":30,"summary":78},"Injection","The skill provides conceptual guidance and does not load or execute external data that could lead to injection vulnerabilities.",{"category":73,"check":80,"severity":30,"summary":81},"Transitive Supply-Chain Grenades","The skill's code consists of Python scripts and Markdown files that do not fetch external content or execute arbitrary code, mitigating supply-chain risks.",{"category":73,"check":83,"severity":30,"summary":84},"Sandbox Isolation","The skill's content does not involve file system operations or external interactions that could violate sandbox isolation.",{"category":73,"check":86,"severity":30,"summary":87},"Sandbox escape primitives","No sandbox escape primitives like detached processes or deny-retry loops are present in the skill's code or documentation.",{"category":73,"check":89,"severity":30,"summary":90},"Data Exfiltration","The skill focuses on architectural patterns and does not contain any instructions or code that could exfiltrate data.",{"category":73,"check":92,"severity":30,"summary":93},"Hidden Text Tricks","The bundled files are free of hidden steering tricks, invisible characters, or obfuscated content.",{"category":95,"check":96,"severity":30,"summary":97},"Hooks","Opaque code execution","The bundled scripts are plain Python and Markdown, with no obfuscation, base64 payloads, or runtime fetched code.",{"category":99,"check":100,"severity":30,"summary":101},"Portability","Structural Assumption","The skill's Python scripts are self-contained and do not make assumptions about user-specific project organization outside of standard Python imports.",{"category":103,"check":104,"severity":48,"summary":105},"Trust","Issues Attention","No issues are tracked for this repository.",{"category":107,"check":108,"severity":30,"summary":109},"Versioning","Release Management","A meaningful version (1.0.0) is declared in the SKILL.md frontmatter.",{"category":111,"check":112,"severity":48,"summary":113},"Code Execution","Validation","The skill itself is conceptual and does not execute code or process structured input that requires validation libraries.",{"category":73,"check":115,"severity":30,"summary":116},"Unguarded Destructive Operations","The skill's content is purely instructional and does not contain any destructive operations.",{"category":111,"check":118,"severity":30,"summary":119},"Error Handling","The included Python scripts are simple and do not involve complex error handling scenarios beyond standard Python exceptions. The main verification script exits non-zero on failure.",{"category":111,"check":121,"severity":48,"summary":122},"Logging","The skill's Python scripts are utility scripts for verification and do not perform actions that require audit logging.",{"category":124,"check":125,"severity":30,"summary":126},"Compliance","GDPR","The skill does not operate on personal data; it describes architectural patterns.",{"category":124,"check":128,"severity":30,"summary":129},"Target market","The skill describes general multi-agent patterns with no regional or jurisdictional logic, making it globally applicable.",{"category":99,"check":131,"severity":30,"summary":132},"Runtime stability","The skill's Python scripts rely on standard Python features and are designed to be portable across POSIX-compliant systems.",{"category":46,"check":134,"severity":30,"summary":135},"Precise Purpose","The description and SKILL.md clearly define the skill's purpose of designing multi-agent architectures and specify when to use it, including explicit boundaries.",{"category":46,"check":137,"severity":30,"summary":138},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly stating the skill's name and purpose within the character limit.",{"category":51,"check":140,"severity":30,"summary":141},"Concise Body","The SKILL.md body is well-structured and under the recommended line limit, with deeper material deferred to `references/frameworks.md`.",{"category":143,"check":144,"severity":30,"summary":145},"Context","Progressive Disclosure","The skill uses progressive disclosure by linking from SKILL.md to `references/frameworks.md` for detailed technical implementation patterns.",{"category":143,"check":147,"severity":48,"summary":148},"Forked exploration","This skill is instructional and does not involve deep exploration or code review that would necessitate a forked context.",{"category":28,"check":150,"severity":30,"summary":151},"Usage examples","The skill includes relevant examples for different architectural patterns (Research Team, Handoff Protocol) that illustrate its concepts.",{"category":28,"check":153,"severity":30,"summary":154},"Edge cases","The skill addresses potential failure modes like supervisor bottlenecks, coordination overhead, divergence, and error propagation, providing relevant mitigations.",{"category":111,"check":156,"severity":48,"summary":157},"Tool Fallback","The skill does not rely on external tools like MCP servers, thus no fallback is needed.",{"category":99,"check":159,"severity":30,"summary":160},"Stack assumptions","The Python scripts assume a standard Python 3.11+ environment and do not have other specific stack assumptions.",{"category":162,"check":163,"severity":30,"summary":164},"Safety","Halt on unexpected state","The verification script exits with a non-zero code if preconditions like SKILL.md existence are not met, indicating it halts on unexpected state.",{"category":99,"check":166,"severity":30,"summary":167},"Cross-skill coupling","The skill is self-contained, focusing on multi-agent patterns, and does not implicitly rely on other skills. It explicitly cross-references related skills when appropriate.",1778054126002,"This skill details supervisor, peer-to-peer, and hierarchical multi-agent architecture patterns, explaining their use cases, advantages, and disadvantages. It provides implementation references for frameworks like LangGraph and AutoGen, and discusses crucial aspects like context isolation, consensus mechanisms, and failure handling strategies.","2.0.0","3.4.0","The extension provides a comprehensive and well-documented guide to multi-agent architecture patterns. It demonstrates strong adherence to best practices in scope, documentation, and safety. The critical finding for 'Commit recency' is concerning for long-term maintenance, but the core content remains valuable and robust.",85,"A comprehensive guide to designing and implementing multi-agent systems, covering key patterns, concepts, and failure modes.",[15,16,17,18,19,20],"global","flagged",{"codeQuality":179,"collectedAt":180,"documentation":181,"maintenance":183,"security":184,"testCoverage":186},{},1778054116191,{"descriptionLength":182,"readmeSize":8},194,{},{"hasNpmPackage":185,"smitheryVerified":185},false,{"hasCi":185,"hasTests":185},{"updatedAt":188},1778054163453,{"githubOwner":190,"githubRepo":191,"locale":24,"slug":192,"type":193},"bilalmk","todo_correct","multi-agent-patterns","skill",true,null,{"extract":197,"llm":200},{"commitSha":198,"license":199},"8b43aa04bd5c53e3cda46469b953684519a84ea7","MIT-0",{"promptVersionExtension":170,"promptVersionScoring":171,"score":173,"targetMarket":176,"tier":177},{"repoId":202},"kd75ecf652eb91ha327s8bqbex865z6v",{"_creationTime":204,"_id":202,"identity":205,"providers":207,"workflow":216},1777995558409.9006,{"githubOwner":190,"githubRepo":191,"sourceUrl":206},"https://github.com/bilalmk/todo_correct",{"discover":208,"github":211},{"sources":209},[210],"skills-sh",{"closedIssues90d":8,"forks":8,"openIssues90d":212,"pushedAt":213,"readmeSize":214,"stars":212,"topics":215},1,1769509251000,14662,[],{"discoverAt":217,"extractAt":218,"githubAt":218,"updatedAt":218},1777995558409,1778054088050,{"anyEnrichmentAt":220,"extractAt":221,"githubAt":220,"llmAt":188,"updatedAt":188},1778054086910,1778054086261,[],[224,247,277,308,336,351],{"_creationTime":225,"_id":226,"community":227,"display":228,"identity":237,"providers":239,"relations":245,"workflow":246},1778054086261.0896,"k173qc4w9k717e5jcb4da4zrcx866a1a",{"reviewCount":8},{"description":229,"name":230,"sourceUrl":231,"tags":232},"Recognize, diagnose, and mitigate patterns of context degradation in agent systems. Use when context grows large, agent performance degrades unexpectedly, or debugging agent failures.","Context Degradation Patterns","https://github.com/bilalmk/todo_correct/tree/HEAD/.claude/skills/mjs/context-degradation",[20,233,234,235,19,236],"context","performance","debugging","analysis",{"githubOwner":190,"githubRepo":191,"locale":24,"slug":238,"type":193},"context-degradation",{"extract":240,"llm":242},{"commitSha":198,"license":241},"MIT",{"promptVersionExtension":170,"promptVersionScoring":171,"score":243,"targetMarket":176,"tier":244},95,"verified",{"repoId":202},{"anyEnrichmentAt":220,"extractAt":221,"githubAt":220,"llmAt":188,"updatedAt":188},{"_creationTime":248,"_id":249,"community":250,"display":251,"identity":261,"providers":264,"relations":270,"workflow":273},1778053172687.5217,"k17e1a1gykrkn17a82ewzpvw658664pr",{"reviewCount":8},{"description":252,"installMethods":253,"name":254,"sourceUrl":255,"tags":256},"哈耶克 × 米塞斯 × Claude 三人对话。奥派经济学视角的多角色讨论。 触发方式：/dbs-chatroom-austrian、/chatroom-austrian、/奥派、「奥派聊天室」 Austrian economics chatroom. Hayek × Mises × Claude debate. Trigger: /dbs-chatroom-austrian, /chatroom-austrian, /奥派, \"Austrian chat\"",{},"dbs-chatroom-austrian","https://github.com/dontbesilent2025/dbskill/tree/HEAD/skills/dbs-chatroom-austrian",[257,258,259,19,260,15],"economics","philosophy","debate","simulation",{"githubOwner":262,"githubRepo":263,"locale":24,"slug":254,"type":193},"dontbesilent2025","dbskill",{"extract":265,"llm":268},{"commitSha":266,"license":267},"82ad0b438a95e6a350ff26febbcfd0d309feb134","CC-BY-NC-4.0",{"promptVersionExtension":170,"promptVersionScoring":171,"score":269,"targetMarket":176,"tier":244},90,{"parentExtensionId":271,"repoId":272},"k17b0yxqh8tynmm3y7j0f9bv95867fk1","kd79vvh7s9ep69hsn7agrem6s1864j2b",{"anyEnrichmentAt":274,"extractAt":275,"githubAt":274,"llmAt":276,"updatedAt":276},1778053174293,1778053172687,1778053288253,{"_creationTime":278,"_id":279,"community":280,"display":281,"identity":293,"providers":297,"relations":302,"workflow":304},1778053622473.6682,"k171xwg814163s51767b0q0pn1866cwe",{"reviewCount":8},{"description":282,"installMethods":283,"name":284,"sourceUrl":285,"tags":286},"Orchestrate multiple worker agents to implement groomed tasks in Gitea repositories. Use when multiple ready tasks need implementation, when you want autonomous multi-task execution, or when coordinating batch development work with Gitea. Keywords: coordinator, orchestrator, multi-task, parallel, workers, batch, autonomous, gitea, tea.",{},"Gitea Coordinator","https://github.com/jwynia/agent-skills/tree/HEAD/skills/tech/development/workflow/gitea-coordinator",[287,288,289,290,291,292,15],"gitea","orchestration","automation","agile","development","workflow",{"githubOwner":294,"githubRepo":295,"locale":24,"slug":296,"type":193},"jwynia","agent-skills","gitea-coordinator",{"extract":298,"llm":300},{"commitSha":299,"license":241},"e02ec7e226a6e4f8419fd3b88a1d8e472d421b32",{"promptVersionExtension":170,"promptVersionScoring":171,"score":301,"targetMarket":176,"tier":244},98,{"repoId":303},"kd7efn3mprpa8rd8vm5hw5ebzx864fph",{"anyEnrichmentAt":305,"extractAt":306,"githubAt":305,"llmAt":307,"updatedAt":307},1778053625386,1778053622473,1778054012696,{"_creationTime":309,"_id":310,"community":311,"display":312,"identity":323,"providers":326,"relations":330,"workflow":332},1778053448782.097,"k1739yz9jv2seh7503h4b1ba8s866a3z",{"reviewCount":8},{"description":313,"installMethods":314,"name":315,"sourceUrl":316,"tags":317},"Generates architecture diagrams from code, infrastructure, or descriptions. Use when user asks to visualize, diagram, or document system architecture.",{},"Eraser Diagram Generator","https://github.com/eraserlabs/eraser-io/tree/HEAD/claude-plugins/eraser/skills/diagram",[318,16,319,320,321,322],"diagram","visualization","infrastructure","api","code-generation",{"githubOwner":324,"githubRepo":325,"locale":24,"slug":318,"type":193},"eraserlabs","eraser-io",{"extract":327,"llm":329},{"commitSha":328,"license":241},"30d6f3679f597eeae67bacab5ee733c863686177",{"promptVersionExtension":170,"promptVersionScoring":171,"score":301,"targetMarket":176,"tier":244},{"repoId":331},"kd74kz6ynekzcm6mrz0ftcb1jn865nen",{"anyEnrichmentAt":333,"extractAt":334,"githubAt":333,"llmAt":335,"updatedAt":335},1778053449051,1778053448782,1778053477002,{"_creationTime":337,"_id":338,"community":339,"display":340,"identity":344,"providers":346,"relations":349,"workflow":350},1778053448782.0989,"k17677ej1bpx98s7dxda4ppjxd8670nw",{"reviewCount":8},{"description":313,"installMethods":341,"name":315,"sourceUrl":342,"tags":343},{},"https://github.com/eraserlabs/eraser-io/tree/HEAD/skills/eraser-diagrams",[318,16,319,320,322,321],{"githubOwner":324,"githubRepo":325,"locale":24,"slug":345,"type":193},"eraser-diagrams",{"extract":347,"llm":348},{"commitSha":328,"license":241},{"promptVersionExtension":170,"promptVersionScoring":171,"score":301,"targetMarket":176,"tier":244},{"repoId":331},{"anyEnrichmentAt":333,"extractAt":334,"githubAt":333,"llmAt":335,"updatedAt":335},{"_creationTime":352,"_id":353,"community":354,"display":355,"identity":365,"providers":368,"relations":372,"workflow":374},1778053269518.59,"k1735q99n2jwhd044ytk55bcyn8678g9",{"reviewCount":8},{"description":356,"installMethods":357,"name":358,"sourceUrl":359,"tags":360},"React Router performance and architecture patterns. Use when writing loaders, actions, forms, routes, or working with React Router data fetching. Triggers on tasks involving React Router routes, data loading, form handling, or route organization.",{},"React Router Best Practices","https://github.com/sergiodxa/agent-skills/tree/HEAD/skills/frontend-react-router-best-practices",[361,362,234,16,363,364],"react-router","frontend","typescript","best-practices",{"githubOwner":366,"githubRepo":295,"locale":24,"slug":367,"type":193},"sergiodxa","frontend-react-router-best-practices",{"extract":369,"llm":371},{"commitSha":370,"license":241},"40e21b46189d5c7de6610b68a25280af863f8775",{"promptVersionExtension":170,"promptVersionScoring":171,"score":301,"targetMarket":176,"tier":244},{"repoId":373},"kd73wtzzjgc8jttgs0x15sp8s9865fzg",{"anyEnrichmentAt":375,"extractAt":376,"githubAt":375,"llmAt":377,"updatedAt":377},1778053270043,1778053269518,1778053306113]