[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohitg00-file-watcher-en":3,"guides-for-rohitg00-file-watcher":809,"similar-k17bsxjktnh2czpqjwhrwp4v4s86ne5s-en":810},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":240,"isFallback":231,"parentExtension":245,"providers":307,"relations":311,"repo":312,"tags":807,"workflow":808},1778696595410.564,"k17bsxjktnh2czpqjwhrwp4v4s86ne5s",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Configure file watching hooks to auto-react to config changes, env file updates, and dependency modifications. Use to set up reactive workflows.",{"claudeCode":12},"rohitg00/pro-workflow","file-watcher","https://github.com/rohitg00/pro-workflow",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":221,"workflow":238},1778696777106.9788,"kn7cadk1mw8adats3r9v1t0mv186m5sb","en",{"checks":20,"evaluatedAt":190,"extensionSummary":191,"features":192,"nonGoals":198,"promptVersionExtension":202,"promptVersionScoring":203,"purpose":204,"rationale":205,"score":206,"summary":207,"tags":208,"targetMarket":214,"tier":215,"useCases":216},[21,26,29,32,36,39,44,49,52,55,59,63,66,70,73,76,79,82,85,88,92,96,100,104,108,111,115,118,122,125,128,131,134,137,140,144,148,151,154,158,162,165,168,171,174,178,181,184,187],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly states the problem of repeated corrections and knowledge loss in AI sessions, offering a solution for reactive workflows and persistent knowledge storage.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers significant value beyond a simple prompt by introducing persistent memory, knowledge planes, and quality gates, differentiating it from default LLM behavior.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, covering the lifecycle of reactive workflows and persistent knowledge management with clear setup and usage instructions.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses on reactive workflows, file watching, and persistent knowledge management, with a coherent set of related capabilities.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the extension's purpose of configuring file watching hooks for reactive workflows.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This check is not applicable as the extension is a skill that does not expose individual tools but rather operates through hooks and scripts.",{"category":45,"check":46,"severity":47,"summary":48},"Documentation","Configuration & parameter reference","info","The SKILL.md mentions using absolute paths for watchPaths and outlines matcher syntax, but a comprehensive reference for all configuration options, including defaults and precedence, is not explicitly detailed.",{"category":33,"check":50,"severity":42,"summary":51},"Tool naming","This check is not applicable as the extension is a skill and does not expose user-facing tools or commands with distinct names.",{"category":33,"check":53,"severity":42,"summary":54},"Minimal I/O surface","This check is not applicable as the extension is a skill and does not expose structured tool parameters or response shapes.",{"category":56,"check":57,"severity":24,"summary":58},"License","License usability","The README explicitly states the license as MIT, and the presence of a LICENSE file (implied by the badge) makes it usable.",{"category":60,"check":61,"severity":24,"summary":62},"Maintenance","Commit recency","The last commit was on May 12, 2026, well within the 3-month window.",{"category":60,"check":64,"severity":24,"summary":65},"Dependency Management","The extension uses npm and appears to manage dependencies effectively, indicated by the presence of a lockfile and npm package information.",{"category":67,"check":68,"severity":24,"summary":69},"Security","Secret Management","The extension focuses on file watching and environment injection, and there is no indication of secret management or exposure in the provided files.",{"category":67,"check":71,"severity":24,"summary":72},"Injection","The extension's scripts appear to handle file paths and configurations, and there's no evidence of loading untrusted external instructions or remote content.",{"category":67,"check":74,"severity":24,"summary":75},"Transitive Supply-Chain Grenades","The extension does not appear to fetch external code or data at runtime; all relevant logic seems to be bundled.",{"category":67,"check":77,"severity":24,"summary":78},"Sandbox Isolation","The extension operates by registering file watchers and injecting environment variables, actions that are confined within the project's scope and do not appear to affect files outside the project folder.",{"category":67,"check":80,"severity":24,"summary":81},"Sandbox escape primitives","No evidence of detached process spawns or deny-retry loops was found in the provided scripts.",{"category":67,"check":83,"severity":24,"summary":84},"Data Exfiltration","The extension's functionality does not involve sending confidential data to third parties.",{"category":67,"check":86,"severity":24,"summary":87},"Hidden Text Tricks","The bundled content appears to be free of hidden steering tricks or obfuscated characters.",{"category":89,"check":90,"severity":24,"summary":91},"Hooks","Opaque code execution","The provided script (`scripts/file-changed.js`) is readable JavaScript and does not use obfuscation techniques like base64 encoding or runtime fetching.",{"category":93,"check":94,"severity":24,"summary":95},"Portability","Structural Assumption","The extension uses relative paths for hook registration within the project and absolute paths for watchPaths as required by Claude Code, avoiding assumptions about external project structure.",{"category":97,"check":98,"severity":24,"summary":99},"Trust","Issues Attention","With 0 open issues and 5 closed issues in the last 90 days, the maintainer engagement is strong.",{"category":101,"check":102,"severity":24,"summary":103},"Versioning","Release Management","The README includes an npm badge with a version number, indicating proper release management.",{"category":105,"check":106,"severity":42,"summary":107},"Execution","Validation","This check is not applicable as the skill's primary function is hook registration and environment injection, not direct execution of arbitrary user input validation.",{"category":67,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The extension's operations (file watching, environment injection) are not destructive.",{"category":112,"check":113,"severity":24,"summary":114},"Code Execution","Error Handling","The provided script for `file-changed.js` includes basic error handling for file system operations and exits with a non-zero status on failure.",{"category":112,"check":116,"severity":24,"summary":117},"Logging","The script logs file changes and environment variable injections to stdout, which serves as an audit trail within the session.",{"category":119,"check":120,"severity":24,"summary":121},"Compliance","GDPR","The extension operates on configuration and dependency files and does not handle personal data.",{"category":119,"check":123,"severity":24,"summary":124},"Target market","The extension's functionality is general and not tied to any specific geographic or legal jurisdiction; it operates globally.",{"category":93,"check":126,"severity":24,"summary":127},"Runtime stability","The script uses standard Node.js modules (`fs`, `path`) and should be portable across POSIX-like environments. It declares Node.js as its runtime. `CLAUDE_ENV_FILE` is a standard variable.",{"category":45,"check":129,"severity":24,"summary":130},"README","The README is comprehensive, detailing the problem, solution, installation, usage examples, and internal structure.",{"category":33,"check":132,"severity":42,"summary":133},"Tool surface size","This is a skill extension, not a CLI or MCP with multiple tools. The core functionality is centered around the 'file-watcher' hook.",{"category":40,"check":135,"severity":42,"summary":136},"Overlapping near-synonym tools","This check is not applicable as the extension operates as a single skill with defined hooks, not a collection of distinct tools.",{"category":45,"check":138,"severity":24,"summary":139},"Phantom features","All advertised features related to file watching and reactive workflows are implemented and demonstrated in the SKILL.md and README.",{"category":141,"check":142,"severity":24,"summary":143},"Install","Installation instruction","Clear installation instructions are provided in the README, including copy-paste commands for marketplace and other methods, along with a basic example of hook registration.",{"category":145,"check":146,"severity":24,"summary":147},"Errors","Actionable error messages","The script includes error handling that provides clear messages indicating what failed (e.g., file operations) and why, with implicit remediation steps (e.g., ensuring correct paths).",{"category":105,"check":149,"severity":24,"summary":150},"Pinned dependencies","The extension is published on npm and has a lockfile, indicating pinned dependencies. The script specifies Node.js as the interpreter.",{"category":33,"check":152,"severity":42,"summary":153},"Dry-run preview","The extension's primary function is to set up watchers and inject environment variables, which are not state-changing operations requiring a dry-run preview.",{"category":155,"check":156,"severity":42,"summary":157},"Protocol","Idempotent retry & timeouts","This extension does not involve remote calls or state-changing operations that would require idempotency or explicit timeouts.",{"category":159,"check":160,"severity":24,"summary":161},"Safety","Halt on unexpected state","The script includes checks for file existence before attempting operations and will implicitly halt if files are not found or accessible, reporting an error.",{"category":93,"check":163,"severity":24,"summary":164},"Cross-skill coupling","The 'file-watcher' skill is self-contained and does not implicitly rely on other skills being loaded. Its functionality is clearly defined and standalone.",{"category":40,"check":166,"severity":24,"summary":167},"Precise Purpose","The description clearly states the purpose of configuring file watching hooks for reactive workflows, triggered by config or dependency changes, and provides specific use cases.",{"category":40,"check":169,"severity":24,"summary":170},"Concise Frontmatter","The frontmatter in SKILL.md is concise, clearly stating the name and a brief description of the file watcher's functionality.",{"category":45,"check":172,"severity":24,"summary":173},"Concise Body","The SKILL.md content is well-structured and reasonably concise, explaining the core concepts without excessive verbosity.",{"category":175,"check":176,"severity":42,"summary":177},"Context","Progressive Disclosure","The skill's functionality is straightforward and does not require progressive disclosure of complex procedures or large amounts of external material.",{"category":175,"check":179,"severity":42,"summary":180},"Forked exploration","This skill is not focused on deep exploration or code review; it's a utility for setting up reactive workflows.",{"category":22,"check":182,"severity":24,"summary":183},"Usage examples","The SKILL.md provides clear code examples for watching .env files and package.json, demonstrating how to register watchPaths and use the hook.",{"category":22,"check":185,"severity":47,"summary":186},"Edge cases","The SKILL.md mentions using absolute paths for watchPaths and a stability threshold for the watcher, but does not explicitly document other failure modes or recovery steps.",{"category":112,"check":188,"severity":42,"summary":189},"Tool Fallback","This skill does not rely on external MCP servers or custom tools; it uses Claude Code's built-in hooks.",1778696777008,"This skill allows configuration of file watching hooks within Claude Code to automatically trigger actions in response to changes in environment files, configuration files, and dependency modifications.",[193,194,195,196,197],"Configure file watching hooks","React to config changes","Monitor env file updates","Detect dependency modifications","Set up reactive development workflows",[199,200,201],"Performing complex file operations beyond watching","Acting as a full build system","Managing project dependencies directly (only detects changes)","3.0.0","4.4.0","To enable developers to set up reactive workflows that automatically respond to file system changes, such as configuration updates or dependency modifications, thereby improving development efficiency.","The extension is well-documented and functional, with high marks across most categories. A minor info-level finding for 'Edge cases' documentation prevents a perfect score.",95,"A robust skill for configuring file watching hooks to automate reactive workflows based on file changes.",[209,210,211,212,213],"file-watching","reactive-workflows","automation","development-tools","hooks","global","verified",[217,218,219,220],"Setting up auto-reload for config changes","Watching for dependency updates and triggering install","Monitoring build output for changes","Creating reactive development workflows",{"codeQuality":222,"collectedAt":224,"documentation":225,"maintenance":228,"popularity":234,"security":236,"testCoverage":237},{"hasLockfile":223},true,1778696762777,{"descriptionLength":226,"readmeSize":227},144,22012,{"closedIssues90d":229,"forks":230,"hasChangelog":231,"openIssues90d":8,"pushedAt":232,"stars":233},5,203,false,1778554780000,2113,{"npmDownloads":235},611,{"hasNpmPackage":223,"smitheryVerified":231},{"hasCi":223,"hasTests":231},{"updatedAt":239},1778696777107,{"basePath":241,"githubOwner":242,"githubRepo":243,"locale":18,"slug":13,"type":244},"skills/file-watcher","rohitg00","pro-workflow","skill",{"_creationTime":246,"_id":247,"community":248,"display":249,"identity":255,"parentExtension":258,"providers":290,"relations":303,"tags":304,"workflow":305},1778696595410.5615,"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv",{"reviewCount":8},{"description":250,"installMethods":251,"name":254,"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":243,"cursor":252,"npm":243,"skillkit":253},"/add-plugin pro-workflow","npx skillkit install pro-workflow","Pro Workflow",{"basePath":256,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":257},"","plugin",{"_creationTime":259,"_id":260,"community":261,"display":262,"identity":265,"providers":267,"relations":284,"tags":286,"workflow":287},1778696595410.5613,"k1741gyqaf0tj1ffq65gjpsm6x86mfhx",{"reviewCount":8},{"description":263,"installMethods":264,"name":254,"sourceUrl":14},"Battle-tested Claude Code workflows from power users",{"claudeCode":12},{"basePath":256,"githubOwner":242,"githubRepo":243,"locale":18,"slug":243,"type":266},"marketplace",{"evaluate":268,"extract":277},{"promptVersionExtension":269,"promptVersionScoring":203,"score":270,"tags":271,"targetMarket":214,"tier":215},"3.1.0",99,[272,273,274,275,276],"workflow","productivity","ai-assistance","developer-tools","knowledge-management",{"commitSha":278,"license":279,"marketplace":280,"plugin":282},"HEAD","MIT",{"name":243,"pluginCount":281},1,{"mcpCount":8,"provider":283,"skillCount":8},"classify",{"repoId":285},"kd7am4e918eq98hrd9s31jm4vs86nn0b",[274,275,276,273,272],{"evaluatedAt":288,"extractAt":289,"updatedAt":288},1778696611346,1778696595410,{"evaluate":291,"extract":300},{"promptVersionExtension":202,"promptVersionScoring":203,"score":292,"tags":293,"targetMarket":214,"tier":299},96,[272,273,294,295,296,297,213,298],"ai-coding","self-correction","knowledge-base","sqlite","agents","community",{"commitSha":278,"license":279,"plugin":301},{"mcpCount":8,"provider":283,"skillCount":302},34,{"parentExtensionId":260,"repoId":285},[298,294,213,296,273,295,297,272],{"evaluatedAt":306,"extractAt":289,"updatedAt":306},1778696621396,{"evaluate":308,"extract":310},{"promptVersionExtension":202,"promptVersionScoring":203,"score":206,"tags":309,"targetMarket":214,"tier":215},[209,210,211,212,213],{"commitSha":278},{"parentExtensionId":247,"repoId":285},{"_creationTime":313,"_id":285,"identity":314,"providers":315,"workflow":802},1778696588306.821,{"githubOwner":242,"githubRepo":243,"sourceUrl":14},{"classify":316,"discover":781,"extract":784,"github":785,"npm":801},{"commitSha":278,"extensions":317},[318,328,469,478,486,494,502,510,518,526,534,542,547,555,563,574,582,590,598,606,614,622,630,637,645,653,661,669,677,689,697,705,737,747,763,773],{"basePath":256,"description":263,"displayName":243,"installMethods":319,"rationale":320,"selectedPaths":321,"source":327,"sourceLanguage":18,"type":266},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[322,325],{"path":323,"priority":324},".claude-plugin/marketplace.json","mandatory",{"path":326,"priority":324},"README.md","rule",{"basePath":256,"description":250,"displayName":243,"installMethods":329,"license":279,"rationale":330,"selectedPaths":331,"source":327,"sourceLanguage":18,"type":257},{"claudeCode":243},"plugin manifest at .claude-plugin/plugin.json",[332,334,335,338,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,407,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],{"path":333,"priority":324},".claude-plugin/plugin.json",{"path":326,"priority":324},{"path":336,"priority":337},"skills/agent-teams/SKILL.md","medium",{"path":339,"priority":337},"skills/auto-setup/SKILL.md",{"path":341,"priority":337},"skills/batch-orchestration/SKILL.md",{"path":343,"priority":337},"skills/bug-capture/SKILL.md",{"path":345,"priority":337},"skills/compact-guard/SKILL.md",{"path":347,"priority":337},"skills/context-engineering/SKILL.md",{"path":349,"priority":337},"skills/context-optimizer/SKILL.md",{"path":351,"priority":337},"skills/cost-tracker/SKILL.md",{"path":353,"priority":337},"skills/deslop/SKILL.md",{"path":355,"priority":337},"skills/file-watcher/SKILL.md",{"path":357,"priority":337},"skills/insights/SKILL.md",{"path":359,"priority":337},"skills/learn-rule/SKILL.md",{"path":361,"priority":337},"skills/llm-council/SKILL.md",{"path":363,"priority":337},"skills/llm-gate/SKILL.md",{"path":365,"priority":337},"skills/mcp-audit/SKILL.md",{"path":367,"priority":337},"skills/module-map/SKILL.md",{"path":369,"priority":337},"skills/orchestrate/SKILL.md",{"path":371,"priority":337},"skills/parallel-worktrees/SKILL.md",{"path":373,"priority":337},"skills/permission-tuner/SKILL.md",{"path":375,"priority":337},"skills/plan-interrogate/SKILL.md",{"path":377,"priority":337},"skills/pro-workflow/SKILL.md",{"path":379,"priority":337},"skills/replay-learnings/SKILL.md",{"path":381,"priority":337},"skills/safe-mode/SKILL.md",{"path":383,"priority":337},"skills/session-handoff/SKILL.md",{"path":385,"priority":337},"skills/smart-commit/SKILL.md",{"path":387,"priority":337},"skills/sprint-status/SKILL.md",{"path":389,"priority":337},"skills/survey-generator/SKILL.md",{"path":391,"priority":337},"skills/thoroughness-scoring/SKILL.md",{"path":393,"priority":337},"skills/token-efficiency/SKILL.md",{"path":395,"priority":337},"skills/wiki-builder/SKILL.md",{"path":397,"priority":337},"skills/wiki-query/SKILL.md",{"path":399,"priority":337},"skills/wiki-research-loop/SKILL.md",{"path":401,"priority":337},"skills/wiki-viewer/SKILL.md",{"path":403,"priority":337},"skills/wrap-up/SKILL.md",{"path":405,"priority":406},"agents/context-engineer.md","high",{"path":408,"priority":406},"agents/cost-analyst.md",{"path":410,"priority":406},"agents/debugger.md",{"path":412,"priority":406},"agents/orchestrator.md",{"path":414,"priority":406},"agents/permission-analyst.md",{"path":416,"priority":406},"agents/planner.md",{"path":418,"priority":406},"agents/reviewer.md",{"path":420,"priority":406},"agents/scout.md",{"path":422,"priority":406},"commands/auto-setup.md",{"path":424,"priority":406},"commands/commit.md",{"path":426,"priority":406},"commands/compact-guard.md",{"path":428,"priority":406},"commands/context-optimizer.md",{"path":430,"priority":406},"commands/cost-tracker.md",{"path":432,"priority":406},"commands/deslop.md",{"path":434,"priority":406},"commands/develop.md",{"path":436,"priority":406},"commands/doctor.md",{"path":438,"priority":406},"commands/handoff.md",{"path":440,"priority":406},"commands/insights.md",{"path":442,"priority":406},"commands/learn-rule.md",{"path":444,"priority":406},"commands/learn.md",{"path":446,"priority":406},"commands/list.md",{"path":448,"priority":406},"commands/mcp-audit.md",{"path":450,"priority":406},"commands/parallel.md",{"path":452,"priority":406},"commands/permission-tuner.md",{"path":454,"priority":406},"commands/replay.md",{"path":456,"priority":406},"commands/safe-mode.md",{"path":458,"priority":406},"commands/search.md",{"path":460,"priority":406},"commands/sprint-status.md",{"path":462,"priority":406},"commands/wiki.md",{"path":464,"priority":406},"commands/wrap-up.md",{"path":466,"priority":406},"hooks/hooks.json",{"path":468,"priority":406},".cursor-plugin/plugin.json",{"basePath":470,"description":471,"displayName":472,"installMethods":473,"rationale":474,"selectedPaths":475,"source":327,"sourceLanguage":18,"type":244},"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",[476],{"path":477,"priority":324},"SKILL.md",{"basePath":479,"description":480,"displayName":481,"installMethods":482,"rationale":483,"selectedPaths":484,"source":327,"sourceLanguage":18,"type":244},"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",[485],{"path":477,"priority":324},{"basePath":487,"description":488,"displayName":489,"installMethods":490,"rationale":491,"selectedPaths":492,"source":327,"sourceLanguage":18,"type":244},"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",[493],{"path":477,"priority":324},{"basePath":495,"description":496,"displayName":497,"installMethods":498,"rationale":499,"selectedPaths":500,"source":327,"sourceLanguage":18,"type":244},"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",[501],{"path":477,"priority":324},{"basePath":503,"description":504,"displayName":505,"installMethods":506,"rationale":507,"selectedPaths":508,"source":327,"sourceLanguage":18,"type":244},"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",[509],{"path":477,"priority":324},{"basePath":511,"description":512,"displayName":513,"installMethods":514,"rationale":515,"selectedPaths":516,"source":327,"sourceLanguage":18,"type":244},"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",[517],{"path":477,"priority":324},{"basePath":519,"description":520,"displayName":521,"installMethods":522,"rationale":523,"selectedPaths":524,"source":327,"sourceLanguage":18,"type":244},"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",[525],{"path":477,"priority":324},{"basePath":527,"description":528,"displayName":529,"installMethods":530,"rationale":531,"selectedPaths":532,"source":327,"sourceLanguage":18,"type":244},"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",[533],{"path":477,"priority":324},{"basePath":535,"description":536,"displayName":537,"installMethods":538,"rationale":539,"selectedPaths":540,"source":327,"sourceLanguage":18,"type":244},"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",[541],{"path":477,"priority":324},{"basePath":241,"description":10,"displayName":13,"installMethods":543,"rationale":544,"selectedPaths":545,"source":327,"sourceLanguage":18,"type":244},{"claudeCode":12},"SKILL.md frontmatter at skills/file-watcher/SKILL.md",[546],{"path":477,"priority":324},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":327,"sourceLanguage":18,"type":244},"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",[554],{"path":477,"priority":324},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":327,"sourceLanguage":18,"type":244},"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",[562],{"path":477,"priority":324},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":327,"sourceLanguage":18,"type":244},"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",[570,571],{"path":477,"priority":324},{"path":572,"priority":573},"scripts/council.js","low",{"basePath":575,"description":576,"displayName":577,"installMethods":578,"rationale":579,"selectedPaths":580,"source":327,"sourceLanguage":18,"type":244},"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",[581],{"path":477,"priority":324},{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":327,"sourceLanguage":18,"type":244},"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",[589],{"path":477,"priority":324},{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":327,"sourceLanguage":18,"type":244},"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",[597],{"path":477,"priority":324},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":327,"sourceLanguage":18,"type":244},"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",[605],{"path":477,"priority":324},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":327,"sourceLanguage":18,"type":244},"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",[613],{"path":477,"priority":324},{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":327,"sourceLanguage":18,"type":244},"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",[621],{"path":477,"priority":324},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":327,"sourceLanguage":18,"type":244},"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",[629],{"path":477,"priority":324},{"basePath":631,"description":632,"displayName":243,"installMethods":633,"rationale":634,"selectedPaths":635,"source":327,"sourceLanguage":18,"type":244},"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",[636],{"path":477,"priority":324},{"basePath":638,"description":639,"displayName":640,"installMethods":641,"rationale":642,"selectedPaths":643,"source":327,"sourceLanguage":18,"type":244},"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",[644],{"path":477,"priority":324},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":327,"sourceLanguage":18,"type":244},"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",[652],{"path":477,"priority":324},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":327,"sourceLanguage":18,"type":244},"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",[660],{"path":477,"priority":324},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":327,"sourceLanguage":18,"type":244},"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",[668],{"path":477,"priority":324},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":327,"sourceLanguage":18,"type":244},"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",[676],{"path":477,"priority":324},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":327,"sourceLanguage":18,"type":244},"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",[684,685,687],{"path":477,"priority":324},{"path":686,"priority":573},"scripts/build-survey.js",{"path":688,"priority":573},"templates/research_bundle.template.json",{"basePath":690,"description":691,"displayName":692,"installMethods":693,"rationale":694,"selectedPaths":695,"source":327,"sourceLanguage":18,"type":244},"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",[696],{"path":477,"priority":324},{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":327,"sourceLanguage":18,"type":244},"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",[704],{"path":477,"priority":324},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":327,"sourceLanguage":18,"type":244},"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",[712,713,715,717,719,721,723,725,727,729,731,733,735],{"path":477,"priority":324},{"path":714,"priority":337},"references/wiki-flavors.md",{"path":716,"priority":573},"scripts/init_wiki.sh",{"path":718,"priority":573},"scripts/wiki-cli.js",{"path":720,"priority":573},"templates/index.md",{"path":722,"priority":573},"templates/maintenance-log.md",{"path":724,"priority":573},"templates/prompts/compile-concept-page.md",{"path":726,"priority":573},"templates/prompts/compile-index.md",{"path":728,"priority":573},"templates/prompts/compile-source-page.md",{"path":730,"priority":573},"templates/prompts/lint-wiki.md",{"path":732,"priority":573},"templates/prompts/query-and-file.md",{"path":734,"priority":573},"templates/sources.md",{"path":736,"priority":573},"templates/wiki.config.md",{"basePath":738,"description":739,"displayName":740,"installMethods":741,"rationale":742,"selectedPaths":743,"source":327,"sourceLanguage":18,"type":244},"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",[744,745],{"path":477,"priority":324},{"path":746,"priority":573},"scripts/query.js",{"basePath":748,"description":749,"displayName":750,"installMethods":751,"rationale":752,"selectedPaths":753,"source":327,"sourceLanguage":18,"type":244},"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",[754,755,757,759,761],{"path":477,"priority":324},{"path":756,"priority":573},"scripts/research-loop.js",{"path":758,"priority":573},"scripts/source-fetchers/arxiv.js",{"path":760,"priority":573},"scripts/source-fetchers/github.js",{"path":762,"priority":573},"scripts/source-fetchers/web.js",{"basePath":764,"description":765,"displayName":766,"installMethods":767,"rationale":768,"selectedPaths":769,"source":327,"sourceLanguage":18,"type":244},"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",[770,771],{"path":477,"priority":324},{"path":772,"priority":573},"scripts/render.js",{"basePath":774,"description":775,"displayName":776,"installMethods":777,"rationale":778,"selectedPaths":779,"source":327,"sourceLanguage":18,"type":244},"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",[780],{"path":477,"priority":324},{"sources":782},[783],"manual",{"npmPackage":243},{"closedIssues90d":229,"description":786,"forks":230,"homepage":787,"openIssues90d":8,"pushedAt":232,"readmeSize":227,"stars":233,"topics":788},"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",[789,790,791,272,792,793,294,794,795,796,797,798,513,275,799,213,273,295,800],"claude","claude-code","cursor","agent-orchestration","ai-agents","ai-workflow","claude-code-plugin","claude-code-skills","claude-skills","codex","gemini-cli","worktrees",{"downloads":235},{"classifiedAt":803,"discoverAt":804,"extractAt":805,"githubAt":805,"npmAt":806,"updatedAt":803},1778696594915,1778696588306,1778696590961,1778696593284,[211,212,209,213,210],{"evaluatedAt":239,"extractAt":289,"updatedAt":239},[],[811,838,869,895,917,946],{"_creationTime":812,"_id":813,"community":814,"display":815,"identity":821,"providers":826,"relations":832,"tags":834,"workflow":835},1778696691708.3025,"k17bp4v439q5pfye73jtert4tn86m0nf",{"reviewCount":8},{"description":816,"installMethods":817,"name":819,"sourceUrl":820},"Automated coordination, formatting, and learning from Claude Code operations using intelligent hooks with MCP integration. Includes pre/post task hooks, session management, Git integration, memory coordination, and neural pattern training for enhanced development workflows.",{"claudeCode":818},"ruvnet/ruflo","Hooks Automation","https://github.com/ruvnet/ruflo",{"basePath":822,"githubOwner":823,"githubRepo":824,"locale":18,"slug":825,"type":244},".claude/skills/hooks-automation","ruvnet","ruflo","hooks-automation",{"evaluate":827,"extract":831},{"promptVersionExtension":202,"promptVersionScoring":203,"score":270,"tags":828,"targetMarket":214,"tier":215},[211,272,213,829,212,830],"agent-coordination","cli",{"commitSha":278,"license":279},{"repoId":833},"kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[829,211,830,212,213,272],{"evaluatedAt":836,"extractAt":837,"updatedAt":836},1778699138665,1778696691708,{"_creationTime":839,"_id":840,"community":841,"display":842,"identity":848,"providers":853,"relations":862,"tags":865,"workflow":866},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":843,"installMethods":844,"name":846,"sourceUrl":847},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":845},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":849,"githubOwner":850,"githubRepo":851,"locale":18,"slug":852,"type":244},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":854,"extract":861},{"promptVersionExtension":202,"promptVersionScoring":203,"score":855,"tags":856,"targetMarket":214,"tier":215},100,[857,858,272,859,211,830,860],"git","development-environment","tmux","developer-tool",{"commitSha":278,"license":279},{"parentExtensionId":863,"repoId":864},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[211,830,860,858,857,859,272],{"evaluatedAt":867,"extractAt":868,"updatedAt":867},1778699613343,1778699234184,{"_creationTime":870,"_id":871,"community":872,"display":873,"identity":879,"providers":881,"relations":888,"tags":890,"workflow":891},1778699468747.1746,"k1707pszx7h026a651dp5tvaxd86m3ag",{"reviewCount":8},{"description":874,"installMethods":875,"name":877,"sourceUrl":878},"Create public Google Docs or Google Sheet files without requiring OAuth. Use this skill to create and edit Google Docs and Sheets, no Google sign-in required. Documents are viewable at shareable links. Registration is automatic on first use.",{"claudeCode":876},"zagmoai/public-google-drive","public-google-drive","https://github.com/zagmoai/public-google-drive",{"basePath":256,"githubOwner":880,"githubRepo":877,"locale":18,"slug":877,"type":244},"zagmoai",{"evaluate":882,"extract":887},{"promptVersionExtension":202,"promptVersionScoring":203,"score":855,"tags":883,"targetMarket":214,"tier":215},[884,885,273,211,886],"google-docs","google-sheets","api-client",{"commitSha":278},{"repoId":889},"kd776ynh73t0d6samn4bnxdf3x86n8mj",[886,211,884,885,273],{"evaluatedAt":892,"extractAt":893,"updatedAt":894},1778699485884,1778699468747,1778699509178,{"_creationTime":896,"_id":897,"community":898,"display":899,"identity":902,"providers":905,"relations":913,"tags":914,"workflow":915},1778699234184.611,"k179b6dkc777g1rgyecze04wqn86m6y4",{"reviewCount":8},{"description":900,"installMethods":901,"name":851,"sourceUrl":847},"Process-first advisor routing for Claude, Codex, or Gemini via `omc ask`, with artifact capture and no raw CLI assembly",{"claudeCode":845},{"basePath":903,"githubOwner":850,"githubRepo":851,"locale":18,"slug":904,"type":244},"skills/ask","ask",{"evaluate":906,"extract":912},{"promptVersionExtension":202,"promptVersionScoring":203,"score":855,"tags":907,"targetMarket":214,"tier":215},[830,211,908,909,910,911],"llm","prompting","code-review","artifact-generation",{"commitSha":278,"license":279},{"parentExtensionId":863,"repoId":864},[911,211,830,910,908,909],{"evaluatedAt":916,"extractAt":868,"updatedAt":916},1778699303045,{"_creationTime":918,"_id":919,"community":920,"display":921,"identity":927,"providers":932,"relations":939,"tags":941,"workflow":942},1778699106670.4268,"k179cgk616p3xva37r5jqsfwvh86mcp2",{"reviewCount":8},{"description":922,"installMethods":923,"name":925,"sourceUrl":926},"Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.",{"claudeCode":924},"xixu-me/skills","Use My Browser","https://github.com/xixu-me/skills",{"basePath":928,"githubOwner":929,"githubRepo":930,"locale":18,"slug":931,"type":244},"skills/use-my-browser","xixu-me","skills","use-my-browser",{"evaluate":933,"extract":938},{"promptVersionExtension":202,"promptVersionScoring":203,"score":855,"tags":934,"targetMarket":214,"tier":215},[935,936,211,937,275],"browser","debugging","ux",{"commitSha":278,"license":279},{"repoId":940},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[211,935,936,275,937],{"evaluatedAt":943,"extractAt":944,"updatedAt":945},1778699261239,1778699106670,1778699384978,{"_creationTime":947,"_id":948,"community":949,"display":950,"identity":956,"providers":959,"relations":969,"tags":972,"workflow":973},1778699170774.1592,"k172e8vt4zcz50bb0vfp6ptb1n86mf90",{"reviewCount":8},{"description":951,"installMethods":952,"name":954,"sourceUrl":955},"Use when the user needs X (Twitter) data or confirmation-gated X actions through Xquik: tweet search, user lookup, follower extraction, media download, monitoring, webhooks, MCP, SDKs, posting, likes, DMs, and profile updates. Requires a Xquik API key. Never ask for X login material.",{"claudeCode":953},"Xquik-dev/x-twitter-scraper","x-twitter-scraper","https://github.com/Xquik-dev/x-twitter-scraper",{"basePath":957,"githubOwner":958,"githubRepo":954,"locale":18,"slug":954,"type":244},"skills/x-twitter-scraper","Xquik-dev",{"evaluate":960,"extract":968},{"promptVersionExtension":202,"promptVersionScoring":203,"score":855,"tags":961,"targetMarket":214,"tier":215},[962,963,964,965,211,966,967],"twitter","x","api","data-retrieval","mcp","sdk",{"commitSha":278},{"parentExtensionId":970,"repoId":971},"k17axvhmvwp90strpqcd5b0h7986m80d","kd783enpnwhry153ka0z65ear186mjbh",[964,211,965,966,967,962,963],{"evaluatedAt":974,"extractAt":975,"updatedAt":976},1778699230863,1778699170774,1778699296021]