[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohitg00-wiki-viewer-en":3,"guides-for-rohitg00-wiki-viewer":812,"similar-k17ezhs07z6qv30pgg1kvcqws586nq0n-en":813},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":243,"isFallback":234,"parentExtension":248,"providers":310,"relations":314,"repo":315,"tags":810,"workflow":811},1778696595410.5696,"k17ezhs07z6qv30pgg1kvcqws586nq0n",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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.",{"claudeCode":12},"rohitg00/pro-workflow","wiki-viewer","https://github.com/rohitg00/pro-workflow",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":224,"workflow":241},1778697137920.122,"kn7cbc2eefdtcr00zk10kammdd86mb3a","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"promptVersionExtension":205,"promptVersionScoring":206,"purpose":207,"rationale":208,"score":209,"summary":210,"tags":211,"targetMarket":217,"tier":218,"useCases":219},[21,26,29,32,36,39,44,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,114,117,121,124,127,130,133,136,139,143,147,150,153,157,160,163,166,169,173,176,179,182,185,189],{"category":22,"check":23,"severity":24,"summary":25},"Practical Utility","Problem relevance","pass","The displayed description clearly articulates the problem of persistent AI errors and the need for durable knowledge storage, providing a concrete user pain point.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The extension's core value proposition of a self-contained HTML viewer for wikis, with features like in-browser search, link graphs, and shareability, offers significant value beyond basic LLM output.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill provides a complete workflow for rendering and sharing a wiki viewer, with no apparent missing pieces for its stated use case.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The extension focuses solely on rendering a wiki viewer, aligning with its name and description without branching into unrelated domains.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the functionality described in the SKILL.md, highlighting key features and use cases.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This is a skill with a single command-line tool, not a set of distinct scoped tools.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The command-line tool's arguments (`--out`, `--theme`) and their defaults are clearly documented in the SKILL.md.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The single command `render.js` is descriptively named within its script context.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The tool accepts specific command-line arguments and outputs a single HTML file, with no extraneous inputs or outputs.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The project includes an MIT license file, clearly indicating its usability.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository shows recent commits within the last 3 months, indicating active maintenance.",{"category":59,"check":63,"severity":24,"summary":64},"Dependency Management","The project uses npm, and the `package.json` includes `npm install` in installation instructions, indicating a standard dependency management approach.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not handle or expose any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill processes wiki data and markdown, but does not fetch or execute external content, thus avoiding injection risks.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch external content at runtime; all necessary logic is bundled locally.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The script operates within its designated project scope, reading data and writing to a specified output path without touching arbitrary files.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","The provided script does not contain any detached process spawns or deny-retry loops.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill is designed to read local wiki data and render an HTML file, with no outbound network calls or mechanisms for exfiltrating data.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled HTML, CSS, and JavaScript appear free of hidden text or malicious steering tricks.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The bundled JavaScript for rendering is plain and readable, with no obfuscation or base64-encoded payloads.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The script correctly uses relative paths and explicitly mentions expected data locations, with clear error handling if they are absent.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","With 0 open and 5 closed issues in the last 90 days, maintainer engagement is excellent.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The README and npm badge indicate versioning, and the installation process refers to a specific package version.",{"category":104,"check":105,"severity":24,"summary":106},"Execution","Validation","The script handles arguments and data processing with explicit checks and logic, ensuring valid inputs and outputs.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The script is read-only in its operation, only generating an output file, thus posing no destructive risk.",{"category":111,"check":112,"severity":24,"summary":113},"Code Execution","Error Handling","The script includes robust error handling for missing files, invalid arguments, and build failures, exiting non-zero with clear messages.",{"category":111,"check":115,"severity":42,"summary":116},"Logging","As a local file generation script, it doesn't perform destructive actions or outbound calls that necessitate an audit log.",{"category":118,"check":119,"severity":42,"summary":120},"Compliance","GDPR","The skill only processes local wiki data and does not interact with personal data or third parties.",{"category":118,"check":122,"severity":24,"summary":123},"Target market","The extension operates on local files and generates a standard HTML document, making it globally applicable with no regional restrictions.",{"category":92,"check":125,"severity":24,"summary":126},"Runtime stability","The script uses standard Node.js APIs and is designed to run in any environment with Node.js installed, without OS-specific assumptions.",{"category":45,"check":128,"severity":24,"summary":129},"README","The README provides a comprehensive overview of the project, its features, installation, and usage.",{"category":33,"check":131,"severity":42,"summary":132},"Tool surface size","This is a single-tool skill, not an extension with multiple exposed commands.",{"category":40,"check":134,"severity":42,"summary":135},"Overlapping near-synonym tools","This is a single-tool skill, so there are no overlapping tools.",{"category":45,"check":137,"severity":24,"summary":138},"Phantom features","All advertised features, such as HTML rendering, search, and link graphs, are implemented and described in the SKILL.md and code.",{"category":140,"check":141,"severity":24,"summary":142},"Install","Installation instruction","Clear installation instructions are provided in the README, including npm installation and a copy-paste example for invocation.",{"category":144,"check":145,"severity":24,"summary":146},"Errors","Actionable error messages","Error messages in the script are specific, indicating the failure point (e.g., missing store, unknown wiki) and providing clear remediation steps.",{"category":104,"check":148,"severity":24,"summary":149},"Pinned dependencies","The `package.json` and `package-lock.json` files indicate pinned dependencies, and the script uses a Node.js shebang.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill's primary function is to generate a static HTML file, which is not a state-changing operation requiring a dry-run.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","The skill operates locally and synchronously, without remote calls or state-changing operations that would require idempotency or timeouts.",{"category":118,"check":158,"severity":42,"summary":159},"Telemetry opt-in","The skill does not emit any telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the skill's purpose (render HTML viewer for pro-workflow wiki) and provides specific use cases and boundaries.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The SKILL.md frontmatter is concise, self-contained, and accurately summarizes the core capability.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is well-structured and concise, with commands and details clearly presented.",{"category":170,"check":171,"severity":42,"summary":172},"Context","Progressive Disclosure","The skill is self-contained and does not require progressive disclosure of deeper material.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill is not an exploration or audit-style skill; it performs a direct rendering task.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The SKILL.md provides clear, ready-to-use examples demonstrating invocation and expected output.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The script handles edge cases like missing wikis, missing files, and invalid arguments with clear error messages and recovery steps.",{"category":111,"check":183,"severity":42,"summary":184},"Tool Fallback","The skill does not rely on external MCP servers or tools.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The script explicitly checks for prerequisites like the existence of the wiki and data store, halting with an error if they are not met.",{"category":92,"check":190,"severity":42,"summary":191},"Cross-skill coupling","This skill is self-contained and does not rely on or cross-link to other specific skills.",1778697137567,"This skill renders a single-file HTML viewer for pro-workflow wikis, including pages, sources, claims, seed queues, link graphs, and full-text search. It has no external dependencies, is S3-uploadable, and favors information density and shareability.",[195,196,197,198,199],"Renders single-file HTML wiki viewers","Includes in-browser search, link graph, and seed queue","Supports customizable themes (dark/light)","No external dependencies or JS frameworks","S3-uploadable for easy sharing",[201,202,203,204],"Real-time wiki editing or live updates","Complex markdown rendering (e.g., HTML-in-markdown)","Dynamic link graph re-layout","Advanced search algorithms beyond substring and tokenization","3.0.0","4.4.0","To provide a visually browseable, shareable, and self-contained HTML representation of a pro-workflow wiki, facilitating research audits and knowledge base handoffs.","Excellent documentation and robust implementation, with no significant findings. The only non-applicable checks are due to the skill's self-contained nature, not a lack of evaluation.",99,"A high-quality, self-contained skill for generating shareable HTML wiki viewers.",[212,213,214,215,216],"html","wiki","documentation","viewer","static-site-generator","global","verified",[220,221,222,223],"Browsing research output after an auto-research run","Sharing wiki state with teammates or leadership","Rendering codebase-flavored wikis for code review","Creating visual readouts for incident reviews",{"codeQuality":225,"collectedAt":227,"documentation":228,"maintenance":231,"popularity":237,"security":239,"testCoverage":240},{"hasLockfile":226},true,1778697120383,{"descriptionLength":229,"readmeSize":230},493,22012,{"closedIssues90d":232,"forks":233,"hasChangelog":234,"openIssues90d":8,"pushedAt":235,"stars":236},5,203,false,1778554780000,2113,{"npmDownloads":238},611,{"hasNpmPackage":226,"smitheryVerified":234},{"hasCi":226,"hasTests":234},{"updatedAt":242},1778697137920,{"basePath":244,"githubOwner":245,"githubRepo":246,"locale":18,"slug":13,"type":247},"skills/wiki-viewer","rohitg00","pro-workflow","skill",{"_creationTime":249,"_id":250,"community":251,"display":252,"identity":258,"parentExtension":261,"providers":292,"relations":306,"tags":307,"workflow":308},1778696595410.5615,"k17fxtjcfh5gvxdrhv2dmgn1t986mdhv",{"reviewCount":8},{"description":253,"installMethods":254,"name":257,"sourceUrl":14},"Complete AI coding workflow system. Self-correcting memory + persistent FTS5-indexed research wikis + auto-research loop + multi-LLM council on a single SQLite store. 33 skills, 8 agents, 22 commands, 37 hook scripts across 24 events. Cross-agent via SkillKit.",{"claudeCode":246,"cursor":255,"npm":246,"skillkit":256},"/add-plugin pro-workflow","npx skillkit install pro-workflow","Pro Workflow",{"basePath":259,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":260},"","plugin",{"_creationTime":262,"_id":263,"community":264,"display":265,"identity":268,"providers":270,"relations":286,"tags":288,"workflow":289},1778696595410.5613,"k1741gyqaf0tj1ffq65gjpsm6x86mfhx",{"reviewCount":8},{"description":266,"installMethods":267,"name":257,"sourceUrl":14},"Battle-tested Claude Code workflows from power users",{"claudeCode":12},{"basePath":259,"githubOwner":245,"githubRepo":246,"locale":18,"slug":246,"type":269},"marketplace",{"evaluate":271,"extract":279},{"promptVersionExtension":272,"promptVersionScoring":206,"score":209,"tags":273,"targetMarket":217,"tier":218},"3.1.0",[274,275,276,277,278],"workflow","productivity","ai-assistance","developer-tools","knowledge-management",{"commitSha":280,"license":281,"marketplace":282,"plugin":284},"HEAD","MIT",{"name":246,"pluginCount":283},1,{"mcpCount":8,"provider":285,"skillCount":8},"classify",{"repoId":287},"kd7am4e918eq98hrd9s31jm4vs86nn0b",[276,277,278,275,274],{"evaluatedAt":290,"extractAt":291,"updatedAt":290},1778696611346,1778696595410,{"evaluate":293,"extract":303},{"promptVersionExtension":205,"promptVersionScoring":206,"score":294,"tags":295,"targetMarket":217,"tier":302},96,[274,275,296,297,298,299,300,301],"ai-coding","self-correction","knowledge-base","sqlite","hooks","agents","community",{"commitSha":280,"license":281,"plugin":304},{"mcpCount":8,"provider":285,"skillCount":305},34,{"parentExtensionId":263,"repoId":287},[301,296,300,298,275,297,299,274],{"evaluatedAt":309,"extractAt":291,"updatedAt":309},1778696621396,{"evaluate":311,"extract":313},{"promptVersionExtension":205,"promptVersionScoring":206,"score":209,"tags":312,"targetMarket":217,"tier":218},[212,213,214,215,216],{"commitSha":280},{"parentExtensionId":250,"repoId":287},{"_creationTime":316,"_id":287,"identity":317,"providers":318,"workflow":805},1778696588306.821,{"githubOwner":245,"githubRepo":246,"sourceUrl":14},{"classify":319,"discover":784,"extract":787,"github":788,"npm":804},{"commitSha":280,"extensions":320},[321,331,472,481,489,497,505,513,521,529,537,545,553,561,569,580,588,596,604,612,620,628,636,643,651,659,667,675,683,695,703,711,743,753,769,776],{"basePath":259,"description":266,"displayName":246,"installMethods":322,"rationale":323,"selectedPaths":324,"source":330,"sourceLanguage":18,"type":269},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[325,328],{"path":326,"priority":327},".claude-plugin/marketplace.json","mandatory",{"path":329,"priority":327},"README.md","rule",{"basePath":259,"description":253,"displayName":246,"installMethods":332,"license":281,"rationale":333,"selectedPaths":334,"source":330,"sourceLanguage":18,"type":260},{"claudeCode":246},"plugin manifest at .claude-plugin/plugin.json",[335,337,338,341,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,410,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],{"path":336,"priority":327},".claude-plugin/plugin.json",{"path":329,"priority":327},{"path":339,"priority":340},"skills/agent-teams/SKILL.md","medium",{"path":342,"priority":340},"skills/auto-setup/SKILL.md",{"path":344,"priority":340},"skills/batch-orchestration/SKILL.md",{"path":346,"priority":340},"skills/bug-capture/SKILL.md",{"path":348,"priority":340},"skills/compact-guard/SKILL.md",{"path":350,"priority":340},"skills/context-engineering/SKILL.md",{"path":352,"priority":340},"skills/context-optimizer/SKILL.md",{"path":354,"priority":340},"skills/cost-tracker/SKILL.md",{"path":356,"priority":340},"skills/deslop/SKILL.md",{"path":358,"priority":340},"skills/file-watcher/SKILL.md",{"path":360,"priority":340},"skills/insights/SKILL.md",{"path":362,"priority":340},"skills/learn-rule/SKILL.md",{"path":364,"priority":340},"skills/llm-council/SKILL.md",{"path":366,"priority":340},"skills/llm-gate/SKILL.md",{"path":368,"priority":340},"skills/mcp-audit/SKILL.md",{"path":370,"priority":340},"skills/module-map/SKILL.md",{"path":372,"priority":340},"skills/orchestrate/SKILL.md",{"path":374,"priority":340},"skills/parallel-worktrees/SKILL.md",{"path":376,"priority":340},"skills/permission-tuner/SKILL.md",{"path":378,"priority":340},"skills/plan-interrogate/SKILL.md",{"path":380,"priority":340},"skills/pro-workflow/SKILL.md",{"path":382,"priority":340},"skills/replay-learnings/SKILL.md",{"path":384,"priority":340},"skills/safe-mode/SKILL.md",{"path":386,"priority":340},"skills/session-handoff/SKILL.md",{"path":388,"priority":340},"skills/smart-commit/SKILL.md",{"path":390,"priority":340},"skills/sprint-status/SKILL.md",{"path":392,"priority":340},"skills/survey-generator/SKILL.md",{"path":394,"priority":340},"skills/thoroughness-scoring/SKILL.md",{"path":396,"priority":340},"skills/token-efficiency/SKILL.md",{"path":398,"priority":340},"skills/wiki-builder/SKILL.md",{"path":400,"priority":340},"skills/wiki-query/SKILL.md",{"path":402,"priority":340},"skills/wiki-research-loop/SKILL.md",{"path":404,"priority":340},"skills/wiki-viewer/SKILL.md",{"path":406,"priority":340},"skills/wrap-up/SKILL.md",{"path":408,"priority":409},"agents/context-engineer.md","high",{"path":411,"priority":409},"agents/cost-analyst.md",{"path":413,"priority":409},"agents/debugger.md",{"path":415,"priority":409},"agents/orchestrator.md",{"path":417,"priority":409},"agents/permission-analyst.md",{"path":419,"priority":409},"agents/planner.md",{"path":421,"priority":409},"agents/reviewer.md",{"path":423,"priority":409},"agents/scout.md",{"path":425,"priority":409},"commands/auto-setup.md",{"path":427,"priority":409},"commands/commit.md",{"path":429,"priority":409},"commands/compact-guard.md",{"path":431,"priority":409},"commands/context-optimizer.md",{"path":433,"priority":409},"commands/cost-tracker.md",{"path":435,"priority":409},"commands/deslop.md",{"path":437,"priority":409},"commands/develop.md",{"path":439,"priority":409},"commands/doctor.md",{"path":441,"priority":409},"commands/handoff.md",{"path":443,"priority":409},"commands/insights.md",{"path":445,"priority":409},"commands/learn-rule.md",{"path":447,"priority":409},"commands/learn.md",{"path":449,"priority":409},"commands/list.md",{"path":451,"priority":409},"commands/mcp-audit.md",{"path":453,"priority":409},"commands/parallel.md",{"path":455,"priority":409},"commands/permission-tuner.md",{"path":457,"priority":409},"commands/replay.md",{"path":459,"priority":409},"commands/safe-mode.md",{"path":461,"priority":409},"commands/search.md",{"path":463,"priority":409},"commands/sprint-status.md",{"path":465,"priority":409},"commands/wiki.md",{"path":467,"priority":409},"commands/wrap-up.md",{"path":469,"priority":409},"hooks/hooks.json",{"path":471,"priority":409},".cursor-plugin/plugin.json",{"basePath":473,"description":474,"displayName":475,"installMethods":476,"rationale":477,"selectedPaths":478,"source":330,"sourceLanguage":18,"type":247},"skills/agent-teams","Coordinate multiple Claude Code sessions as a team — lead + teammates with shared task lists, mailbox messaging, and file-lock claiming. Patterns for team sizing, task decomposition, and when to use teams vs sub-agents vs worktrees.","agent-teams",{"claudeCode":12},"SKILL.md frontmatter at skills/agent-teams/SKILL.md",[479],{"path":480,"priority":327},"SKILL.md",{"basePath":482,"description":483,"displayName":484,"installMethods":485,"rationale":486,"selectedPaths":487,"source":330,"sourceLanguage":18,"type":247},"skills/auto-setup","Auto-configure quality gates, hooks, and settings for a new project. Detects project type and sets up appropriate tooling. Use when onboarding a new codebase.","auto-setup",{"claudeCode":12},"SKILL.md frontmatter at skills/auto-setup/SKILL.md",[488],{"path":480,"priority":327},{"basePath":490,"description":491,"displayName":492,"installMethods":493,"rationale":494,"selectedPaths":495,"source":330,"sourceLanguage":18,"type":247},"skills/batch-orchestration","Decompose large-scale changes into independent units and spawn parallel agents in isolated worktrees. Use for migrations, refactors, codemods, and any change touching 10+ files with the same pattern.","batch-orchestration",{"claudeCode":12},"SKILL.md frontmatter at skills/batch-orchestration/SKILL.md",[496],{"path":480,"priority":327},{"basePath":498,"description":499,"displayName":500,"installMethods":501,"rationale":502,"selectedPaths":503,"source":330,"sourceLanguage":18,"type":247},"skills/bug-capture","Capture a user-reported defect as a durable GitHub issue written in the project's own domain language. Explores the codebase in parallel for context but never leaks file paths or line numbers into the issue. Use when the user reports a bug conversationally, runs a QA pass, or says \"file an issue\", \"log this as a bug\", \"capture this\".","bug-capture",{"claudeCode":12},"SKILL.md frontmatter at skills/bug-capture/SKILL.md",[504],{"path":480,"priority":327},{"basePath":506,"description":507,"displayName":508,"installMethods":509,"rationale":510,"selectedPaths":511,"source":330,"sourceLanguage":18,"type":247},"skills/compact-guard","Smart context compaction with state preservation. Saves critical files, task progress, and working state before compaction, restores after. Use before manual compact or when auto-compact triggers.","compact-guard",{"claudeCode":12},"SKILL.md frontmatter at skills/compact-guard/SKILL.md",[512],{"path":480,"priority":327},{"basePath":514,"description":515,"displayName":516,"installMethods":517,"rationale":518,"selectedPaths":519,"source":330,"sourceLanguage":18,"type":247},"skills/context-engineering","Master the four operations of context engineering — Write, Select, Compress, Isolate. Manage token budgets, compaction strategies, and context partitioning to keep AI sessions sharp and efficient.","context-engineering",{"claudeCode":12},"SKILL.md frontmatter at skills/context-engineering/SKILL.md",[520],{"path":480,"priority":327},{"basePath":522,"description":523,"displayName":524,"installMethods":525,"rationale":526,"selectedPaths":527,"source":330,"sourceLanguage":18,"type":247},"skills/context-optimizer","Optimize token usage and context management. Use when sessions feel slow, context is degraded, or you're running out of budget.","context-optimizer",{"claudeCode":12},"SKILL.md frontmatter at skills/context-optimizer/SKILL.md",[528],{"path":480,"priority":327},{"basePath":530,"description":531,"displayName":532,"installMethods":533,"rationale":534,"selectedPaths":535,"source":330,"sourceLanguage":18,"type":247},"skills/cost-tracker","Track session costs, set budget alerts, and optimize token spend. Use to check costs mid-session or set spending limits.","cost-tracker",{"claudeCode":12},"SKILL.md frontmatter at skills/cost-tracker/SKILL.md",[536],{"path":480,"priority":327},{"basePath":538,"description":539,"displayName":540,"installMethods":541,"rationale":542,"selectedPaths":543,"source":330,"sourceLanguage":18,"type":247},"skills/deslop","Remove AI-generated code slop, unnecessary comments, and over-engineering from the current branch diff. Cleans up boilerplate, simplifies abstractions, and strips defensive code. Use when cleaning up code, simplifying, removing boilerplate, or before committing.","deslop",{"claudeCode":12},"SKILL.md frontmatter at skills/deslop/SKILL.md",[544],{"path":480,"priority":327},{"basePath":546,"description":547,"displayName":548,"installMethods":549,"rationale":550,"selectedPaths":551,"source":330,"sourceLanguage":18,"type":247},"skills/file-watcher","Configure file watching hooks to auto-react to config changes, env file updates, and dependency modifications. Use to set up reactive workflows.","file-watcher",{"claudeCode":12},"SKILL.md frontmatter at skills/file-watcher/SKILL.md",[552],{"path":480,"priority":327},{"basePath":554,"description":555,"displayName":556,"installMethods":557,"rationale":558,"selectedPaths":559,"source":330,"sourceLanguage":18,"type":247},"skills/insights","Show session analytics, learning patterns, correction trends, heatmaps, and productivity metrics. Computes stats from project memory and session history. Use when asking for stats, statistics, progress, how am I doing, coding history, or dashboard.","insights",{"claudeCode":12},"SKILL.md frontmatter at skills/insights/SKILL.md",[560],{"path":480,"priority":327},{"basePath":562,"description":563,"displayName":564,"installMethods":565,"rationale":566,"selectedPaths":567,"source":330,"sourceLanguage":18,"type":247},"skills/learn-rule","Capture a correction or lesson as a persistent learning rule with category, mistake, and correction. Stores, categorises, and retrieves rules for future sessions. Use after mistakes or when the user says \"remember this\", \"don't forget\", \"note this\", or \"learn from this\".","learn-rule",{"claudeCode":12},"SKILL.md frontmatter at skills/learn-rule/SKILL.md",[568],{"path":480,"priority":327},{"basePath":570,"description":571,"displayName":572,"installMethods":573,"rationale":574,"selectedPaths":575,"source":330,"sourceLanguage":18,"type":247},"skills/llm-council","Provider-agnostic multi-LLM deliberation. Three phases — independent responses, cross-model anonymized ranking, chairman synthesis. Provider config from env (OPENAI/ANTHROPIC/FIREWORKS/OPENROUTER/custom OpenAI-compatible base URL). Persists transcript to a wiki page when --wiki \u003Cslug> is passed. Use when the user wants multiple AI perspectives, consensus-building, or the \"LLM Council\" approach for high-stakes reviews, plan critique, or contested learning rules.","llm-council",{"claudeCode":12},"SKILL.md frontmatter at skills/llm-council/SKILL.md",[576,577],{"path":480,"priority":327},{"path":578,"priority":579},"scripts/council.js","low",{"basePath":581,"description":582,"displayName":583,"installMethods":584,"rationale":585,"selectedPaths":586,"source":330,"sourceLanguage":18,"type":247},"skills/llm-gate","LLM-powered quality verification using prompt hooks. Validates commit messages, code patterns, and conventions using AI before allowing operations. Use to set up intelligent guardrails.","llm-gate",{"claudeCode":12},"SKILL.md frontmatter at skills/llm-gate/SKILL.md",[587],{"path":480,"priority":327},{"basePath":589,"description":590,"displayName":591,"installMethods":592,"rationale":593,"selectedPaths":594,"source":330,"sourceLanguage":18,"type":247},"skills/mcp-audit","Audit connected MCP servers for token overhead, redundancy, and security. Use when sessions feel slow or before adding new MCPs.","mcp-audit",{"claudeCode":12},"SKILL.md frontmatter at skills/mcp-audit/SKILL.md",[595],{"path":480,"priority":327},{"basePath":597,"description":598,"displayName":599,"installMethods":600,"rationale":601,"selectedPaths":602,"source":330,"sourceLanguage":18,"type":247},"skills/module-map","Produce a one-screen map of an unfamiliar area of the codebase: entry points, modules, data flow, callers. Designed to be read in fifteen seconds. Use when the user says \"I do not know this area\", \"give me the map\", \"zoom out\", \"orient me\".","module-map",{"claudeCode":12},"SKILL.md frontmatter at skills/module-map/SKILL.md",[603],{"path":480,"priority":327},{"basePath":605,"description":606,"displayName":607,"installMethods":608,"rationale":609,"selectedPaths":610,"source":330,"sourceLanguage":18,"type":247},"skills/orchestrate","Wire Commands, Agents, and Skills together for complex features. Use when building features that need research, planning, and implementation phases.","orchestrate",{"claudeCode":12},"SKILL.md frontmatter at skills/orchestrate/SKILL.md",[611],{"path":480,"priority":327},{"basePath":613,"description":614,"displayName":615,"installMethods":616,"rationale":617,"selectedPaths":618,"source":330,"sourceLanguage":18,"type":247},"skills/parallel-worktrees","Create and manage git worktrees for parallel coding sessions with zero dead time. Use when blocked on tests, builds, wanting to work on multiple branches, context switching, or exploring multiple approaches simultaneously.","parallel-worktrees",{"claudeCode":12},"SKILL.md frontmatter at skills/parallel-worktrees/SKILL.md",[619],{"path":480,"priority":327},{"basePath":621,"description":622,"displayName":623,"installMethods":624,"rationale":625,"selectedPaths":626,"source":330,"sourceLanguage":18,"type":247},"skills/permission-tuner","Analyze permission denial patterns and generate optimized alwaysAllow and alwaysDeny rules. Use when permission prompts are slowing you down or after sessions with many denials.","permission-tuner",{"claudeCode":12},"SKILL.md frontmatter at skills/permission-tuner/SKILL.md",[627],{"path":480,"priority":327},{"basePath":629,"description":630,"displayName":631,"installMethods":632,"rationale":633,"selectedPaths":634,"source":330,"sourceLanguage":18,"type":247},"skills/plan-interrogate","Stress-test a plan by walking its decision tree one question at a time. Use when the user wants to pressure-test a design before implementation.","plan-interrogate",{"claudeCode":12},"SKILL.md frontmatter at skills/plan-interrogate/SKILL.md",[635],{"path":480,"priority":327},{"basePath":637,"description":638,"displayName":246,"installMethods":639,"rationale":640,"selectedPaths":641,"source":330,"sourceLanguage":18,"type":247},"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",[642],{"path":480,"priority":327},{"basePath":644,"description":645,"displayName":646,"installMethods":647,"rationale":648,"selectedPaths":649,"source":330,"sourceLanguage":18,"type":247},"skills/replay-learnings","Surface past learnings relevant to the current task before starting work. Searches correction history, recalls past mistakes, and applies prior patterns. Use when starting a task, saying \"what do I know about\", \"previous mistakes\", \"lessons learned\", or \"remind me about\".","replay-learnings",{"claudeCode":12},"SKILL.md frontmatter at skills/replay-learnings/SKILL.md",[650],{"path":480,"priority":327},{"basePath":652,"description":653,"displayName":654,"installMethods":655,"rationale":656,"selectedPaths":657,"source":330,"sourceLanguage":18,"type":247},"skills/safe-mode","Prevent destructive operations using Claude Code hooks. Three modes — cautious (warn on dangerous commands), lockdown (restrict edits to one directory), and clear (remove restrictions). Uses PreToolUse matchers for Bash, Edit, and Write.","safe-mode",{"claudeCode":12},"SKILL.md frontmatter at skills/safe-mode/SKILL.md",[658],{"path":480,"priority":327},{"basePath":660,"description":661,"displayName":662,"installMethods":663,"rationale":664,"selectedPaths":665,"source":330,"sourceLanguage":18,"type":247},"skills/session-handoff","Generate a structured handoff document capturing current progress, open tasks, key decisions, and context needed to resume work. Use when ending a session, saying \"continue later\", \"save progress\", \"session summary\", or \"pick up where I left off\".","session-handoff",{"claudeCode":12},"SKILL.md frontmatter at skills/session-handoff/SKILL.md",[666],{"path":480,"priority":327},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":330,"sourceLanguage":18,"type":247},"skills/smart-commit","Run quality gates, review staged changes for issues, and create a well-crafted conventional commit. Use when saying \"commit\", \"git commit\", \"save my changes\", or ready to commit after making changes.","smart-commit",{"claudeCode":12},"SKILL.md frontmatter at skills/smart-commit/SKILL.md",[674],{"path":480,"priority":327},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":330,"sourceLanguage":18,"type":247},"skills/sprint-status","Track parallel work sessions and prevent confusion across multiple Claude Code instances. Every major step ends with a status line. Every question re-states project, branch, and task.","sprint-status",{"claudeCode":12},"SKILL.md frontmatter at skills/sprint-status/SKILL.md",[682],{"path":480,"priority":327},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":330,"sourceLanguage":18,"type":247},"skills/survey-generator","Compile a structured literature survey on any AI/ML topic. Agent curates a research bundle (taxonomy + sections + bibliography of real papers) from a public anchor resource, then a chosen LLM generates the survey artifact. Output target is a wiki page (markdown), not a one-off HTML — survey lands in `\u003Cwiki>/derived/surveys/\u003Cslug>.md` with full bibliography rows in `sources.md`. Provider-agnostic (Anthropic/OpenAI/OpenRouter/Fireworks/custom OpenAI-compat). Use when the user asks for a \"survey\", \"literature review\", \"lit review\", or \"deep dive\" on a technical topic.","survey-generator",{"claudeCode":12},"SKILL.md frontmatter at skills/survey-generator/SKILL.md",[690,691,693],{"path":480,"priority":327},{"path":692,"priority":579},"scripts/build-survey.js",{"path":694,"priority":579},"templates/research_bundle.template.json",{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":330,"sourceLanguage":18,"type":247},"skills/thoroughness-scoring","Score every decision point with a Thoroughness Rating (1-10). AI makes the marginal cost of doing things properly near-zero — pick the higher-rated option every time. Includes scope checks to distinguish contained vs unbounded work.","thoroughness-scoring",{"claudeCode":12},"SKILL.md frontmatter at skills/thoroughness-scoring/SKILL.md",[702],{"path":480,"priority":327},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":330,"sourceLanguage":18,"type":247},"skills/token-efficiency","Reduce token waste by 40-60% through anti-sycophancy rules, tool-call budgets, one-pass coding, task profiles, and read-before-write enforcement. Inspired by drona23/claude-token-efficient.","token-efficiency",{"claudeCode":12},"SKILL.md frontmatter at skills/token-efficiency/SKILL.md",[710],{"path":480,"priority":327},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":330,"sourceLanguage":18,"type":247},"skills/wiki-builder","Start, structure, and grow a persistent research wiki indexed in pro-workflow's SQLite knowledge base. Each wiki is a folder of markdown pages with provenance, plus a shadow FTS5 index so any session can recall it. Use when the user says \"start a wiki\", \"add to wiki\", \"compile a page\", \"wiki on X\", or wants a long-lived knowledge base on a topic, paper, product, person, project, or codebase.","wiki-builder",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-builder/SKILL.md",[718,719,721,723,725,727,729,731,733,735,737,739,741],{"path":480,"priority":327},{"path":720,"priority":340},"references/wiki-flavors.md",{"path":722,"priority":579},"scripts/init_wiki.sh",{"path":724,"priority":579},"scripts/wiki-cli.js",{"path":726,"priority":579},"templates/index.md",{"path":728,"priority":579},"templates/maintenance-log.md",{"path":730,"priority":579},"templates/prompts/compile-concept-page.md",{"path":732,"priority":579},"templates/prompts/compile-index.md",{"path":734,"priority":579},"templates/prompts/compile-source-page.md",{"path":736,"priority":579},"templates/prompts/lint-wiki.md",{"path":738,"priority":579},"templates/prompts/query-and-file.md",{"path":740,"priority":579},"templates/sources.md",{"path":742,"priority":579},"templates/wiki.config.md",{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":330,"sourceLanguage":18,"type":247},"skills/wiki-query","Query pro-workflow wikis via SQLite FTS5 BM25 retrieval. Returns top-K passages with citations. Use when answering a question that any of the user's wikis already covers, when the user says \"what does the wiki say about X\", \"ask wiki\", \"search wikis\", or before drafting a new wiki page (to avoid duplication).","wiki-query",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-query/SKILL.md",[750,751],{"path":480,"priority":327},{"path":752,"priority":579},"scripts/query.js",{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":330,"sourceLanguage":18,"type":247},"skills/wiki-research-loop","Auto-grow a pro-workflow wiki by running a budget-capped BFS research loop over pluggable source fetchers (web, arXiv, GitHub). Each iteration pops a seed from the queue, fetches sources, drafts a wiki page, dedupes claims against existing pages, enqueues follow-up seeds. Halts on budget cap, depth cap, or convergence. Use when the user says \"research \u003Ctopic>\", \"grow the \u003Cslug> wiki\", \"auto-research\", or wants a knowledge base that builds itself overnight.","wiki-research-loop",{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-research-loop/SKILL.md",[760,761,763,765,767],{"path":480,"priority":327},{"path":762,"priority":579},"scripts/research-loop.js",{"path":764,"priority":579},"scripts/source-fetchers/arxiv.js",{"path":766,"priority":579},"scripts/source-fetchers/github.js",{"path":768,"priority":579},"scripts/source-fetchers/web.js",{"basePath":244,"description":10,"displayName":13,"installMethods":770,"rationale":771,"selectedPaths":772,"source":330,"sourceLanguage":18,"type":247},{"claudeCode":12},"SKILL.md frontmatter at skills/wiki-viewer/SKILL.md",[773,774],{"path":480,"priority":327},{"path":775,"priority":579},"scripts/render.js",{"basePath":777,"description":778,"displayName":779,"installMethods":780,"rationale":781,"selectedPaths":782,"source":330,"sourceLanguage":18,"type":247},"skills/wrap-up","End-of-session ritual that audits changes, runs quality checks, captures learnings, and produces a session summary. Use when saying \"wrap up\", \"done for the day\", \"finish coding\", or ending a coding session.","wrap-up",{"claudeCode":12},"SKILL.md frontmatter at skills/wrap-up/SKILL.md",[783],{"path":480,"priority":327},{"sources":785},[786],"manual",{"npmPackage":246},{"closedIssues90d":232,"description":789,"forks":233,"homepage":790,"openIssues90d":8,"pushedAt":235,"readmeSize":230,"stars":236,"topics":791},"Claude Code learns from your corrections: self-correcting memory that compounds over 50+ sessions. Context engineering, parallel worktrees, agent teams, and 17 battle-tested skills.","https://rohitg00.github.io/pro-workflow/infographic.html",[792,793,794,274,795,796,296,797,798,799,800,801,516,277,802,300,275,297,803],"claude","claude-code","cursor","agent-orchestration","ai-agents","ai-workflow","claude-code-plugin","claude-code-skills","claude-skills","codex","gemini-cli","worktrees",{"downloads":238},{"classifiedAt":806,"discoverAt":807,"extractAt":808,"githubAt":808,"npmAt":809,"updatedAt":806},1778696594915,1778696588306,1778696590961,1778696593284,[214,212,216,215,213],{"evaluatedAt":242,"extractAt":291,"updatedAt":242},[],[814,843,864,893,919,948],{"_creationTime":815,"_id":816,"community":817,"display":818,"identity":824,"providers":828,"relations":836,"tags":838,"workflow":839},1778697205743.8945,"k17dxpwgb8be0ms7rk6143jdbx86m3rb",{"reviewCount":8},{"description":819,"installMethods":820,"name":822,"sourceUrl":823},"Knowledge about CSS classes, component patterns, and syntax highlighting in the presentation",{"claudeCode":821},"shanraisshan/claude-code-best-practice","presentation-styling","https://github.com/shanraisshan/claude-code-best-practice",{"basePath":825,"githubOwner":826,"githubRepo":827,"locale":18,"slug":822,"type":247},".claude/skills/presentation/presentation-styling","shanraisshan","claude-code-best-practice",{"evaluate":829,"extract":835},{"promptVersionExtension":205,"promptVersionScoring":206,"score":830,"tags":831,"targetMarket":217,"tier":218},100,[832,212,833,834,214],"css","presentation","styling",{"commitSha":280},{"repoId":837},"kd74710g49kxgwbfjxeb7s132d86myxr",[832,214,212,833,834],{"evaluatedAt":840,"extractAt":841,"updatedAt":842},1778697269622,1778697205743,1778697438896,{"_creationTime":844,"_id":845,"community":846,"display":847,"identity":851,"providers":854,"relations":859,"tags":860,"workflow":861},1778697205743.8943,"k175cp8c6m1kknsf9yhd75swn586m4hj",{"reviewCount":8},{"description":848,"installMethods":849,"name":850,"sourceUrl":823},"Knowledge about the presentation slide format, weight system, navigation, and section structure",{"claudeCode":821},"Presentation Structure",{"basePath":852,"githubOwner":826,"githubRepo":827,"locale":18,"slug":853,"type":247},".claude/skills/presentation/presentation-structure","presentation-structure",{"evaluate":855,"extract":858},{"promptVersionExtension":205,"promptVersionScoring":206,"score":830,"tags":856,"targetMarket":217,"tier":218},[833,212,214,857],"analysis",{"commitSha":280,"license":281},{"repoId":837},[857,214,212,833],{"evaluatedAt":862,"extractAt":841,"updatedAt":863},1778697246983,1778697438101,{"_creationTime":865,"_id":866,"community":867,"display":868,"identity":874,"providers":878,"relations":886,"tags":889,"workflow":890},1778695548458.4048,"k17e5nn93syzxrybh3he9fz5eh86nbme",{"reviewCount":8},{"description":869,"installMethods":870,"name":872,"sourceUrl":873},"Guide a person in becoming a better teacher and explainer. AI coaches content structuring, audience calibration, explanation clarity, Socratic questioning technique, feedback interpretation, and reflective practice for technical presentations, documentation, and mentoring. Use when a person needs to present technical content and wants preparation coaching, wants to write better documentation or tutorials, struggles to explain concepts across expertise levels, is mentoring a colleague, or is preparing for a talk or knowledge-sharing session.\n",{"claudeCode":871},"pjt222/agent-almanac","teach-guidance","https://github.com/pjt222/agent-almanac",{"basePath":875,"githubOwner":876,"githubRepo":877,"locale":18,"slug":872,"type":247},"skills/teach-guidance","pjt222","agent-almanac",{"evaluate":879,"extract":885},{"promptVersionExtension":205,"promptVersionScoring":206,"score":830,"tags":880,"targetMarket":217,"tier":218},[881,882,833,214,883,884],"teaching","coaching","explanation","guidance",{"commitSha":280},{"parentExtensionId":887,"repoId":888},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[882,214,883,884,833,881],{"evaluatedAt":891,"extractAt":892,"updatedAt":891},1778701952682,1778695548458,{"_creationTime":894,"_id":895,"community":896,"display":897,"identity":901,"providers":903,"relations":915,"tags":916,"workflow":917},1778695548458.385,"k17avw7n0q0zss1q5kna5zvjzx86mdvr",{"reviewCount":8},{"description":898,"installMethods":899,"name":900,"sourceUrl":873},"Prepare an organisation for regulatory inspection by assessing readiness against agency-specific focus areas (FDA, EMA, MHRA). Covers warning letter and 483 theme analysis, mock inspection protocols, document bundle preparation, inspection logistics, and response template creation. Use when a regulatory inspection has been announced or is anticipated, when a periodic self-assessment is due, when new systems have been implemented since the last inspection, or after a significant audit finding that may attract regulatory attention.\n",{"claudeCode":871},"prepare-inspection-readiness",{"basePath":902,"githubOwner":876,"githubRepo":877,"locale":18,"slug":900,"type":247},"skills/prepare-inspection-readiness",{"evaluate":904,"extract":914},{"promptVersionExtension":205,"promptVersionScoring":206,"score":830,"tags":905,"targetMarket":217,"tier":218},[906,907,908,909,910,911,912,214,913],"compliance","gxp","inspection","fda","ema","mhra","readiness","process-automation",{"commitSha":280},{"parentExtensionId":887,"repoId":888},[906,214,910,909,907,908,911,913,912],{"evaluatedAt":918,"extractAt":892,"updatedAt":918},1778700122939,{"_creationTime":920,"_id":921,"community":922,"display":923,"identity":929,"providers":933,"relations":941,"tags":944,"workflow":945},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":924,"installMethods":925,"name":927,"sourceUrl":928},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":926},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":930,"githubOwner":931,"githubRepo":932,"locale":18,"slug":927,"type":247},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":934,"extract":940},{"promptVersionExtension":205,"promptVersionScoring":206,"score":830,"tags":935,"targetMarket":217,"tier":218},[936,214,937,938,939],"search","research","information-retrieval","multi-agent",{"commitSha":280},{"parentExtensionId":942,"repoId":943},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[214,938,939,937,936],{"evaluatedAt":946,"extractAt":947,"updatedAt":946},1778699449790,1778699234184,{"_creationTime":949,"_id":950,"community":951,"display":952,"identity":956,"providers":958,"relations":966,"tags":967,"workflow":968},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":953,"installMethods":954,"name":955,"sourceUrl":928},"Deep codebase initialization with hierarchical AGENTS.md documentation",{"claudeCode":926},"deepinit",{"basePath":957,"githubOwner":931,"githubRepo":932,"locale":18,"slug":955,"type":247},"skills/deepinit",{"evaluate":959,"extract":965},{"promptVersionExtension":205,"promptVersionScoring":206,"score":830,"tags":960,"targetMarket":217,"tier":218},[214,961,962,963,964],"codebase","agent","typescript","javascript",{"commitSha":280},{"parentExtensionId":942,"repoId":943},[962,961,214,964,963],{"evaluatedAt":969,"extractAt":947,"updatedAt":969},1778699437749]