[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohitg00-agent-teams-de":3,"guides-for-rohitg00-agent-teams":810,"similar-k174h4yhwrcpcmdx62n2g2b88986mx17-de":811},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":227,"parentExtension":249,"providers":309,"relations":313,"repo":314,"tags":808,"workflow":809},1778696595410.5618,"k174h4yhwrcpcmdx62n2g2b88986mx17",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.",{"claudeCode":12},"rohitg00/pro-workflow","agent-teams","https://github.com/rohitg00/pro-workflow",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778696637446.7622,"kn795rxvsyw34e0pyxrndyd2r586nxn3","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":201,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,46,50,54,58,61,64,67,71,75,78,81,84,87,91,95,98,102,105,108,111,114,117,120,124,127,131,135,139,142,146,150,154,157,160,163,166,169,172,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of repeated corrections and knowledge loss in AI sessions, proposing a durable solution.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a significant value proposition over default behavior by introducing persistent memory, a knowledge plane, and advanced orchestration patterns.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension covers a complete lifecycle for AI-driven development, including learning, knowledge management, and collaborative workflows, indicating production readiness.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on enhancing AI agent workflows with persistent memory and knowledge management, avoiding unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's core functionalities of coordinating AI sessions, managing tasks, and enabling knowledge persistence.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Precise Purpose","The purpose is precisely defined, outlining the coordination of multiple sessions for specific tasks like code development and knowledge management, with clear use cases and boundaries.",{"category":40,"check":44,"severity":24,"summary":45},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capabilities for precise routing.",{"category":47,"check":48,"severity":24,"summary":49},"Documentation","Concise Body","The SKILL.md body is reasonably concise, delegating extensive material to separate documentation files and examples.",{"category":51,"check":52,"severity":24,"summary":53},"Context","Progressive Disclosure","Extensive details are delegated to separate documentation files, adhering to progressive disclosure principles.",{"category":51,"check":55,"severity":56,"summary":57},"Forked exploration","not_applicable","The skill does not appear to involve deep exploration or code review that would necessitate `context: fork`.",{"category":22,"check":59,"severity":24,"summary":60},"Usage examples","Sufficient end-to-end examples are provided in the README, covering core functionalities like learning, wiki management, and development workflows.",{"category":22,"check":62,"severity":24,"summary":63},"Edge cases","The documentation addresses various scenarios, including team sizing, task decomposition, and when to use teams versus alternatives, indicating handling of potential edge cases.",{"category":40,"check":65,"severity":56,"summary":66},"Tool Fallback","The skill primarily relies on Claude Code's internal tools and does not appear to have external MCP dependencies that would require fallback mechanisms.",{"category":68,"check":69,"severity":24,"summary":70},"Safety","Halt on unexpected state","The documentation outlines patterns like plan approval and task dependencies that implicitly halt workflows on unexpected states, preventing wasted work.",{"category":72,"check":73,"severity":24,"summary":74},"Portability","Cross-skill coupling","The skill is designed to be self-contained, with clear documentation on how it interacts with other agents via SkillKit, avoiding implicit coupling.",{"category":40,"check":76,"severity":24,"summary":77},"Scoped tools","The extension exposes specific commands and skills like `/wiki`, `/develop`, and `/commit`, which are narrow verb-noun specialists.",{"category":47,"check":79,"severity":24,"summary":80},"Configuration & parameter reference","The README provides detailed information on configuration, environment variables, and MCP settings.",{"category":33,"check":82,"severity":24,"summary":83},"Tool naming","Tool and command names are descriptive and follow a consistent pattern (e.g., `/wiki`, `/develop`).",{"category":33,"check":85,"severity":24,"summary":86},"Minimal I/O surface","The documented commands and their parameters appear to be specific to the task, without excessive or unnecessary fields.",{"category":88,"check":89,"severity":24,"summary":90},"License","License usability","The project is licensed under the MIT license, which is permissive and widely usable.",{"category":92,"check":93,"severity":24,"summary":94},"Maintenance","Commit recency","The last commit was on May 12, 2026, indicating recent maintenance.",{"category":92,"check":96,"severity":24,"summary":97},"Dependency Management","The project uses npm and appears to have dependencies managed through npm, with a lockfile present. CI is also in place.",{"category":99,"check":100,"severity":24,"summary":101},"Security","Secret Management","The extension's documentation and provided examples indicate careful handling of secrets, with clear instructions on using environment variables and avoiding hardcoding.",{"category":99,"check":103,"severity":24,"summary":104},"Injection","The extension's design, particularly with features like LLM gates and plan approval, suggests a focus on treating external data as untrusted and preventing injection.",{"category":99,"check":106,"severity":24,"summary":107},"Transitive Supply-Chain Grenades","The extension focuses on local file operations and documented external calls, with no evidence of runtime fetching of uncommitted code or instructions.",{"category":99,"check":109,"severity":24,"summary":110},"Sandbox Isolation","The extension operates within defined scopes (e.g., ~/.pro-workflow, project directories) and does not appear to modify files outside its designated areas.",{"category":99,"check":112,"severity":24,"summary":113},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were identified in the documentation or implied by the extension's design.",{"category":99,"check":115,"severity":24,"summary":116},"Data Exfiltration","The extension emphasizes privacy and control over data, with features like optional telemetry and explicit configuration for external services.",{"category":99,"check":118,"severity":24,"summary":119},"Hidden Text Tricks","The bundled content and documentation appear free of hidden-steering tricks, with clean text and standard formatting.",{"category":121,"check":122,"severity":24,"summary":123},"Hooks","Opaque code execution","The extension's scripts and source code are provided in a readable format, with no evidence of obfuscation or base64-encoded payloads.",{"category":72,"check":125,"severity":24,"summary":126},"Structural Assumption","The extension uses relative paths and standard conventions, and where specific project structures are assumed, it's typically documented or handled gracefully.",{"category":128,"check":129,"severity":24,"summary":130},"Trust","Issues Attention","With 0 open and 5 closed issues in the last 90 days, maintainer engagement is high.",{"category":132,"check":133,"severity":24,"summary":134},"Versioning","Release Management","The presence of npm versioning and recent commits indicates a managed release process.",{"category":136,"check":137,"severity":24,"summary":138},"Execution","Validation","While not explicitly detailing schema validation libraries, the extension's focus on structured commands and guards implies robust input handling.",{"category":99,"check":140,"severity":24,"summary":141},"Unguarded Destructive Operations","Destructive operations are guarded by confirmation gates, LLM hooks, and dry-run capabilities.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Error Handling","The extension's design incorporates error handling through LLM gates, permission tuning, and clear workflow steps, suggesting meaningful error reporting.",{"category":147,"check":148,"severity":24,"summary":149},"Code Execution","Logging","The extension's `doctor` command and focus on audit logs suggest a commitment to capturing actions for review.",{"category":151,"check":152,"severity":24,"summary":153},"Compliance","GDPR","The extension's focus on local storage and user control over data suggests it does not inherently operate on personal data without sanitization.",{"category":151,"check":155,"severity":24,"summary":156},"Target market","The extension is designed to be universally applicable to AI coding workflows and does not appear to be geographically restricted.",{"category":72,"check":158,"severity":24,"summary":159},"Runtime stability","The extension is designed to work with Claude Code and other agents via SkillKit, indicating broad runtime compatibility.",{"category":47,"check":161,"severity":24,"summary":162},"README","The README is comprehensive, detailing the problem, solution, installation, usage, and architecture.",{"category":33,"check":164,"severity":24,"summary":165},"Tool surface size","The extension exposes a well-managed set of skills, agents, and commands, fitting within the target range.",{"category":40,"check":167,"severity":24,"summary":168},"Overlapping near-synonym tools","The tools and commands exposed appear to have distinct functionalities, avoiding significant overlap or redundancy.",{"category":47,"check":170,"severity":24,"summary":171},"Phantom features","All advertised features, such as persistent memory, knowledge plane, and agent teams, have corresponding implementations detailed in the documentation and code structure.",{"category":173,"check":174,"severity":24,"summary":175},"Install","Installation instruction","Clear installation instructions are provided in the README, including copy-pasteable commands for various environments.",{"category":143,"check":177,"severity":24,"summary":178},"Actionable error messages","The extension's design, with features like permission tuning and LLM gates, suggests a focus on providing actionable error feedback.",{"category":136,"check":180,"severity":24,"summary":181},"Pinned dependencies","The project utilizes npm for dependency management and includes a lockfile, ensuring pinned dependencies.",{"category":33,"check":183,"severity":24,"summary":184},"Dry-run preview","Features like LLM gates and plan approval act as dry-run mechanisms, previewing actions before execution.",{"category":186,"check":187,"severity":24,"summary":188},"Protocol","Idempotent retry & timeouts","The extension's workflow design, with explicit steps and gates, suggests an emphasis on controlled and potentially idempotent operations.",{"category":151,"check":190,"severity":24,"summary":191},"Telemetry opt-in","The extension clearly documents its configuration and emphasizes user control, implying telemetry is opt-in or non-existent by default.",1778696637334,"This extension enhances AI coding sessions by enabling coordination between multiple Claude Code instances as a team. It features shared task lists, inter-agent messaging, file-lock claiming, and provides patterns for team sizing, task decomposition, and knowledge persistence through a SQLite store and optional auto-research loop.",[195,196,197,198,199,200],"Coordinate multiple AI sessions as a team","Shared task lists and mailbox messaging","File-lock claiming to prevent conflicts","Persistent memory and knowledge plane via SQLite","Auto-research loop for knowledge growth","Detailed patterns for team sizing and task decomposition",[202,203,204],"Replacing direct human collaboration","Managing individual AI agent's internal state beyond shared knowledge","Providing a generic task management system outside of AI agent workflows","3.0.0","4.4.0","To enable teams of AI agents to collaborate effectively on complex coding tasks by providing mechanisms for coordination, knowledge sharing, and persistent learning.","All checks passed, indicating a high-quality, well-documented, and secure extension.",100,"A comprehensive and well-engineered extension for enhancing AI agent collaboration and knowledge persistence.",[212,213,214,215,216,217],"ai-workflow","collaboration","knowledge-management","llm-ops","productivity","self-correction","global","verified",[221,222,223,224],"Collaborating on large codebases with multiple AI agents","Ensuring AI agents retain knowledge across sessions","Building persistent knowledge bases for AI research","Managing complex development workflows with clear task delegation and review",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"popularity":238,"security":240,"testCoverage":241},{"hasLockfile":227},true,1778696621695,{"descriptionLength":230,"readmeSize":231},232,22012,{"closedIssues90d":233,"forks":234,"hasChangelog":235,"openIssues90d":8,"pushedAt":236,"stars":237},5,203,false,1778554780000,2113,{"npmDownloads":239},611,{"hasNpmPackage":227,"smitheryVerified":235},{"hasCi":227,"hasTests":235},{"updatedAt":243},1778696637446,{"basePath":245,"githubOwner":246,"githubRepo":247,"locale":18,"slug":13,"type":248},"skills/agent-teams","rohitg00","pro-workflow","skill",{"_creationTime":250,"_id":251,"community":252,"display":253,"identity":259,"parentExtension":262,"providers":292,"relations":305,"tags":306,"workflow":307},1778696595410.5615,"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv",{"reviewCount":8},{"description":254,"installMethods":255,"name":258,"sourceUrl":14},"Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.",{"claudeCode":247,"cursor":256,"npm":247,"skillkit":257},"/add-plugin pro-workflow","npx skillkit install pro-workflow","Pro Workflow",{"basePath":260,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":261},"","plugin",{"_creationTime":263,"_id":264,"community":265,"display":266,"identity":269,"providers":271,"relations":286,"tags":288,"workflow":289},1778696595410.5613,"k1741gyqaf0tj1ffq65gjpsm6x86mfhx",{"reviewCount":8},{"description":267,"installMethods":268,"name":258,"sourceUrl":14},"Battle-tested Claude Code workflows from power users",{"claudeCode":12},{"basePath":260,"githubOwner":246,"githubRepo":247,"locale":18,"slug":247,"type":270},"marketplace",{"evaluate":272,"extract":279},{"promptVersionExtension":273,"promptVersionScoring":206,"score":274,"tags":275,"targetMarket":218,"tier":219},"3.1.0",99,[276,216,277,278,214],"workflow","ai-assistance","developer-tools",{"commitSha":280,"license":281,"marketplace":282,"plugin":284},"HEAD","MIT",{"name":247,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd7am4e918eq98hrd9s31jm4vs86nn0b",[277,278,214,216,276],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778696611346,1778696595410,{"evaluate":293,"extract":302},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":295,"targetMarket":218,"tier":301},96,[276,216,296,217,297,298,299,300],"ai-coding","knowledge-base","sqlite","hooks","agents","community",{"commitSha":280,"license":281,"plugin":303},{"mcpCount":8,"provider":285,"skillCount":304},34,{"parentExtensionId":264,"repoId":287},[300,296,299,297,216,217,298,276],{"evaluatedAt":308,"extractAt":291,"updatedAt":308},1778696621396,{"evaluate":310,"extract":312},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":311,"targetMarket":218,"tier":219},[212,213,214,215,216,217],{"commitSha":280},{"parentExtensionId":251,"repoId":287},{"_creationTime":315,"_id":287,"identity":316,"providers":317,"workflow":803},1778696588306.821,{"githubOwner":246,"githubRepo":247,"sourceUrl":14},{"classify":318,"discover":783,"extract":786,"github":787,"npm":802},{"commitSha":280,"extensions":319},[320,330,471,477,485,493,501,509,517,525,533,541,549,557,565,576,584,592,600,608,616,624,632,639,647,655,663,671,679,691,699,707,739,749,765,775],{"basePath":260,"description":267,"displayName":247,"installMethods":321,"rationale":322,"selectedPaths":323,"source":329,"sourceLanguage":18,"type":270},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[324,327],{"path":325,"priority":326},".claude-plugin/marketplace.json","mandatory",{"path":328,"priority":326},"README.md","rule",{"basePath":260,"description":254,"displayName":247,"installMethods":331,"license":281,"rationale":332,"selectedPaths":333,"source":329,"sourceLanguage":18,"type":261},{"claudeCode":247},"plugin manifest at .claude-plugin/plugin.json",[334,336,337,340,342,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,409,411,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469],{"path":335,"priority":326},".claude-plugin/plugin.json",{"path":328,"priority":326},{"path":338,"priority":339},"skills/agent-teams/SKILL.md","medium",{"path":341,"priority":339},"skills/auto-setup/SKILL.md",{"path":343,"priority":339},"skills/batch-orchestration/SKILL.md",{"path":345,"priority":339},"skills/bug-capture/SKILL.md",{"path":347,"priority":339},"skills/compact-guard/SKILL.md",{"path":349,"priority":339},"skills/context-engineering/SKILL.md",{"path":351,"priority":339},"skills/context-optimizer/SKILL.md",{"path":353,"priority":339},"skills/cost-tracker/SKILL.md",{"path":355,"priority":339},"skills/deslop/SKILL.md",{"path":357,"priority":339},"skills/file-watcher/SKILL.md",{"path":359,"priority":339},"skills/insights/SKILL.md",{"path":361,"priority":339},"skills/learn-rule/SKILL.md",{"path":363,"priority":339},"skills/llm-council/SKILL.md",{"path":365,"priority":339},"skills/llm-gate/SKILL.md",{"path":367,"priority":339},"skills/mcp-audit/SKILL.md",{"path":369,"priority":339},"skills/module-map/SKILL.md",{"path":371,"priority":339},"skills/orchestrate/SKILL.md",{"path":373,"priority":339},"skills/parallel-worktrees/SKILL.md",{"path":375,"priority":339},"skills/permission-tuner/SKILL.md",{"path":377,"priority":339},"skills/plan-interrogate/SKILL.md",{"path":379,"priority":339},"skills/pro-workflow/SKILL.md",{"path":381,"priority":339},"skills/replay-learnings/SKILL.md",{"path":383,"priority":339},"skills/safe-mode/SKILL.md",{"path":385,"priority":339},"skills/session-handoff/SKILL.md",{"path":387,"priority":339},"skills/smart-commit/SKILL.md",{"path":389,"priority":339},"skills/sprint-status/SKILL.md",{"path":391,"priority":339},"skills/survey-generator/SKILL.md",{"path":393,"priority":339},"skills/thoroughness-scoring/SKILL.md",{"path":395,"priority":339},"skills/token-efficiency/SKILL.md",{"path":397,"priority":339},"skills/wiki-builder/SKILL.md",{"path":399,"priority":339},"skills/wiki-query/SKILL.md",{"path":401,"priority":339},"skills/wiki-research-loop/SKILL.md",{"path":403,"priority":339},"skills/wiki-viewer/SKILL.md",{"path":405,"priority":339},"skills/wrap-up/SKILL.md",{"path":407,"priority":408},"agents/context-engineer.md","high",{"path":410,"priority":408},"agents/cost-analyst.md",{"path":412,"priority":408},"agents/debugger.md",{"path":414,"priority":408},"agents/orchestrator.md",{"path":416,"priority":408},"agents/permission-analyst.md",{"path":418,"priority":408},"agents/planner.md",{"path":420,"priority":408},"agents/reviewer.md",{"path":422,"priority":408},"agents/scout.md",{"path":424,"priority":408},"commands/auto-setup.md",{"path":426,"priority":408},"commands/commit.md",{"path":428,"priority":408},"commands/compact-guard.md",{"path":430,"priority":408},"commands/context-optimizer.md",{"path":432,"priority":408},"commands/cost-tracker.md",{"path":434,"priority":408},"commands/deslop.md",{"path":436,"priority":408},"commands/develop.md",{"path":438,"priority":408},"commands/doctor.md",{"path":440,"priority":408},"commands/handoff.md",{"path":442,"priority":408},"commands/insights.md",{"path":444,"priority":408},"commands/learn-rule.md",{"path":446,"priority":408},"commands/learn.md",{"path":448,"priority":408},"commands/list.md",{"path":450,"priority":408},"commands/mcp-audit.md",{"path":452,"priority":408},"commands/parallel.md",{"path":454,"priority":408},"commands/permission-tuner.md",{"path":456,"priority":408},"commands/replay.md",{"path":458,"priority":408},"commands/safe-mode.md",{"path":460,"priority":408},"commands/search.md",{"path":462,"priority":408},"commands/sprint-status.md",{"path":464,"priority":408},"commands/wiki.md",{"path":466,"priority":408},"commands/wrap-up.md",{"path":468,"priority":408},"hooks/hooks.json",{"path":470,"priority":408},".cursor-plugin/plugin.json",{"basePath":245,"description":10,"displayName":13,"installMethods":472,"rationale":473,"selectedPaths":474,"source":329,"sourceLanguage":18,"type":248},{"claudeCode":12},"SKILL.md frontmatter at skills/agent-teams/SKILL.md",[475],{"path":476,"priority":326},"SKILL.md",{"basePath":478,"description":479,"displayName":480,"installMethods":481,"rationale":482,"selectedPaths":483,"source":329,"sourceLanguage":18,"type":248},"skills/auto-setup","Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.","auto-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/auto-setup/SKILL.md",[484],{"path":476,"priority":326},{"basePath":486,"description":487,"displayName":488,"installMethods":489,"rationale":490,"selectedPaths":491,"source":329,"sourceLanguage":18,"type":248},"skills/batch-orchestration","Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.","batch-orchestration",{"claudeCode":12},"SKILL.md frontmatter at skills/batch-orchestration/SKILL.md",[492],{"path":476,"priority":326},{"basePath":494,"description":495,"displayName":496,"installMethods":497,"rationale":498,"selectedPaths":499,"source":329,"sourceLanguage":18,"type":248},"skills/bug-capture","Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally, runs a QA pass, or says \"file an issue\", \"log this as a bug\", \"capture this\".","bug-capture",{"claudeCode":12},"SKILL.md frontmatter at skills/bug-capture/SKILL.md",[500],{"path":476,"priority":326},{"basePath":502,"description":503,"displayName":504,"installMethods":505,"rationale":506,"selectedPaths":507,"source":329,"sourceLanguage":18,"type":248},"skills/compact-guard","Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual compact or when auto-compact triggers.","compact-guard",{"claudeCode":12},"SKILL.md frontmatter at skills/compact-guard/SKILL.md",[508],{"path":476,"priority":326},{"basePath":510,"description":511,"displayName":512,"installMethods":513,"rationale":514,"selectedPaths":515,"source":329,"sourceLanguage":18,"type":248},"skills/context-engineering","Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to keep AI sessions sharp and efficient.","context-engineering",{"claudeCode":12},"SKILL.md frontmatter at skills/context-engineering/SKILL.md",[516],{"path":476,"priority":326},{"basePath":518,"description":519,"displayName":520,"installMethods":521,"rationale":522,"selectedPaths":523,"source":329,"sourceLanguage":18,"type":248},"skills/context-optimizer","Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.","context-optimizer",{"claudeCode":12},"SKILL.md frontmatter at skills/context-optimizer/SKILL.md",[524],{"path":476,"priority":326},{"basePath":526,"description":527,"displayName":528,"installMethods":529,"rationale":530,"selectedPaths":531,"source":329,"sourceLanguage":18,"type":248},"skills/cost-tracker","Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.","cost-tracker",{"claudeCode":12},"SKILL.md frontmatter at skills/cost-tracker/SKILL.md",[532],{"path":476,"priority":326},{"basePath":534,"description":535,"displayName":536,"installMethods":537,"rationale":538,"selectedPaths":539,"source":329,"sourceLanguage":18,"type":248},"skills/deslop","Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, and strips defensive code. Use when cleaning up code, simplifying, removing boilerplate, or before committing.","deslop",{"claudeCode":12},"SKILL.md frontmatter at skills/deslop/SKILL.md",[540],{"path":476,"priority":326},{"basePath":542,"description":543,"displayName":544,"installMethods":545,"rationale":546,"selectedPaths":547,"source":329,"sourceLanguage":18,"type":248},"skills/file-watcher","Configure file watching hooks to auto-react to config changes, env file updates, and dependency modifications. Use to set up reactive workflows.","file-watcher",{"claudeCode":12},"SKILL.md frontmatter at skills/file-watcher/SKILL.md",[548],{"path":476,"priority":326},{"basePath":550,"description":551,"displayName":552,"installMethods":553,"rationale":554,"selectedPaths":555,"source":329,"sourceLanguage":18,"type":248},"skills/insights","Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.","insights",{"claudeCode":12},"SKILL.md frontmatter at skills/insights/SKILL.md",[556],{"path":476,"priority":326},{"basePath":558,"description":559,"displayName":560,"installMethods":561,"rationale":562,"selectedPaths":563,"source":329,"sourceLanguage":18,"type":248},"skills/learn-rule","Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says \"remember this\", \"don't forget\", \"note this\", or \"learn from this\".","learn-rule",{"claudeCode":12},"SKILL.md frontmatter at skills/learn-rule/SKILL.md",[564],{"path":476,"priority":326},{"basePath":566,"description":567,"displayName":568,"installMethods":569,"rationale":570,"selectedPaths":571,"source":329,"sourceLanguage":18,"type":248},"skills/llm-council","Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provider config from env (OPENAI/ANTHROPIC/FIREWORKS/OPENROUTER/custom OpenAI-compatible base URL). Persists transcript to a wiki page when --wiki \u003Cslug> is passed. Use when the user wants multiple AI perspectives, consensus-building, or the \"LLM Council\" approach for high-stakes reviews, plan critique, or contested learning rules.","llm-council",{"claudeCode":12},"SKILL.md frontmatter at skills/llm-council/SKILL.md",[572,573],{"path":476,"priority":326},{"path":574,"priority":575},"scripts/council.js","low",{"basePath":577,"description":578,"displayName":579,"installMethods":580,"rationale":581,"selectedPaths":582,"source":329,"sourceLanguage":18,"type":248},"skills/llm-gate","LLM-powered quality verification using prompt hooks. Validates commit messages, code patterns, and conventions using AI before allowing operations. Use to set up intelligent guardrails.","llm-gate",{"claudeCode":12},"SKILL.md frontmatter at skills/llm-gate/SKILL.md",[583],{"path":476,"priority":326},{"basePath":585,"description":586,"displayName":587,"installMethods":588,"rationale":589,"selectedPaths":590,"source":329,"sourceLanguage":18,"type":248},"skills/mcp-audit","Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.","mcp-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-audit/SKILL.md",[591],{"path":476,"priority":326},{"basePath":593,"description":594,"displayName":595,"installMethods":596,"rationale":597,"selectedPaths":598,"source":329,"sourceLanguage":18,"type":248},"skills/module-map","Produce a one-screen map of an unfamiliar area of the codebase: entry points, modules, data flow, callers. Designed to be read in fifteen seconds. Use when the user says \"I do not know this area\", \"give me the map\", \"zoom out\", \"orient me\".","module-map",{"claudeCode":12},"SKILL.md frontmatter at skills/module-map/SKILL.md",[599],{"path":476,"priority":326},{"basePath":601,"description":602,"displayName":603,"installMethods":604,"rationale":605,"selectedPaths":606,"source":329,"sourceLanguage":18,"type":248},"skills/orchestrate","Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.","orchestrate",{"claudeCode":12},"SKILL.md frontmatter at skills/orchestrate/SKILL.md",[607],{"path":476,"priority":326},{"basePath":609,"description":610,"displayName":611,"installMethods":612,"rationale":613,"selectedPaths":614,"source":329,"sourceLanguage":18,"type":248},"skills/parallel-worktrees","Create and manage git worktrees for parallel coding sessions with zero dead time. Use when blocked on tests, builds, wanting to work on multiple branches, context switching, or exploring multiple approaches simultaneously.","parallel-worktrees",{"claudeCode":12},"SKILL.md frontmatter at skills/parallel-worktrees/SKILL.md",[615],{"path":476,"priority":326},{"basePath":617,"description":618,"displayName":619,"installMethods":620,"rationale":621,"selectedPaths":622,"source":329,"sourceLanguage":18,"type":248},"skills/permission-tuner","Analyze permission denial patterns and generate optimized alwaysAllow and alwaysDeny rules. Use when permission prompts are slowing you down or after sessions with many denials.","permission-tuner",{"claudeCode":12},"SKILL.md frontmatter at skills/permission-tuner/SKILL.md",[623],{"path":476,"priority":326},{"basePath":625,"description":626,"displayName":627,"installMethods":628,"rationale":629,"selectedPaths":630,"source":329,"sourceLanguage":18,"type":248},"skills/plan-interrogate","Stress-test a plan by walking its decision tree one question at a time. Use when the user wants to pressure-test a design before implementation.","plan-interrogate",{"claudeCode":12},"SKILL.md frontmatter at skills/plan-interrogate/SKILL.md",[631],{"path":476,"priority":326},{"basePath":633,"description":634,"displayName":247,"installMethods":635,"rationale":636,"selectedPaths":637,"source":329,"sourceLanguage":18,"type":248},"skills/pro-workflow","Complete AI coding workflow system. Orchestration patterns, 18 hook events, 5 agents, cross-agent support, reference guides, and searchable learnings. Works with Claude Code, Cursor, and 32+ agents.",{"claudeCode":12},"SKILL.md frontmatter at skills/pro-workflow/SKILL.md",[638],{"path":476,"priority":326},{"basePath":640,"description":641,"displayName":642,"installMethods":643,"rationale":644,"selectedPaths":645,"source":329,"sourceLanguage":18,"type":248},"skills/replay-learnings","Surface past learnings relevant to the current task before starting work. Searches correction history, recalls past mistakes, and applies prior patterns. Use when starting a task, saying \"what do I know about\", \"previous mistakes\", \"lessons learned\", or \"remind me about\".","replay-learnings",{"claudeCode":12},"SKILL.md frontmatter at skills/replay-learnings/SKILL.md",[646],{"path":476,"priority":326},{"basePath":648,"description":649,"displayName":650,"installMethods":651,"rationale":652,"selectedPaths":653,"source":329,"sourceLanguage":18,"type":248},"skills/safe-mode","Prevent destructive operations using Claude Code hooks. Three modes — cautious (warn on dangerous commands), lockdown (restrict edits to one directory), and clear (remove restrictions). Uses PreToolUse matchers for Bash, Edit, and Write.","safe-mode",{"claudeCode":12},"SKILL.md frontmatter at skills/safe-mode/SKILL.md",[654],{"path":476,"priority":326},{"basePath":656,"description":657,"displayName":658,"installMethods":659,"rationale":660,"selectedPaths":661,"source":329,"sourceLanguage":18,"type":248},"skills/session-handoff","Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session, saying \"continue later\", \"save progress\", \"session summary\", or \"pick up where I left off\".","session-handoff",{"claudeCode":12},"SKILL.md frontmatter at skills/session-handoff/SKILL.md",[662],{"path":476,"priority":326},{"basePath":664,"description":665,"displayName":666,"installMethods":667,"rationale":668,"selectedPaths":669,"source":329,"sourceLanguage":18,"type":248},"skills/smart-commit","Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when saying \"commit\", \"git commit\", \"save my changes\", or ready to commit after making changes.","smart-commit",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-commit/SKILL.md",[670],{"path":476,"priority":326},{"basePath":672,"description":673,"displayName":674,"installMethods":675,"rationale":676,"selectedPaths":677,"source":329,"sourceLanguage":18,"type":248},"skills/sprint-status","Track parallel work sessions and prevent confusion across multiple Claude Code instances. Every major step ends with a status line. Every question re-states project, branch, and task.","sprint-status",{"claudeCode":12},"SKILL.md frontmatter at skills/sprint-status/SKILL.md",[678],{"path":476,"priority":326},{"basePath":680,"description":681,"displayName":682,"installMethods":683,"rationale":684,"selectedPaths":685,"source":329,"sourceLanguage":18,"type":248},"skills/survey-generator","Compile a structured literature survey on any AI/ML topic. Agent curates a research bundle (taxonomy + sections + bibliography of real papers) from a public anchor resource, then a chosen LLM generates the survey artifact. Output target is a wiki page (markdown), not a one-off HTML — survey lands in `\u003Cwiki>/derived/surveys/\u003Cslug>.md` with full bibliography rows in `sources.md`. Provider-agnostic (Anthropic/OpenAI/OpenRouter/Fireworks/custom OpenAI-compat). Use when the user asks for a \"survey\", \"literature review\", \"lit review\", or \"deep dive\" on a technical topic.","survey-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/survey-generator/SKILL.md",[686,687,689],{"path":476,"priority":326},{"path":688,"priority":575},"scripts/build-survey.js",{"path":690,"priority":575},"templates/research_bundle.template.json",{"basePath":692,"description":693,"displayName":694,"installMethods":695,"rationale":696,"selectedPaths":697,"source":329,"sourceLanguage":18,"type":248},"skills/thoroughness-scoring","Score every decision point with a Thoroughness Rating (1-10). AI makes the marginal cost of doing things properly near-zero — pick the higher-rated option every time. Includes scope checks to distinguish contained vs unbounded work.","thoroughness-scoring",{"claudeCode":12},"SKILL.md frontmatter at skills/thoroughness-scoring/SKILL.md",[698],{"path":476,"priority":326},{"basePath":700,"description":701,"displayName":702,"installMethods":703,"rationale":704,"selectedPaths":705,"source":329,"sourceLanguage":18,"type":248},"skills/token-efficiency","Reduce token waste by 40-60% through anti-sycophancy rules, tool-call budgets, one-pass coding, task profiles, and read-before-write enforcement. Inspired by drona23/claude-token-efficient.","token-efficiency",{"claudeCode":12},"SKILL.md frontmatter at skills/token-efficiency/SKILL.md",[706],{"path":476,"priority":326},{"basePath":708,"description":709,"displayName":710,"installMethods":711,"rationale":712,"selectedPaths":713,"source":329,"sourceLanguage":18,"type":248},"skills/wiki-builder","Start, structure, and grow a persistent research wiki indexed in pro-workflow's SQLite knowledge base. Each wiki is a folder of markdown pages with provenance, plus a shadow FTS5 index so any session can recall it. Use when the user says \"start a wiki\", \"add to wiki\", \"compile a page\", \"wiki on X\", or wants a long-lived knowledge base on a topic, paper, product, person, project, or codebase.","wiki-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-builder/SKILL.md",[714,715,717,719,721,723,725,727,729,731,733,735,737],{"path":476,"priority":326},{"path":716,"priority":339},"references/wiki-flavors.md",{"path":718,"priority":575},"scripts/init_wiki.sh",{"path":720,"priority":575},"scripts/wiki-cli.js",{"path":722,"priority":575},"templates/index.md",{"path":724,"priority":575},"templates/maintenance-log.md",{"path":726,"priority":575},"templates/prompts/compile-concept-page.md",{"path":728,"priority":575},"templates/prompts/compile-index.md",{"path":730,"priority":575},"templates/prompts/compile-source-page.md",{"path":732,"priority":575},"templates/prompts/lint-wiki.md",{"path":734,"priority":575},"templates/prompts/query-and-file.md",{"path":736,"priority":575},"templates/sources.md",{"path":738,"priority":575},"templates/wiki.config.md",{"basePath":740,"description":741,"displayName":742,"installMethods":743,"rationale":744,"selectedPaths":745,"source":329,"sourceLanguage":18,"type":248},"skills/wiki-query","Query pro-workflow wikis via SQLite FTS5 BM25 retrieval. Returns top-K passages with citations. Use when answering a question that any of the user's wikis already covers, when the user says \"what does the wiki say about X\", \"ask wiki\", \"search wikis\", or before drafting a new wiki page (to avoid duplication).","wiki-query",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-query/SKILL.md",[746,747],{"path":476,"priority":326},{"path":748,"priority":575},"scripts/query.js",{"basePath":750,"description":751,"displayName":752,"installMethods":753,"rationale":754,"selectedPaths":755,"source":329,"sourceLanguage":18,"type":248},"skills/wiki-research-loop","Auto-grow a pro-workflow wiki by running a budget-capped BFS research loop over pluggable source fetchers (web, arXiv, GitHub). Each iteration pops a seed from the queue, fetches sources, drafts a wiki page, dedupes claims against existing pages, enqueues follow-up seeds. Halts on budget cap, depth cap, or convergence. Use when the user says \"research \u003Ctopic>\", \"grow the \u003Cslug> wiki\", \"auto-research\", or wants a knowledge base that builds itself overnight.","wiki-research-loop",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-research-loop/SKILL.md",[756,757,759,761,763],{"path":476,"priority":326},{"path":758,"priority":575},"scripts/research-loop.js",{"path":760,"priority":575},"scripts/source-fetchers/arxiv.js",{"path":762,"priority":575},"scripts/source-fetchers/github.js",{"path":764,"priority":575},"scripts/source-fetchers/web.js",{"basePath":766,"description":767,"displayName":768,"installMethods":769,"rationale":770,"selectedPaths":771,"source":329,"sourceLanguage":18,"type":248},"skills/wiki-viewer","Render a self-contained HTML viewer for a pro-workflow wiki. Pages, sources, claims, seed queue, page-link graph and full-text search all in one file. No external dependencies, no JS framework, S3-uploadable. Use when the user wants to browse a wiki visually, share its current state with someone, audit research progress, or hand off a knowledge base. Inspired by Thariq Shihipar's \"Unreasonable Effectiveness of HTML\" — favors information density and shareability over markdown-only outputs.","wiki-viewer",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-viewer/SKILL.md",[772,773],{"path":476,"priority":326},{"path":774,"priority":575},"scripts/render.js",{"basePath":776,"description":777,"displayName":778,"installMethods":779,"rationale":780,"selectedPaths":781,"source":329,"sourceLanguage":18,"type":248},"skills/wrap-up","End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying \"wrap up\", \"done for the day\", \"finish coding\", or ending a coding session.","wrap-up",{"claudeCode":12},"SKILL.md frontmatter at skills/wrap-up/SKILL.md",[782],{"path":476,"priority":326},{"sources":784},[785],"manual",{"npmPackage":247},{"closedIssues90d":233,"description":788,"forks":234,"homepage":789,"openIssues90d":8,"pushedAt":236,"readmeSize":231,"stars":237,"topics":790},"Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.","https://rohitg00.github.io/pro-workflow/infographic.html",[791,792,793,276,794,795,296,212,796,797,798,799,512,278,800,299,216,217,801],"claude","claude-code","cursor","agent-orchestration","ai-agents","claude-code-plugin","claude-code-skills","claude-skills","codex","gemini-cli","worktrees",{"downloads":239},{"classifiedAt":804,"discoverAt":805,"extractAt":806,"githubAt":806,"npmAt":807,"updatedAt":804},1778696594915,1778696588306,1778696590961,1778696593284,[212,213,214,215,216,217],{"evaluatedAt":243,"extractAt":291,"updatedAt":243},[],[812,829,863,891,919,948],{"_creationTime":813,"_id":814,"community":815,"display":816,"identity":818,"providers":819,"relations":825,"tags":826,"workflow":827},1778696595410.5657,"k17bk9m02r7jkbzzqapbzfvq8h86m6qn",{"reviewCount":8},{"description":602,"installMethods":817,"name":603,"sourceUrl":14},{"claudeCode":12},{"basePath":601,"githubOwner":246,"githubRepo":247,"locale":18,"slug":603,"type":248},{"evaluate":820,"extract":824},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":821,"targetMarket":218,"tier":219},[215,822,276,823,214],"agent","memory",{"commitSha":280},{"parentExtensionId":251,"repoId":287},[822,214,215,823,276],{"evaluatedAt":828,"extractAt":291,"updatedAt":828},1778696881233,{"_creationTime":830,"_id":831,"community":832,"display":833,"identity":839,"providers":845,"relations":854,"tags":858,"workflow":859},1778693808357.2327,"k17b8cgj7enb26b6ek6rfjzn1x86mh4h",{"reviewCount":8},{"description":834,"installMethods":835,"name":837,"sourceUrl":838},"Aktualisiert den Context-Mode von GitHub und behebt Hooks/Einstellungen.\nZieht die neueste Version, baut sie, installiert sie, aktualisiert npm global, konfiguriert Hooks.\nTrigger: /context-mode:ctx-upgrade\n",{"claudeCode":836},"mksglu/context-mode","Context Mode","https://github.com/mksglu/context-mode",{"basePath":840,"githubOwner":841,"githubRepo":842,"locale":843,"slug":844,"type":248},"skills/ctx-upgrade","mksglu","context-mode","de","ctx-upgrade",{"evaluate":846,"extract":852},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":847,"targetMarket":218,"tier":219},[848,215,849,850,216,851],"context-management","code-execution","session-continuity","mcp",{"commitSha":280,"license":853},"NOASSERTION",{"parentExtensionId":855,"repoId":856,"translatedFrom":857},"k17ezy748es7sfnbnp9phht43h86m53y","kd764b2fctbqg4b8j8y6xvmkvs86m29m","k17fqs996gpd2bggec9k1qbbns86nh4g",[849,848,215,851,216,850],{"evaluatedAt":860,"extractAt":861,"updatedAt":862},1778693713738,1778693511416,1778693808357,{"_creationTime":864,"_id":865,"community":866,"display":867,"identity":873,"providers":877,"relations":884,"tags":887,"workflow":888},1778686640222.793,"k173yvhe4ynzxbn2r0kgmw0b9986mmdw",{"reviewCount":8},{"description":868,"installMethods":869,"name":871,"sourceUrl":872},"Document a recently solved problem to compound your team's knowledge",{"claudeCode":870},"EveryInc/compound-engineering-plugin","ce-compound","https://github.com/EveryInc/compound-engineering-plugin",{"basePath":874,"githubOwner":875,"githubRepo":876,"locale":18,"slug":871,"type":248},"plugins/compound-engineering/skills/ce-compound","EveryInc","compound-engineering-plugin",{"evaluate":878,"extract":883},{"promptVersionExtension":205,"promptVersionScoring":206,"score":274,"tags":879,"targetMarket":218,"tier":219},[880,214,881,213,882],"documentation","engineering-workflow","knowledge-compounding",{"commitSha":280},{"parentExtensionId":885,"repoId":886},"k17d893df4em0e3pn8f55h1dxn86n09e","kd7e40my1b5g70tg0f60qg85ch86nn08",[213,880,881,882,214],{"evaluatedAt":889,"extractAt":890,"updatedAt":889},1778686900066,1778686640222,{"_creationTime":892,"_id":893,"community":894,"display":895,"identity":901,"providers":905,"relations":913,"tags":915,"workflow":916},1778696691708.3054,"k17by7bzagajqkcvcetdw10cz586nxbj",{"reviewCount":8},{"description":896,"installMethods":897,"name":899,"sourceUrl":900},"Orchestrate multi-agent swarms with agentic-flow for parallel task execution, dynamic topology, and intelligent coordination. Use when scaling beyond single agents, implementing complex workflows, or building distributed AI systems.",{"claudeCode":898},"ruvnet/ruflo","swarm-orchestration","https://github.com/ruvnet/ruflo",{"basePath":902,"githubOwner":903,"githubRepo":904,"locale":18,"slug":899,"type":248},".claude/skills/swarm-orchestration","ruvnet","ruflo",{"evaluate":906,"extract":912},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":907,"targetMarket":218,"tier":219},[794,908,909,910,911,212],"multi-agent","swarm","distributed-systems","coordination",{"commitSha":280},{"repoId":914},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[794,212,911,910,908,909],{"evaluatedAt":917,"extractAt":918,"updatedAt":917},1778699363559,1778696691708,{"_creationTime":920,"_id":921,"community":922,"display":923,"identity":929,"providers":934,"relations":942,"tags":944,"workflow":945},1778688022104.1726,"k17bvm0wwrqpyjkwdb3mn71bkn86mwk3",{"reviewCount":8},{"description":924,"installMethods":925,"name":927,"sourceUrl":928},"Lead a team — run standups, coordinate tasks, and communicate.",{"claudeCode":926},"googleworkspace/cli","Team Lead Persona","https://github.com/googleworkspace/cli",{"basePath":930,"githubOwner":931,"githubRepo":932,"locale":18,"slug":933,"type":248},"skills/persona-team-lead","googleworkspace","cli","persona-team-lead",{"evaluate":935,"extract":940},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":936,"targetMarket":218,"tier":219},[937,938,213,939,932],"google-workspace","team-lead","automation",{"commitSha":280,"license":941},"Apache-2.0",{"repoId":943},"kd74t1908zh6g1jzcxw8tg1rwx86nnpt",[939,932,213,937,938],{"evaluatedAt":946,"extractAt":947,"updatedAt":946},1778689258666,1778688022104,{"_creationTime":949,"_id":950,"community":951,"display":952,"identity":956,"providers":958,"relations":965,"tags":966,"workflow":967},1778686640222.7917,"k17549bwd8rq0h0wq4cvav0fpn86nda9",{"reviewCount":8},{"description":953,"installMethods":954,"name":955,"sourceUrl":872},"Explore requirements and approaches through collaborative dialogue, then write a right-sized requirements document. Use when the user says \"let's brainstorm\", \"what should we build\", or \"help me think through X\", presents a vague or ambitious feature request, or seems unsure about scope or direction -- even without explicitly asking to brainstorm.",{"claudeCode":870},"ce-brainstorm",{"basePath":957,"githubOwner":875,"githubRepo":876,"locale":18,"slug":955,"type":248},"plugins/compound-engineering/skills/ce-brainstorm",{"evaluate":959,"extract":964},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":960,"targetMarket":218,"tier":219},[880,961,213,962,963],"requirements","planning","ai-assistant",{"commitSha":280},{"parentExtensionId":885,"repoId":886},[963,213,880,962,961],{"evaluatedAt":968,"extractAt":890,"updatedAt":968},1778686797367]