[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohitg00-wiki-builder-de":3,"guides-for-rohitg00-wiki-builder":814,"similar-k175aswqxy754yaatfbja8ntnd86nprj-de":815},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":247,"isFallback":230,"parentExtension":252,"providers":312,"relations":316,"repo":317,"tags":812,"workflow":813},1778696595410.5688,"k175aswqxy754yaatfbja8ntnd86nprj",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"rohitg00/pro-workflow","wiki-builder","https://github.com/rohitg00/pro-workflow",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":228,"workflow":245},1778697086509.1843,"kn75z7cn9bdgjmcwt3ch756vhs86m2kn","en",{"checks":20,"evaluatedAt":196,"extensionSummary":197,"features":198,"nonGoals":204,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":221,"tier":222,"useCases":223},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,108,111,114,117,121,124,127,130,133,136,139,143,147,151,154,158,161,164,167,170,174,177,180,183,186,189,193],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The description clearly identifies the problem of knowledge loss and repeated corrections in AI sessions, and the need for a persistent knowledge base.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension offers a significant value proposition over default behavior by providing self-correction memory, a persistent knowledge plane with wikis, and auto-research capabilities, all integrated into a single SQLite store.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The extension appears production-ready, with a well-defined structure, multiple commands, and a clear workflow for managing wikis and research.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The 'wiki-builder' skill focuses specifically on creating, managing, and indexing persistent research wikis, aligning with its declared scope.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's core functionality of starting, structuring, and growing research wikis with markdown pages and an FTS5 index.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This check is not applicable as the extension is a skill and does not expose specific tools in the same manner as an MCP server.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","While explicit parameter documentation for CLI commands is not fully detailed, the SKILL.md and README provide clear examples and usage patterns for the core functionalities.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The CLI commands like 'init', 'list', 'page', 'reindex', and 'info' are descriptive and follow a consistent verb-noun pattern.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The CLI commands and their parameters appear to be focused on the specific tasks required for wiki management, without excessive or undocumented inputs.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The README explicitly states the license is MIT, and the provided GitHub link confirms this.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on May 12, 2026, which is recent and indicates active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project has a lockfile and npm dependencies, and the README indicates `npm install` is part of the setup, suggesting basic dependency management.",{"category":66,"check":67,"severity":24,"summary":68},"Security","Secret Management","No secrets are hardcoded or handled insecurely in the provided script and markdown files.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The provided scripts and markdown do not exhibit obvious injection vulnerabilities; they appear to treat external data as content rather than instructions.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The scripts do not appear to fetch external code or data at runtime in an unsafe manner.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The scripts operate within expected paths and do not show signs of attempting to modify files outside their designated scope.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached process spawns or retry loops around denied calls were detected in the provided code.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","There are no imperative instructions to read and submit confidential data to a third party. Environment variables are mentioned for configuration but not for exfiltration.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","No hidden text tricks or obfuscation techniques were found in the bundled content.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The provided JavaScript script is standard and readable, without obfuscation like base64 payloads or minified bundles.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script uses standard path resolutions and respects environment variables like `WIKI_ROOT` or `CLAUDE_PROJECT_DIR`, indicating good portability.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","There are 0 open issues and 5 closed issues in the last 90 days, indicating active maintenance and prompt issue resolution.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README mentions npm versioning and the install instructions reference `pro-workflow@pro-workflow`, implying versioning is in place, and the latest commit is recent.",{"category":104,"check":105,"severity":106,"summary":107},"Code Execution","Validation","info","While the script handles arguments and file paths, explicit schema validation libraries like Zod or Pydantic are not evident for all inputs and outputs.",{"category":66,"check":109,"severity":24,"summary":110},"Unguarded Destructive Operations","The script primarily performs file and database operations related to wiki creation and management, which are not inherently destructive and do not involve operations like `rm -rf` without user interaction.",{"category":104,"check":112,"severity":24,"summary":113},"Error Handling","The JavaScript script uses `try...finally` blocks and explicit `die()` calls for error reporting, ensuring that errors are caught and communicated.",{"category":104,"check":115,"severity":24,"summary":116},"Logging","The script outputs informative messages to stdout/stderr and uses `console.error` for errors, providing a basic audit trail.",{"category":118,"check":119,"severity":42,"summary":120},"Compliance","GDPR","The extension manages wiki content and metadata, and does not appear to operate on personal data that would require specific GDPR sanitization beyond what is inherent in managing local files.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension operates on local file paths and a local SQLite database, with no regional or jurisdictional logic detected; it is global by default.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The script uses standard Node.js modules and bash, with fallback logic for root paths, suggesting good cross-platform compatibility.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README file is comprehensive, detailing the problem, solution, installation, usage, architecture, and comparisons.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a single-command skill, not a toolset, so tool surface size is not applicable.",{"category":40,"check":134,"severity":24,"summary":135},"Overlapping near-synonym tools","The CLI commands (init, list, info, page, reindex) have distinct functions and do not exhibit overlapping near-synonym names.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features related to wiki management are supported by the CLI commands and documented in the SKILL.md and README.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","The README provides clear installation instructions for multiple environments (plugin, Cursor, SkillKit, manual) and includes copy-pasteable examples.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error messages from the script are specific, naming the failure and often indicating the required next step or missing argument.",{"category":148,"check":149,"severity":24,"summary":150},"Execution","Pinned dependencies","The presence of `package-lock.json` and the `npm install` instruction indicate pinned dependencies.",{"category":33,"check":152,"severity":42,"summary":153},"Dry-run preview","The primary operations are creating directories and database entries, which are not typically reversible destructive actions requiring a dry-run mode.",{"category":155,"check":156,"severity":42,"summary":157},"Protocol","Idempotent retry & timeouts","The script performs local file and database operations; it does not involve remote calls or state-changing operations that would require complex retry or timeout logic.",{"category":118,"check":159,"severity":24,"summary":160},"Telemetry opt-in","There is no evidence of telemetry collection in the provided scripts or documentation.",{"category":40,"check":162,"severity":24,"summary":163},"Precise Purpose","The SKILL.md description clearly defines the purpose (persistent research wiki) and provides explicit usage triggers and boundaries.",{"category":40,"check":165,"severity":24,"summary":166},"Concise Frontmatter","The frontmatter in SKILL.md is concise and effectively summarizes the core capability and provides trigger phrases.",{"category":45,"check":168,"severity":24,"summary":169},"Concise Body","The SKILL.md content is well-structured and delegates detailed information to other files or sections, keeping the main body concise.",{"category":171,"check":172,"severity":24,"summary":173},"Context","Progressive Disclosure","The skill uses separate files for templates and prompts, demonstrating progressive disclosure of information.",{"category":171,"check":175,"severity":42,"summary":176},"Forked exploration","This skill is a utility for managing wikis and does not involve deep exploration requiring `context: fork`.",{"category":22,"check":178,"severity":24,"summary":179},"Usage examples","The README and SKILL.md provide clear, ready-to-use examples for initializing wikis, adding pages, and querying.",{"category":22,"check":181,"severity":24,"summary":182},"Edge cases","The script includes basic validation for arguments and paths, and error handling for common issues like non-existent wikis or files.",{"category":104,"check":184,"severity":42,"summary":185},"Tool Fallback","This skill does not rely on external MCP servers or other tools that would require a fallback mechanism.",{"category":92,"check":187,"severity":24,"summary":188},"Stack assumptions","The script clearly declares its runtime as Node.js via the shebang and uses standard Node.js modules.",{"category":190,"check":191,"severity":24,"summary":192},"Safety","Halt on unexpected state","The script exits with clear error messages on unexpected states, such as missing arguments or non-existent wikis, preventing further execution.",{"category":92,"check":194,"severity":24,"summary":195},"Cross-skill coupling","The wiki-builder skill is self-contained and does not appear to rely on other skills being loaded in the same session.",1778697086397,"This skill provides a command-line interface to create, manage, and index research wikis stored as markdown files. It leverages SQLite for indexing and includes features for different wiki flavors, source tracking, and maintenance logging.",[199,200,201,202,203],"Create and manage persistent research wikis","Index markdown pages with FTS5 for fast searching","Support for multiple wiki flavors (research, paper, domain, etc.)","Organized file structure including raw sources, compiled pages, and logs","CLI for init, list, page management, and reindexing",[205,206,207],"Replacing a full-fledged documentation generator","Managing complex multi-agent workflows directly","Acting as a general-purpose file system manager","3.0.0","4.4.0","To enable users to easily start, structure, and grow persistent research wikis that are indexed for recall, serving as a long-lived knowledge base on any topic.","The extension is highly polished with excellent documentation, clear scope, strong security practices, and comprehensive examples. It demonstrates a mature approach to utility skills.",99,"A robust and well-documented skill for creating and managing persistent, searchable research wikis.",[215,216,217,218,219,220],"wiki","knowledge-base","sqlite","markdown","research","cli","global","verified",[224,225,226,227],"Start a new research wiki on a specific topic","Add and compile new pages into an existing wiki","Query the wiki for information on a given subject","Maintain a long-lived, organized knowledge base on complex subjects",{"codeQuality":229,"collectedAt":231,"documentation":232,"maintenance":235,"popularity":241,"security":243,"testCoverage":244},{"hasLockfile":230},true,1778697070130,{"descriptionLength":233,"readmeSize":234},394,22012,{"closedIssues90d":236,"forks":237,"hasChangelog":238,"openIssues90d":8,"pushedAt":239,"stars":240},5,203,false,1778554780000,2113,{"npmDownloads":242},611,{"hasNpmPackage":230,"smitheryVerified":238},{"hasCi":230,"hasTests":238},{"updatedAt":246},1778697086509,{"basePath":248,"githubOwner":249,"githubRepo":250,"locale":18,"slug":13,"type":251},"skills/wiki-builder","rohitg00","pro-workflow","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":262,"parentExtension":265,"providers":296,"relations":308,"tags":309,"workflow":310},1778696595410.5615,"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv",{"reviewCount":8},{"description":257,"installMethods":258,"name":261,"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":250,"cursor":259,"npm":250,"skillkit":260},"/add-plugin pro-workflow","npx skillkit install pro-workflow","Pro Workflow",{"basePath":263,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":264},"","plugin",{"_creationTime":266,"_id":267,"community":268,"display":269,"identity":272,"providers":274,"relations":290,"tags":292,"workflow":293},1778696595410.5613,"k1741gyqaf0tj1ffq65gjpsm6x86mfhx",{"reviewCount":8},{"description":270,"installMethods":271,"name":261,"sourceUrl":14},"Battle-tested Claude Code workflows from power users",{"claudeCode":12},{"basePath":263,"githubOwner":249,"githubRepo":250,"locale":18,"slug":250,"type":273},"marketplace",{"evaluate":275,"extract":283},{"promptVersionExtension":276,"promptVersionScoring":209,"score":212,"tags":277,"targetMarket":221,"tier":222},"3.1.0",[278,279,280,281,282],"workflow","productivity","ai-assistance","developer-tools","knowledge-management",{"commitSha":284,"license":285,"marketplace":286,"plugin":288},"HEAD","MIT",{"name":250,"pluginCount":287},1,{"mcpCount":8,"provider":289,"skillCount":8},"classify",{"repoId":291},"kd7am4e918eq98hrd9s31jm4vs86nn0b",[280,281,282,279,278],{"evaluatedAt":294,"extractAt":295,"updatedAt":294},1778696611346,1778696595410,{"evaluate":297,"extract":305},{"promptVersionExtension":208,"promptVersionScoring":209,"score":298,"tags":299,"targetMarket":221,"tier":304},96,[278,279,300,301,216,217,302,303],"ai-coding","self-correction","hooks","agents","community",{"commitSha":284,"license":285,"plugin":306},{"mcpCount":8,"provider":289,"skillCount":307},34,{"parentExtensionId":267,"repoId":291},[303,300,302,216,279,301,217,278],{"evaluatedAt":311,"extractAt":295,"updatedAt":311},1778696621396,{"evaluate":313,"extract":315},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":314,"targetMarket":221,"tier":222},[215,216,217,218,219,220],{"commitSha":284},{"parentExtensionId":254,"repoId":291},{"_creationTime":318,"_id":291,"identity":319,"providers":320,"workflow":807},1778696588306.821,{"githubOwner":249,"githubRepo":250,"sourceUrl":14},{"classify":321,"discover":786,"extract":789,"github":790,"npm":806},{"commitSha":284,"extensions":322},[323,333,474,483,491,499,507,515,523,531,539,547,555,563,571,582,590,598,606,614,622,630,638,645,653,661,669,677,685,697,705,713,742,752,768,778],{"basePath":263,"description":270,"displayName":250,"installMethods":324,"rationale":325,"selectedPaths":326,"source":332,"sourceLanguage":18,"type":273},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[327,330],{"path":328,"priority":329},".claude-plugin/marketplace.json","mandatory",{"path":331,"priority":329},"README.md","rule",{"basePath":263,"description":257,"displayName":250,"installMethods":334,"license":285,"rationale":335,"selectedPaths":336,"source":332,"sourceLanguage":18,"type":264},{"claudeCode":250},"plugin manifest at .claude-plugin/plugin.json",[337,339,340,343,345,347,349,351,353,355,357,359,361,363,365,367,369,371,373,375,377,379,381,383,385,387,389,391,393,395,397,399,401,403,405,407,409,412,414,416,418,420,422,424,426,428,430,432,434,436,438,440,442,444,446,448,450,452,454,456,458,460,462,464,466,468,470,472],{"path":338,"priority":329},".claude-plugin/plugin.json",{"path":331,"priority":329},{"path":341,"priority":342},"skills/agent-teams/SKILL.md","medium",{"path":344,"priority":342},"skills/auto-setup/SKILL.md",{"path":346,"priority":342},"skills/batch-orchestration/SKILL.md",{"path":348,"priority":342},"skills/bug-capture/SKILL.md",{"path":350,"priority":342},"skills/compact-guard/SKILL.md",{"path":352,"priority":342},"skills/context-engineering/SKILL.md",{"path":354,"priority":342},"skills/context-optimizer/SKILL.md",{"path":356,"priority":342},"skills/cost-tracker/SKILL.md",{"path":358,"priority":342},"skills/deslop/SKILL.md",{"path":360,"priority":342},"skills/file-watcher/SKILL.md",{"path":362,"priority":342},"skills/insights/SKILL.md",{"path":364,"priority":342},"skills/learn-rule/SKILL.md",{"path":366,"priority":342},"skills/llm-council/SKILL.md",{"path":368,"priority":342},"skills/llm-gate/SKILL.md",{"path":370,"priority":342},"skills/mcp-audit/SKILL.md",{"path":372,"priority":342},"skills/module-map/SKILL.md",{"path":374,"priority":342},"skills/orchestrate/SKILL.md",{"path":376,"priority":342},"skills/parallel-worktrees/SKILL.md",{"path":378,"priority":342},"skills/permission-tuner/SKILL.md",{"path":380,"priority":342},"skills/plan-interrogate/SKILL.md",{"path":382,"priority":342},"skills/pro-workflow/SKILL.md",{"path":384,"priority":342},"skills/replay-learnings/SKILL.md",{"path":386,"priority":342},"skills/safe-mode/SKILL.md",{"path":388,"priority":342},"skills/session-handoff/SKILL.md",{"path":390,"priority":342},"skills/smart-commit/SKILL.md",{"path":392,"priority":342},"skills/sprint-status/SKILL.md",{"path":394,"priority":342},"skills/survey-generator/SKILL.md",{"path":396,"priority":342},"skills/thoroughness-scoring/SKILL.md",{"path":398,"priority":342},"skills/token-efficiency/SKILL.md",{"path":400,"priority":342},"skills/wiki-builder/SKILL.md",{"path":402,"priority":342},"skills/wiki-query/SKILL.md",{"path":404,"priority":342},"skills/wiki-research-loop/SKILL.md",{"path":406,"priority":342},"skills/wiki-viewer/SKILL.md",{"path":408,"priority":342},"skills/wrap-up/SKILL.md",{"path":410,"priority":411},"agents/context-engineer.md","high",{"path":413,"priority":411},"agents/cost-analyst.md",{"path":415,"priority":411},"agents/debugger.md",{"path":417,"priority":411},"agents/orchestrator.md",{"path":419,"priority":411},"agents/permission-analyst.md",{"path":421,"priority":411},"agents/planner.md",{"path":423,"priority":411},"agents/reviewer.md",{"path":425,"priority":411},"agents/scout.md",{"path":427,"priority":411},"commands/auto-setup.md",{"path":429,"priority":411},"commands/commit.md",{"path":431,"priority":411},"commands/compact-guard.md",{"path":433,"priority":411},"commands/context-optimizer.md",{"path":435,"priority":411},"commands/cost-tracker.md",{"path":437,"priority":411},"commands/deslop.md",{"path":439,"priority":411},"commands/develop.md",{"path":441,"priority":411},"commands/doctor.md",{"path":443,"priority":411},"commands/handoff.md",{"path":445,"priority":411},"commands/insights.md",{"path":447,"priority":411},"commands/learn-rule.md",{"path":449,"priority":411},"commands/learn.md",{"path":451,"priority":411},"commands/list.md",{"path":453,"priority":411},"commands/mcp-audit.md",{"path":455,"priority":411},"commands/parallel.md",{"path":457,"priority":411},"commands/permission-tuner.md",{"path":459,"priority":411},"commands/replay.md",{"path":461,"priority":411},"commands/safe-mode.md",{"path":463,"priority":411},"commands/search.md",{"path":465,"priority":411},"commands/sprint-status.md",{"path":467,"priority":411},"commands/wiki.md",{"path":469,"priority":411},"commands/wrap-up.md",{"path":471,"priority":411},"hooks/hooks.json",{"path":473,"priority":411},".cursor-plugin/plugin.json",{"basePath":475,"description":476,"displayName":477,"installMethods":478,"rationale":479,"selectedPaths":480,"source":332,"sourceLanguage":18,"type":251},"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",[481],{"path":482,"priority":329},"SKILL.md",{"basePath":484,"description":485,"displayName":486,"installMethods":487,"rationale":488,"selectedPaths":489,"source":332,"sourceLanguage":18,"type":251},"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",[490],{"path":482,"priority":329},{"basePath":492,"description":493,"displayName":494,"installMethods":495,"rationale":496,"selectedPaths":497,"source":332,"sourceLanguage":18,"type":251},"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",[498],{"path":482,"priority":329},{"basePath":500,"description":501,"displayName":502,"installMethods":503,"rationale":504,"selectedPaths":505,"source":332,"sourceLanguage":18,"type":251},"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",[506],{"path":482,"priority":329},{"basePath":508,"description":509,"displayName":510,"installMethods":511,"rationale":512,"selectedPaths":513,"source":332,"sourceLanguage":18,"type":251},"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",[514],{"path":482,"priority":329},{"basePath":516,"description":517,"displayName":518,"installMethods":519,"rationale":520,"selectedPaths":521,"source":332,"sourceLanguage":18,"type":251},"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",[522],{"path":482,"priority":329},{"basePath":524,"description":525,"displayName":526,"installMethods":527,"rationale":528,"selectedPaths":529,"source":332,"sourceLanguage":18,"type":251},"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",[530],{"path":482,"priority":329},{"basePath":532,"description":533,"displayName":534,"installMethods":535,"rationale":536,"selectedPaths":537,"source":332,"sourceLanguage":18,"type":251},"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",[538],{"path":482,"priority":329},{"basePath":540,"description":541,"displayName":542,"installMethods":543,"rationale":544,"selectedPaths":545,"source":332,"sourceLanguage":18,"type":251},"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",[546],{"path":482,"priority":329},{"basePath":548,"description":549,"displayName":550,"installMethods":551,"rationale":552,"selectedPaths":553,"source":332,"sourceLanguage":18,"type":251},"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",[554],{"path":482,"priority":329},{"basePath":556,"description":557,"displayName":558,"installMethods":559,"rationale":560,"selectedPaths":561,"source":332,"sourceLanguage":18,"type":251},"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",[562],{"path":482,"priority":329},{"basePath":564,"description":565,"displayName":566,"installMethods":567,"rationale":568,"selectedPaths":569,"source":332,"sourceLanguage":18,"type":251},"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",[570],{"path":482,"priority":329},{"basePath":572,"description":573,"displayName":574,"installMethods":575,"rationale":576,"selectedPaths":577,"source":332,"sourceLanguage":18,"type":251},"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",[578,579],{"path":482,"priority":329},{"path":580,"priority":581},"scripts/council.js","low",{"basePath":583,"description":584,"displayName":585,"installMethods":586,"rationale":587,"selectedPaths":588,"source":332,"sourceLanguage":18,"type":251},"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",[589],{"path":482,"priority":329},{"basePath":591,"description":592,"displayName":593,"installMethods":594,"rationale":595,"selectedPaths":596,"source":332,"sourceLanguage":18,"type":251},"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",[597],{"path":482,"priority":329},{"basePath":599,"description":600,"displayName":601,"installMethods":602,"rationale":603,"selectedPaths":604,"source":332,"sourceLanguage":18,"type":251},"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",[605],{"path":482,"priority":329},{"basePath":607,"description":608,"displayName":609,"installMethods":610,"rationale":611,"selectedPaths":612,"source":332,"sourceLanguage":18,"type":251},"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",[613],{"path":482,"priority":329},{"basePath":615,"description":616,"displayName":617,"installMethods":618,"rationale":619,"selectedPaths":620,"source":332,"sourceLanguage":18,"type":251},"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",[621],{"path":482,"priority":329},{"basePath":623,"description":624,"displayName":625,"installMethods":626,"rationale":627,"selectedPaths":628,"source":332,"sourceLanguage":18,"type":251},"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",[629],{"path":482,"priority":329},{"basePath":631,"description":632,"displayName":633,"installMethods":634,"rationale":635,"selectedPaths":636,"source":332,"sourceLanguage":18,"type":251},"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",[637],{"path":482,"priority":329},{"basePath":639,"description":640,"displayName":250,"installMethods":641,"rationale":642,"selectedPaths":643,"source":332,"sourceLanguage":18,"type":251},"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",[644],{"path":482,"priority":329},{"basePath":646,"description":647,"displayName":648,"installMethods":649,"rationale":650,"selectedPaths":651,"source":332,"sourceLanguage":18,"type":251},"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",[652],{"path":482,"priority":329},{"basePath":654,"description":655,"displayName":656,"installMethods":657,"rationale":658,"selectedPaths":659,"source":332,"sourceLanguage":18,"type":251},"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",[660],{"path":482,"priority":329},{"basePath":662,"description":663,"displayName":664,"installMethods":665,"rationale":666,"selectedPaths":667,"source":332,"sourceLanguage":18,"type":251},"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",[668],{"path":482,"priority":329},{"basePath":670,"description":671,"displayName":672,"installMethods":673,"rationale":674,"selectedPaths":675,"source":332,"sourceLanguage":18,"type":251},"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",[676],{"path":482,"priority":329},{"basePath":678,"description":679,"displayName":680,"installMethods":681,"rationale":682,"selectedPaths":683,"source":332,"sourceLanguage":18,"type":251},"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",[684],{"path":482,"priority":329},{"basePath":686,"description":687,"displayName":688,"installMethods":689,"rationale":690,"selectedPaths":691,"source":332,"sourceLanguage":18,"type":251},"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",[692,693,695],{"path":482,"priority":329},{"path":694,"priority":581},"scripts/build-survey.js",{"path":696,"priority":581},"templates/research_bundle.template.json",{"basePath":698,"description":699,"displayName":700,"installMethods":701,"rationale":702,"selectedPaths":703,"source":332,"sourceLanguage":18,"type":251},"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",[704],{"path":482,"priority":329},{"basePath":706,"description":707,"displayName":708,"installMethods":709,"rationale":710,"selectedPaths":711,"source":332,"sourceLanguage":18,"type":251},"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",[712],{"path":482,"priority":329},{"basePath":248,"description":10,"displayName":13,"installMethods":714,"rationale":715,"selectedPaths":716,"source":332,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-builder/SKILL.md",[717,718,720,722,724,726,728,730,732,734,736,738,740],{"path":482,"priority":329},{"path":719,"priority":342},"references/wiki-flavors.md",{"path":721,"priority":581},"scripts/init_wiki.sh",{"path":723,"priority":581},"scripts/wiki-cli.js",{"path":725,"priority":581},"templates/index.md",{"path":727,"priority":581},"templates/maintenance-log.md",{"path":729,"priority":581},"templates/prompts/compile-concept-page.md",{"path":731,"priority":581},"templates/prompts/compile-index.md",{"path":733,"priority":581},"templates/prompts/compile-source-page.md",{"path":735,"priority":581},"templates/prompts/lint-wiki.md",{"path":737,"priority":581},"templates/prompts/query-and-file.md",{"path":739,"priority":581},"templates/sources.md",{"path":741,"priority":581},"templates/wiki.config.md",{"basePath":743,"description":744,"displayName":745,"installMethods":746,"rationale":747,"selectedPaths":748,"source":332,"sourceLanguage":18,"type":251},"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",[749,750],{"path":482,"priority":329},{"path":751,"priority":581},"scripts/query.js",{"basePath":753,"description":754,"displayName":755,"installMethods":756,"rationale":757,"selectedPaths":758,"source":332,"sourceLanguage":18,"type":251},"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",[759,760,762,764,766],{"path":482,"priority":329},{"path":761,"priority":581},"scripts/research-loop.js",{"path":763,"priority":581},"scripts/source-fetchers/arxiv.js",{"path":765,"priority":581},"scripts/source-fetchers/github.js",{"path":767,"priority":581},"scripts/source-fetchers/web.js",{"basePath":769,"description":770,"displayName":771,"installMethods":772,"rationale":773,"selectedPaths":774,"source":332,"sourceLanguage":18,"type":251},"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",[775,776],{"path":482,"priority":329},{"path":777,"priority":581},"scripts/render.js",{"basePath":779,"description":780,"displayName":781,"installMethods":782,"rationale":783,"selectedPaths":784,"source":332,"sourceLanguage":18,"type":251},"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",[785],{"path":482,"priority":329},{"sources":787},[788],"manual",{"npmPackage":250},{"closedIssues90d":236,"description":791,"forks":237,"homepage":792,"openIssues90d":8,"pushedAt":239,"readmeSize":234,"stars":240,"topics":793},"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",[794,795,796,278,797,798,300,799,800,801,802,803,518,281,804,302,279,301,805],"claude","claude-code","cursor","agent-orchestration","ai-agents","ai-workflow","claude-code-plugin","claude-code-skills","claude-skills","codex","gemini-cli","worktrees",{"downloads":242},{"classifiedAt":808,"discoverAt":809,"extractAt":810,"githubAt":810,"npmAt":811,"updatedAt":808},1778696594915,1778696588306,1778696590961,1778696593284,[220,216,218,219,217,215],{"evaluatedAt":246,"extractAt":295,"updatedAt":246},[],[816,842,861,893,921,945],{"_creationTime":817,"_id":818,"community":819,"display":820,"identity":825,"providers":829,"relations":836,"tags":838,"workflow":839},1778695206759.8743,"k172cmrjzj47621fg7s9t2ea5s86mtk8",{"reviewCount":8},{"description":821,"installMethods":822,"name":745,"sourceUrl":824},"Use when an operation issue asks you to answer a question from the LLM Wiki — `operationType: \"query\"` and a question in the issue body. Answer with citations to wiki pages and raw sources, and offer to file durable synthesis back into `wiki/synthesis/` so the work compounds instead of disappearing into a chat thread.",{"claudeCode":823},"paperclipai/paperclip","https://github.com/paperclipai/paperclip",{"basePath":826,"githubOwner":827,"githubRepo":828,"locale":18,"slug":745,"type":251},"packages/plugins/plugin-llm-wiki/skills/wiki-query","paperclipai","paperclip",{"evaluate":830,"extract":835},{"promptVersionExtension":208,"promptVersionScoring":209,"score":831,"tags":832,"targetMarket":221,"tier":222},97,[215,833,216,834],"documentation","qa",{"commitSha":284},{"repoId":837},"kd7b0wm9xz96azh2zh6abrsz6186mmw7",[833,216,834,215],{"evaluatedAt":840,"extractAt":841,"updatedAt":840},1778695456771,1778695206759,{"_creationTime":843,"_id":844,"community":845,"display":846,"identity":848,"providers":849,"relations":857,"tags":858,"workflow":859},1778696595410.569,"k179tztczyqqt5k15a9ea0yw9986mx15",{"reviewCount":8},{"description":744,"installMethods":847,"name":745,"sourceUrl":14},{"claudeCode":12},{"basePath":743,"githubOwner":249,"githubRepo":250,"locale":18,"slug":745,"type":251},{"evaluate":850,"extract":856},{"promptVersionExtension":208,"promptVersionScoring":209,"score":298,"tags":851,"targetMarket":221,"tier":222},[215,852,853,217,854,855,282],"search","retrieval","fts5","bm25",{"commitSha":284},{"parentExtensionId":254,"repoId":291},[855,854,282,853,852,217,215],{"evaluatedAt":860,"extractAt":295,"updatedAt":860},1778697103686,{"_creationTime":862,"_id":863,"community":864,"display":865,"identity":871,"providers":876,"relations":886,"tags":889,"workflow":890},1778696691708.3274,"k170az7r02e9e2v47mpy80kx6n86nff3",{"reviewCount":8},{"description":866,"installMethods":867,"name":869,"sourceUrl":870},"Detect current market regime using npx neural-trader — bull/bear/ranging/volatile classification with recommended strategy",{"claudeCode":868},"ruvnet/ruflo","Trader Regime","https://github.com/ruvnet/ruflo",{"basePath":872,"githubOwner":873,"githubRepo":874,"locale":18,"slug":875,"type":251},"plugins/ruflo-neural-trader/skills/trader-regime","ruvnet","ruflo","trader-regime",{"evaluate":877,"extract":885},{"promptVersionExtension":208,"promptVersionScoring":209,"score":878,"tags":879,"targetMarket":221,"tier":222},100,[880,881,882,883,884,220],"finance","trading","market-analysis","ai","typescript",{"commitSha":284,"license":285},{"parentExtensionId":887,"repoId":888},"k17drge8h1fgzchr0p4jaeg33n86mwmy","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[883,220,880,882,881,884],{"evaluatedAt":891,"extractAt":892,"updatedAt":891},1778701108877,1778696691708,{"_creationTime":894,"_id":895,"community":896,"display":897,"identity":903,"providers":907,"relations":914,"tags":917,"workflow":918},1778699234184.6174,"k174zww66m804nhr89ttra7r6d86nwyg",{"reviewCount":8},{"description":898,"installMethods":899,"name":901,"sourceUrl":902},"Use first for install/update routing — sends setup, doctor, or MCP requests to the correct OMC setup flow",{"claudeCode":900},"Yeachan-Heo/oh-my-claudecode","setup","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":904,"githubOwner":905,"githubRepo":906,"locale":18,"slug":901,"type":251},"skills/setup","Yeachan-Heo","oh-my-claudecode",{"evaluate":908,"extract":913},{"promptVersionExtension":208,"promptVersionScoring":209,"score":878,"tags":909,"targetMarket":221,"tier":222},[901,910,911,220,912],"routing","configuration","mcp",{"commitSha":284},{"parentExtensionId":915,"repoId":916},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[220,911,912,910,901],{"evaluatedAt":919,"extractAt":920,"updatedAt":919},1778699724286,1778699234184,{"_creationTime":922,"_id":923,"community":924,"display":925,"identity":929,"providers":932,"relations":941,"tags":942,"workflow":943},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":926,"installMethods":927,"name":928,"sourceUrl":902},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":900},"Project Session Manager",{"basePath":930,"githubOwner":905,"githubRepo":906,"locale":18,"slug":931,"type":251},"skills/project-session-manager","project-session-manager",{"evaluate":933,"extract":940},{"promptVersionExtension":208,"promptVersionScoring":209,"score":878,"tags":934,"targetMarket":221,"tier":222},[935,936,278,937,938,220,939],"git","development-environment","tmux","automation","developer-tool",{"commitSha":284,"license":285},{"parentExtensionId":915,"repoId":916},[938,220,939,936,935,937,278],{"evaluatedAt":944,"extractAt":920,"updatedAt":944},1778699613343,{"_creationTime":946,"_id":947,"community":948,"display":949,"identity":953,"providers":955,"relations":961,"tags":962,"workflow":963},1778699234184.6143,"k17cnx0m6a27fw52yvt4zsbsxh86nd1c",{"reviewCount":8},{"description":950,"installMethods":951,"name":952,"sourceUrl":902},"Configure popular MCP servers for enhanced agent capabilities",{"claudeCode":900},"mcp-setup",{"basePath":954,"githubOwner":905,"githubRepo":906,"locale":18,"slug":952,"type":251},"skills/mcp-setup",{"evaluate":956,"extract":960},{"promptVersionExtension":208,"promptVersionScoring":209,"score":878,"tags":957,"targetMarket":221,"tier":222},[912,911,220,958,959],"agent","tooling",{"commitSha":284},{"parentExtensionId":915,"repoId":916},[958,220,911,912,959],{"evaluatedAt":964,"extractAt":920,"updatedAt":964},1778699492025]