[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohitg00-pro-workflow-de":3,"guides-for-rohitg00-pro-workflow":812,"similar-k175496gpyq8jxn8s3hdzej41d86n16s-de":813},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":244,"isFallback":227,"parentExtension":248,"providers":309,"relations":313,"repo":314,"tags":810,"workflow":811},1778696595410.5667,"k175496gpyq8jxn8s3hdzej41d86n16s",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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},"rohitg00/pro-workflow","pro-workflow","https://github.com/rohitg00/pro-workflow",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":225,"workflow":242},1778696940879.9888,"kn7atna7afe5c2vnsrcr5cvf0h86n0h5","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":204,"promptVersionScoring":205,"purpose":206,"rationale":207,"score":208,"summary":209,"tags":210,"targetMarket":218,"tier":219,"useCases":220},[21,26,29,32,36,39,43,47,50,53,57,61,64,68,71,74,77,80,83,86,89,93,97,101,105,108,112,115,119,122,125,128,132,135,138,142,146,149,152,156,159,162,165,168,172,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of repetitive corrections, vanishing learnings, and needing durable knowledge storage for AI coding sessions.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a unique solution with a self-correcting memory, persistent knowledge wikis, and auto-research loops, going beyond basic AI coding assistant capabilities.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, with a comprehensive set of skills, agents, commands, and hooks covering a complete workflow, including persistence and orchestration.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on enhancing AI coding workflows, encompassing memory, knowledge management, quality gates, and orchestration, with a coherent theme.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's capabilities as described in the documentation, highlighting its workflow system, patterns, and agent support.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The extension utilizes a command/agent/skill architecture with clearly defined roles and specific tools, avoiding a single generalist execution tool.",{"category":44,"check":45,"severity":24,"summary":46},"Documentation","Configuration & parameter reference","Detailed configuration options are provided in example JSON files and documented within the README, covering settings, MCP, and environment variables.",{"category":33,"check":48,"severity":24,"summary":49},"Tool naming","Tools and commands are descriptively named (e.g., 'wiki-builder', 'smart-commit', '/develop') and follow kebab-case or clear imperative structures.",{"category":33,"check":51,"severity":24,"summary":52},"Minimal I/O surface","Inputs and outputs for commands and skills appear to be structured and focused on the task, with clear documentation on configuration and usage.",{"category":54,"check":55,"severity":24,"summary":56},"License","License usability","The MIT license is clearly indicated via a badge and mentioned in the README, adhering to permissive open-source standards.",{"category":58,"check":59,"severity":24,"summary":60},"Maintenance","Commit recency","The latest commit was on May 12, 2026, indicating very recent maintenance activity.",{"category":58,"check":62,"severity":24,"summary":63},"Dependency Management","The project uses npm and lists dependencies in package.json, with build scripts present, suggesting standard dependency management practices.",{"category":65,"check":66,"severity":24,"summary":67},"Security","Secret Management","The extension acknowledges secret handling with hooks like `secret-scan.js` and mentions environment variables for API keys, implying a secure approach.",{"category":65,"check":69,"severity":24,"summary":70},"Injection","The extension appears to handle external data with care, referencing path-traversal-guarded wikis and structured input/output, with no obvious injection vulnerabilities.",{"category":65,"check":72,"severity":24,"summary":73},"Transitive Supply-Chain Grenades","The extension focuses on bundled scripts and well-defined skills/agents, with no indication of runtime script downloading or remote code execution from untrusted sources.",{"category":65,"check":75,"severity":24,"summary":76},"Sandbox Isolation","The extension's structure (skills, agents, commands) and documentation on settings suggest operations are confined, with specific mention of isolation for subagents and worktrees.",{"category":65,"check":78,"severity":24,"summary":79},"Sandbox escape primitives","No obvious sandbox escape primitives like `nohup` or detached processes are evident in the provided documentation or file structure.",{"category":65,"check":81,"severity":24,"summary":82},"Data Exfiltration","The extension focuses on local persistence and LLM interaction; there are no indications of unauthorized data exfiltration, and API keys are managed via environment variables.",{"category":65,"check":84,"severity":24,"summary":85},"Hidden Text Tricks","The documentation and README files appear to be clean, free of hidden text tricks or suspicious Unicode characters.",{"category":65,"check":87,"severity":24,"summary":88},"Opaque code execution","The source code for hooks and scripts is likely standard JavaScript/TypeScript, with no signs of obfuscation like base64 encoding or runtime fetches.",{"category":90,"check":91,"severity":24,"summary":92},"Portability","Structural Assumption","The extension clearly defines its storage locations (`~/.pro-workflow/`, project-scoped `.claude/wikis/`) and configuration paths, minimizing assumptions about arbitrary user project structures.",{"category":94,"check":95,"severity":24,"summary":96},"Trust","Issues Attention","With 0 open and 5 closed issues in the last 90 days, the maintainers show excellent engagement.",{"category":98,"check":99,"severity":24,"summary":100},"Versioning","Release Management","The project has a `package.json` which usually implies versioning, and the README includes an npm version badge, indicating proper release management.",{"category":102,"check":103,"severity":24,"summary":104},"Execution","Validation","The presence of a TypeScript source and mentions of configuration management suggest input validation is likely implemented, though not explicitly detailed as a schema library.",{"category":65,"check":106,"severity":24,"summary":107},"Unguarded Destructive Operations","The documentation emphasizes guardrails for destructive operations, mentioning LLM-powered hooks, git guards, and confirmation gates.",{"category":109,"check":110,"severity":24,"summary":111},"Code Execution","Error Handling","The extension appears to have robust error handling, with concepts like denial-pattern analysis, try/finally guards for research loops, and structured error reporting implied by its complexity.",{"category":109,"check":113,"severity":24,"summary":114},"Logging","The documentation mentions logging for research loops (`tick.log`) and implies audit trails through its emphasis on state preservation and session recording.",{"category":116,"check":117,"severity":24,"summary":118},"Compliance","GDPR","The extension operates locally on user data and LLM prompts without explicit mention of handling personal data directly or sending it to third parties, suggesting compliance.",{"category":116,"check":120,"severity":24,"summary":121},"Target market","The extension is designed for AI coding workflows and does not exhibit any regional or jurisdictional limitations, making it globally applicable.",{"category":90,"check":123,"severity":24,"summary":124},"Runtime stability","The extension uses standard JavaScript/TypeScript and Node.js, with specific instructions for configuration and `npm install`, indicating good cross-platform compatibility.",{"category":44,"check":126,"severity":24,"summary":127},"README","The README is comprehensive, well-structured, and clearly explains the extension's purpose, features, and installation.",{"category":33,"check":129,"severity":130,"summary":131},"Tool surface size","warning","The extension exposes 34 skills, 8 agents, 22 commands, and 37 hooks, exceeding the recommended 3-10 tools and potentially leading to agent confusion.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","Tools and commands appear to have distinct, non-overlapping functions, with clear naming conventions.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features, such as the knowledge plane, self-correction, and orchestration patterns, have corresponding skills, agents, or commands detailed in the documentation.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","Clear installation instructions are provided for various environments (Claude Code, Cursor, SkillKit, manual) with copy-paste examples.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The extension's design implies actionable error messages through its focus on analysis, hooks, and structured reporting for various operations.",{"category":102,"check":147,"severity":24,"summary":148},"Pinned dependencies","The use of `npm` and a `package.json` strongly suggests that dependencies are managed and likely pinned, though a lockfile is not explicitly confirmed in the provided text.",{"category":33,"check":150,"severity":24,"summary":151},"Dry-run preview","The extension's emphasis on guardrails, including review gates and analysis before operations, suggests a dry-run or preview capability is likely incorporated, especially for destructive actions.",{"category":153,"check":154,"severity":24,"summary":155},"Protocol","Idempotent retry & timeouts","The extension's focus on state preservation, compaction awareness, and robust error handling implies consideration for idempotency and timeouts in its operations.",{"category":116,"check":157,"severity":24,"summary":158},"Telemetry opt-in","The extension focuses on local operations and user-controlled features like auto-research loops with budget caps, implying telemetry is not aggressively collected or is opt-in.",{"category":40,"check":160,"severity":24,"summary":161},"Precise Purpose","The purpose is precisely defined as a complete AI coding workflow system optimizing for AI code generation and human review, with specific patterns and use cases detailed.",{"category":40,"check":163,"severity":24,"summary":164},"Concise Frontmatter","The frontmatter in SKILL.md is concise and directly states the core capability and supported environments.",{"category":44,"check":166,"severity":24,"summary":167},"Concise Body","The SKILL.md file is well-structured with clear sections and delegates deeper material to separate guides and files, maintaining conciseness.",{"category":169,"check":170,"severity":24,"summary":171},"Context","Progressive Disclosure","The extension uses separate documentation files for guides and reference material, effectively employing progressive disclosure.",{"category":169,"check":173,"severity":174,"summary":175},"Forked exploration","not_applicable","The extension's nature does not appear to involve deep, session-polluting exploration that would necessitate 'context: fork'.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides numerous practical examples for core features like self-correction, wiki management, and development workflows.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The documentation addresses potential issues like context compaction, API rate limits (GitHub token), and has guardrails for destructive operations, implying edge case handling.",{"category":109,"check":183,"severity":174,"summary":184},"Tool Fallback","The extension appears to rely on standard Claude Code/Agent tools and Node.js, not external MCP servers that would require fallback mechanisms.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The extension emphasizes quality gates, review checkpoints, and safe modes, indicating a strong focus on halting on unexpected states before destructive actions.",{"category":90,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The extension's architecture is modular (skills, agents, commands), and while it integrates with SkillKit, individual components are designed to be self-contained and runnable.",1778696940764,"This extension provides a complete AI coding workflow system with features like self-correcting memory, persistent research wikis, multi-phase development orchestration, and a suite of integrated skills and agents.",[195,196,197,198,199],"Self-correcting memory with rule-based learning","Persistent, FTS5-indexed research wikis with auto-research loops","Multi-phase development workflow (Research, Plan, Implement, Review)","Parallel session management using git worktrees","Automated hooks for quality gates and session rituals",[201,202,203],"Replacing the core AI coding agent entirely","Managing project dependencies or build systems directly","Providing a general-purpose task manager outside of code development","3.0.0","4.4.0","To significantly improve AI coding efficiency and knowledge retention by providing structured patterns, persistent memory, and robust workflow management.","The tool surface size (34 skills, 8 agents, 22 commands, 37 hooks) is high, exceeding recommendations and potentially impacting agent precision.",78,"A comprehensive AI coding workflow system enhancing productivity with self-correction, persistent knowledge, and orchestration.",[211,212,213,214,215,216,217],"ai","coding","workflow","llm","development","productivity","agent","global","community",[221,222,223,224],"Improving consistency of AI-generated code by learning from corrections","Building and querying persistent knowledge bases on technical topics","Managing complex feature development with structured phases and reviews","Maximizing productivity by working in parallel AI sessions",{"codeQuality":226,"collectedAt":228,"documentation":229,"maintenance":232,"popularity":238,"security":240,"testCoverage":241},{"hasLockfile":227},true,1778696925999,{"descriptionLength":230,"readmeSize":231},198,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},1778696940880,{"basePath":245,"githubOwner":246,"githubRepo":13,"locale":18,"slug":13,"type":247},"skills/pro-workflow","rohitg00","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":258,"parentExtension":261,"providers":292,"relations":305,"tags":306,"workflow":307},1778696595410.5615,"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv",{"reviewCount":8},{"description":253,"installMethods":254,"name":257,"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":13,"cursor":255,"npm":13,"skillkit":256},"/add-plugin pro-workflow","npx skillkit install pro-workflow","Pro Workflow",{"basePath":259,"githubOwner":246,"githubRepo":13,"locale":18,"slug":13,"type":260},"","plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":268,"providers":270,"relations":286,"tags":288,"workflow":289},1778696595410.5613,"k1741gyqaf0tj1ffq65gjpsm6x86mfhx",{"reviewCount":8},{"description":266,"installMethods":267,"name":257,"sourceUrl":14},"Battle-tested Claude Code workflows from power users",{"claudeCode":12},{"basePath":259,"githubOwner":246,"githubRepo":13,"locale":18,"slug":13,"type":269},"marketplace",{"evaluate":271,"extract":279},{"promptVersionExtension":272,"promptVersionScoring":205,"score":273,"tags":274,"targetMarket":218,"tier":278},"3.1.0",99,[213,216,275,276,277],"ai-assistance","developer-tools","knowledge-management","verified",{"commitSha":280,"license":281,"marketplace":282,"plugin":284},"HEAD","MIT",{"name":13,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd7am4e918eq98hrd9s31jm4vs86nn0b",[275,276,277,216,213],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778696611346,1778696595410,{"evaluate":293,"extract":302},{"promptVersionExtension":204,"promptVersionScoring":205,"score":294,"tags":295,"targetMarket":218,"tier":219},96,[213,216,296,297,298,299,300,301],"ai-coding","self-correction","knowledge-base","sqlite","hooks","agents",{"commitSha":280,"license":281,"plugin":303},{"mcpCount":8,"provider":285,"skillCount":304},34,{"parentExtensionId":263,"repoId":287},[301,296,300,298,216,297,299,213],{"evaluatedAt":308,"extractAt":291,"updatedAt":308},1778696621396,{"evaluate":310,"extract":312},{"promptVersionExtension":204,"promptVersionScoring":205,"score":208,"tags":311,"targetMarket":218,"tier":219},[211,212,213,214,215,216,217],{"commitSha":280},{"parentExtensionId":250,"repoId":287},{"_creationTime":315,"_id":287,"identity":316,"providers":317,"workflow":805},1778696588306.821,{"githubOwner":246,"githubRepo":13,"sourceUrl":14},{"classify":318,"discover":784,"extract":787,"github":788,"npm":804},{"commitSha":280,"extensions":319},[320,330,471,480,488,496,504,512,520,528,536,544,552,560,568,579,587,595,603,611,619,627,635,640,648,656,664,672,680,692,700,708,740,750,766,776],{"basePath":259,"description":266,"displayName":13,"installMethods":321,"rationale":322,"selectedPaths":323,"source":329,"sourceLanguage":18,"type":269},{"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":259,"description":253,"displayName":13,"installMethods":331,"license":281,"rationale":332,"selectedPaths":333,"source":329,"sourceLanguage":18,"type":260},{"claudeCode":13},"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":472,"description":473,"displayName":474,"installMethods":475,"rationale":476,"selectedPaths":477,"source":329,"sourceLanguage":18,"type":247},"skills/agent-teams","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.","agent-teams",{"claudeCode":12},"SKILL.md frontmatter at skills/agent-teams/SKILL.md",[478],{"path":479,"priority":326},"SKILL.md",{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":329,"sourceLanguage":18,"type":247},"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",[487],{"path":479,"priority":326},{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":329,"sourceLanguage":18,"type":247},"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",[495],{"path":479,"priority":326},{"basePath":497,"description":498,"displayName":499,"installMethods":500,"rationale":501,"selectedPaths":502,"source":329,"sourceLanguage":18,"type":247},"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",[503],{"path":479,"priority":326},{"basePath":505,"description":506,"displayName":507,"installMethods":508,"rationale":509,"selectedPaths":510,"source":329,"sourceLanguage":18,"type":247},"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",[511],{"path":479,"priority":326},{"basePath":513,"description":514,"displayName":515,"installMethods":516,"rationale":517,"selectedPaths":518,"source":329,"sourceLanguage":18,"type":247},"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",[519],{"path":479,"priority":326},{"basePath":521,"description":522,"displayName":523,"installMethods":524,"rationale":525,"selectedPaths":526,"source":329,"sourceLanguage":18,"type":247},"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",[527],{"path":479,"priority":326},{"basePath":529,"description":530,"displayName":531,"installMethods":532,"rationale":533,"selectedPaths":534,"source":329,"sourceLanguage":18,"type":247},"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",[535],{"path":479,"priority":326},{"basePath":537,"description":538,"displayName":539,"installMethods":540,"rationale":541,"selectedPaths":542,"source":329,"sourceLanguage":18,"type":247},"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",[543],{"path":479,"priority":326},{"basePath":545,"description":546,"displayName":547,"installMethods":548,"rationale":549,"selectedPaths":550,"source":329,"sourceLanguage":18,"type":247},"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",[551],{"path":479,"priority":326},{"basePath":553,"description":554,"displayName":555,"installMethods":556,"rationale":557,"selectedPaths":558,"source":329,"sourceLanguage":18,"type":247},"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",[559],{"path":479,"priority":326},{"basePath":561,"description":562,"displayName":563,"installMethods":564,"rationale":565,"selectedPaths":566,"source":329,"sourceLanguage":18,"type":247},"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",[567],{"path":479,"priority":326},{"basePath":569,"description":570,"displayName":571,"installMethods":572,"rationale":573,"selectedPaths":574,"source":329,"sourceLanguage":18,"type":247},"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",[575,576],{"path":479,"priority":326},{"path":577,"priority":578},"scripts/council.js","low",{"basePath":580,"description":581,"displayName":582,"installMethods":583,"rationale":584,"selectedPaths":585,"source":329,"sourceLanguage":18,"type":247},"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",[586],{"path":479,"priority":326},{"basePath":588,"description":589,"displayName":590,"installMethods":591,"rationale":592,"selectedPaths":593,"source":329,"sourceLanguage":18,"type":247},"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",[594],{"path":479,"priority":326},{"basePath":596,"description":597,"displayName":598,"installMethods":599,"rationale":600,"selectedPaths":601,"source":329,"sourceLanguage":18,"type":247},"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",[602],{"path":479,"priority":326},{"basePath":604,"description":605,"displayName":606,"installMethods":607,"rationale":608,"selectedPaths":609,"source":329,"sourceLanguage":18,"type":247},"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",[610],{"path":479,"priority":326},{"basePath":612,"description":613,"displayName":614,"installMethods":615,"rationale":616,"selectedPaths":617,"source":329,"sourceLanguage":18,"type":247},"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",[618],{"path":479,"priority":326},{"basePath":620,"description":621,"displayName":622,"installMethods":623,"rationale":624,"selectedPaths":625,"source":329,"sourceLanguage":18,"type":247},"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",[626],{"path":479,"priority":326},{"basePath":628,"description":629,"displayName":630,"installMethods":631,"rationale":632,"selectedPaths":633,"source":329,"sourceLanguage":18,"type":247},"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",[634],{"path":479,"priority":326},{"basePath":245,"description":10,"displayName":13,"installMethods":636,"rationale":637,"selectedPaths":638,"source":329,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/pro-workflow/SKILL.md",[639],{"path":479,"priority":326},{"basePath":641,"description":642,"displayName":643,"installMethods":644,"rationale":645,"selectedPaths":646,"source":329,"sourceLanguage":18,"type":247},"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",[647],{"path":479,"priority":326},{"basePath":649,"description":650,"displayName":651,"installMethods":652,"rationale":653,"selectedPaths":654,"source":329,"sourceLanguage":18,"type":247},"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",[655],{"path":479,"priority":326},{"basePath":657,"description":658,"displayName":659,"installMethods":660,"rationale":661,"selectedPaths":662,"source":329,"sourceLanguage":18,"type":247},"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",[663],{"path":479,"priority":326},{"basePath":665,"description":666,"displayName":667,"installMethods":668,"rationale":669,"selectedPaths":670,"source":329,"sourceLanguage":18,"type":247},"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",[671],{"path":479,"priority":326},{"basePath":673,"description":674,"displayName":675,"installMethods":676,"rationale":677,"selectedPaths":678,"source":329,"sourceLanguage":18,"type":247},"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",[679],{"path":479,"priority":326},{"basePath":681,"description":682,"displayName":683,"installMethods":684,"rationale":685,"selectedPaths":686,"source":329,"sourceLanguage":18,"type":247},"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",[687,688,690],{"path":479,"priority":326},{"path":689,"priority":578},"scripts/build-survey.js",{"path":691,"priority":578},"templates/research_bundle.template.json",{"basePath":693,"description":694,"displayName":695,"installMethods":696,"rationale":697,"selectedPaths":698,"source":329,"sourceLanguage":18,"type":247},"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",[699],{"path":479,"priority":326},{"basePath":701,"description":702,"displayName":703,"installMethods":704,"rationale":705,"selectedPaths":706,"source":329,"sourceLanguage":18,"type":247},"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",[707],{"path":479,"priority":326},{"basePath":709,"description":710,"displayName":711,"installMethods":712,"rationale":713,"selectedPaths":714,"source":329,"sourceLanguage":18,"type":247},"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",[715,716,718,720,722,724,726,728,730,732,734,736,738],{"path":479,"priority":326},{"path":717,"priority":339},"references/wiki-flavors.md",{"path":719,"priority":578},"scripts/init_wiki.sh",{"path":721,"priority":578},"scripts/wiki-cli.js",{"path":723,"priority":578},"templates/index.md",{"path":725,"priority":578},"templates/maintenance-log.md",{"path":727,"priority":578},"templates/prompts/compile-concept-page.md",{"path":729,"priority":578},"templates/prompts/compile-index.md",{"path":731,"priority":578},"templates/prompts/compile-source-page.md",{"path":733,"priority":578},"templates/prompts/lint-wiki.md",{"path":735,"priority":578},"templates/prompts/query-and-file.md",{"path":737,"priority":578},"templates/sources.md",{"path":739,"priority":578},"templates/wiki.config.md",{"basePath":741,"description":742,"displayName":743,"installMethods":744,"rationale":745,"selectedPaths":746,"source":329,"sourceLanguage":18,"type":247},"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",[747,748],{"path":479,"priority":326},{"path":749,"priority":578},"scripts/query.js",{"basePath":751,"description":752,"displayName":753,"installMethods":754,"rationale":755,"selectedPaths":756,"source":329,"sourceLanguage":18,"type":247},"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",[757,758,760,762,764],{"path":479,"priority":326},{"path":759,"priority":578},"scripts/research-loop.js",{"path":761,"priority":578},"scripts/source-fetchers/arxiv.js",{"path":763,"priority":578},"scripts/source-fetchers/github.js",{"path":765,"priority":578},"scripts/source-fetchers/web.js",{"basePath":767,"description":768,"displayName":769,"installMethods":770,"rationale":771,"selectedPaths":772,"source":329,"sourceLanguage":18,"type":247},"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",[773,774],{"path":479,"priority":326},{"path":775,"priority":578},"scripts/render.js",{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":329,"sourceLanguage":18,"type":247},"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",[783],{"path":479,"priority":326},{"sources":785},[786],"manual",{"npmPackage":13},{"closedIssues90d":233,"description":789,"forks":234,"homepage":790,"openIssues90d":8,"pushedAt":236,"readmeSize":231,"stars":237,"topics":791},"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",[792,793,794,213,795,796,296,797,798,799,800,801,515,276,802,300,216,297,803],"claude","claude-code","cursor","agent-orchestration","ai-agents","ai-workflow","claude-code-plugin","claude-code-skills","claude-skills","codex","gemini-cli","worktrees",{"downloads":239},{"classifiedAt":806,"discoverAt":807,"extractAt":808,"githubAt":808,"npmAt":809,"updatedAt":806},1778696594915,1778696588306,1778696590961,1778696593284,[217,211,212,215,214,216,213],{"evaluatedAt":243,"extractAt":291,"updatedAt":243},[],[814,833,849,878,910,937],{"_creationTime":815,"_id":816,"community":817,"display":818,"identity":821,"providers":822,"relations":829,"tags":830,"workflow":831},1778696595410.5698,"k171sdysmt658g1cdd7hgt8p8h86nms7",{"reviewCount":8},{"description":778,"installMethods":819,"name":820,"sourceUrl":14},{"claudeCode":12},"Wrap-Up Ritual",{"basePath":777,"githubOwner":246,"githubRepo":13,"locale":18,"slug":779,"type":247},{"evaluate":823,"extract":828},{"promptVersionExtension":204,"promptVersionScoring":205,"score":824,"tags":825,"targetMarket":218,"tier":278},100,[213,214,216,826,298,827],"memory","code-quality",{"commitSha":280,"license":281},{"parentExtensionId":250,"repoId":287},[827,298,214,826,216,213],{"evaluatedAt":832,"extractAt":291,"updatedAt":832},1778697164619,{"_creationTime":834,"_id":835,"community":836,"display":837,"identity":839,"providers":840,"relations":845,"tags":846,"workflow":847},1778696595410.5657,"k17bk9m02r7jkbzzqapbzfvq8h86m6qn",{"reviewCount":8},{"description":605,"installMethods":838,"name":606,"sourceUrl":14},{"claudeCode":12},{"basePath":604,"githubOwner":246,"githubRepo":13,"locale":18,"slug":606,"type":247},{"evaluate":841,"extract":844},{"promptVersionExtension":204,"promptVersionScoring":205,"score":824,"tags":842,"targetMarket":218,"tier":278},[843,217,213,826,277],"llm-ops",{"commitSha":280},{"parentExtensionId":250,"repoId":287},[217,277,843,826,213],{"evaluatedAt":848,"extractAt":291,"updatedAt":848},1778696881233,{"_creationTime":850,"_id":851,"community":852,"display":853,"identity":859,"providers":864,"relations":871,"tags":874,"workflow":875},1778694269038.6682,"k1752cypc448mke749yjbkc65186mg6f",{"reviewCount":8},{"description":854,"installMethods":855,"name":857,"sourceUrl":858},"This skill should be used when the user asks to \"compress context\", \"summarize conversation history\", \"implement compaction\", \"reduce token usage\", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits.",{"claudeCode":856},"muratcankoylan/Agent-Skills-for-Context-Engineering","Context Compression","https://github.com/muratcankoylan/Agent-Skills-for-Context-Engineering",{"basePath":860,"githubOwner":861,"githubRepo":862,"locale":18,"slug":863,"type":247},"skills/context-compression","muratcankoylan","Agent-Skills-for-Context-Engineering","context-compression",{"evaluate":865,"extract":870},{"promptVersionExtension":204,"promptVersionScoring":205,"score":824,"tags":866,"targetMarket":218,"tier":278},[515,214,217,867,868,869],"summarization","compression","evaluation",{"commitSha":280,"license":281},{"parentExtensionId":872,"repoId":873},"k1754dy3wbsv2a5gr1a983zzs586njca","kd7f12maf5nxmx5xttjx7scfnx86m1tv",[217,868,515,869,214,867],{"evaluatedAt":876,"extractAt":877,"updatedAt":876},1778694410149,1778694269038,{"_creationTime":879,"_id":880,"community":881,"display":882,"identity":888,"providers":894,"relations":901,"tags":905,"workflow":906},1778693798788.0542,"k170ymfjagf8xv5gd19p7dq52986mp9g",{"reviewCount":8},{"description":883,"installMethods":884,"name":886,"sourceUrl":887},"Domänenwissen für die Evolution Engine — LLM-gestützte autonome Strategieentdeckung aus rohen OHLCV-Daten. Behandelt die Schleife Generieren-Backtesten-Auswählen-Entwickeln, vektorisiertes Backtesting, Out-of-Sample-Validierung und Strategiegraduierung. Verwenden Sie es beim Entdecken von Handelspatterns, Ausführen von Backtests, Entwickeln von Strategien oder Überprüfen von Evolutionsprotokollen. Löst aus bei \"evolve\", \"discover patterns\", \"backtest\", \"evolution\", \"strategy generation\", \"candidate strategy\".",{"claudeCode":885},"mnemox-ai/tradememory-protocol","TradeMemory Protocol","https://github.com/mnemox-ai/tradememory-protocol",{"basePath":889,"githubOwner":890,"githubRepo":891,"locale":892,"slug":893,"type":247},"tradememory-plugin/skills/evolution-engine","mnemox-ai","tradememory-protocol","de","evolution-engine",{"evaluate":895,"extract":900},{"promptVersionExtension":204,"promptVersionScoring":205,"score":824,"tags":896,"targetMarket":218,"tier":278},[897,211,826,898,899,214],"trading","audit","compliance",{"commitSha":280,"license":281},{"parentExtensionId":902,"repoId":903,"translatedFrom":904},"k170vxkqee48k2xq1v55a025nh86nzn7","kd73z11kfekksxyrs8ds0snacs86ncdy","k171p5pgbfbm5g4k5sa3y4cj9s86m6hk",[211,898,899,214,826,897],{"evaluatedAt":907,"extractAt":908,"updatedAt":909},1778693678813,1778693539593,1778693798788,{"_creationTime":911,"_id":912,"community":913,"display":914,"identity":920,"providers":924,"relations":931,"tags":933,"workflow":934},1778696505500.006,"k1754f7285hvja3svvh212kj8586maxr",{"reviewCount":8},{"description":915,"installMethods":916,"name":918,"sourceUrl":919},"Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.",{"claudeCode":917},"ReScienceLab/opc-skills","add-new-opc-skill","https://github.com/ReScienceLab/opc-skills",{"basePath":921,"githubOwner":922,"githubRepo":923,"locale":18,"slug":918,"type":247},".factory/skills/add-new-opc-skill","ReScienceLab","opc-skills",{"evaluate":925,"extract":930},{"promptVersionExtension":204,"promptVersionScoring":205,"score":824,"tags":926,"targetMarket":218,"tier":278},[927,928,215,929,213],"documentation","automation","checklist",{"commitSha":280},{"repoId":932},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[928,929,215,927,213],{"evaluatedAt":935,"extractAt":936,"updatedAt":935},1778696744286,1778696505500,{"_creationTime":938,"_id":939,"community":940,"display":941,"identity":947,"providers":951,"relations":957,"tags":961,"workflow":962},1778692420542.0732,"k17a3t0qb4c5435wa913e6ztz586n90k",{"reviewCount":8},{"description":942,"installMethods":943,"name":945,"sourceUrl":946},"Zeigt alle aktiven Regeln an. Verwenden Sie dies, wenn der Benutzer \"/rules\", \"show rules\", \"list rules\", \"what are my rules\" sagt oder seine aktuellen persistenten Anweisungen sehen möchte.",{"claudeCode":944},"Lexxes-Projects/obey","obey","https://github.com/Lexxes-Projects/obey",{"basePath":948,"githubOwner":949,"githubRepo":945,"locale":892,"slug":950,"type":247},"skills/rules","Lexxes-Projects","rules",{"evaluate":952,"extract":956},{"promptVersionExtension":204,"promptVersionScoring":205,"score":824,"tags":953,"targetMarket":218,"tier":278},[950,954,216,213,955],"enforcement","configuration",{"commitSha":280,"license":281},{"parentExtensionId":958,"repoId":959,"translatedFrom":960},"k17ccytjrakavnrzgdbzkbcjj186nr1f","kd75x7p4gkt5vx785rmc3msdhs86neap","k1732y2ybthsdw3j4kjy694tmd86nv8w",[955,954,216,950,213],{"evaluatedAt":963,"extractAt":964,"updatedAt":965},1778692373874,1778692275424,1778692420542]