[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-rohitg00-session-handoff-en":3,"guides-for-rohitg00-session-handoff":815,"similar-k171j74916pv14gsma8r0zjaph86n7gh-en":816},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":246,"isFallback":237,"parentExtension":252,"providers":313,"relations":317,"repo":318,"tags":813,"workflow":814},1778696595410.5674,"k171j74916pv14gsma8r0zjaph86n7gh",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"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\".",{"claudeCode":12},"rohitg00/pro-workflow","Session Handoff","https://github.com/rohitg00/pro-workflow",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":227,"workflow":244},1778696990378.897,"kn74hpz7x69sx6ywe463dr32m186nnbe","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":200,"practices":204,"prerequisites":205,"promptVersionExtension":208,"promptVersionScoring":209,"purpose":210,"rationale":211,"score":212,"summary":213,"tags":214,"targetMarket":220,"tier":221,"useCases":222},[21,26,29,32,36,39,43,48,51,54,58,62,65,69,72,75,78,81,84,87,91,95,99,103,107,110,113,116,120,123,126,129,132,135,138,142,146,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 description clearly identifies the problem of needing to resume work smoothly after a session ends, naming specific phrases like 'continue later' and 'save progress'.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill generates a structured document for resuming work, which is a specific capability beyond basic LLM session management.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill's described workflow and output format cover the complete lifecycle of preparing a session for future resumption.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill focuses solely on generating a session handoff document, which is a single, coherent workflow.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The displayed description accurately reflects the skill's purpose of generating a structured handoff document for resuming work.",{"category":40,"check":41,"severity":24,"summary":42},"Invocation","Scoped tools","The skill uses specific git commands like 'git status' and 'git diff', which are narrow verb-noun tools.",{"category":44,"check":45,"severity":46,"summary":47},"Documentation","Configuration & parameter reference","not_applicable","The skill does not appear to have configurable options or parameters beyond the implicit context of the session.",{"category":33,"check":49,"severity":24,"summary":50},"Tool naming","The git commands used are standard and descriptive for their domain.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The git commands used request only the necessary information (status, diff, log, branch) and the output is structured markdown.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The README indicates an MIT license, which is a permissive OSS license.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The repository has recent commits, indicating active maintenance.",{"category":59,"check":63,"severity":46,"summary":64},"Dependency Management","The skill appears to rely only on standard git commands and does not list any third-party dependencies.",{"category":66,"check":67,"severity":46,"summary":68},"Security","Secret Management","The skill does not handle or expose secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill uses standard git commands and does not appear to load or execute untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill only uses bundled git commands and does not fetch remote content at runtime.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill only interacts with git commands, which operate within the standard project directory and do not modify files outside of it.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","No detached-process spawns or deny-retry loops were observed in the script commands.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill only uses git commands and does not submit any data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content and description appear free of hidden-steering tricks.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill does not use obfuscated code; only standard git commands are executed.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill relies on standard git functionality and does not make assumptions about specific project structures beyond the presence of a git repository.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository shows 0 open issues in the last 90 days and 5 closed issues, indicating active maintenance and responsiveness.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository has GitHub release tags and a clear commit history, indicating meaningful versioning.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The git commands themselves are standard and their arguments are validated by the git system.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The git commands used are primarily for inspection and status, not destructive operations.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","Git commands will naturally exit non-zero on failure, providing error messages that the LLM can interpret.",{"category":104,"check":114,"severity":46,"summary":115},"Logging","The skill does not perform destructive actions or outbound calls that would necessitate a local audit log.",{"category":117,"check":118,"severity":46,"summary":119},"Compliance","GDPR","The skill operates on git repository metadata and does not handle personal data.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill uses standard git commands and is globally applicable.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard git commands, which are universally available on POSIX-like systems.",{"category":44,"check":127,"severity":24,"summary":128},"README","The README is comprehensive and details the project's purpose, installation, and features.",{"category":33,"check":130,"severity":24,"summary":131},"Tool surface size","The skill utilizes a small, focused set of git commands.",{"category":40,"check":133,"severity":24,"summary":134},"Overlapping near-synonym tools","The git commands used are distinct and do not have near-synonym equivalents for similar actions within this skill's scope.",{"category":44,"check":136,"severity":24,"summary":137},"Phantom features","All features described in the README and SKILL.md correspond to implemented functionality via git commands.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions and examples of usage.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","Git commands typically provide informative error messages when operations fail.",{"category":147,"check":148,"severity":46,"summary":149},"Execution","Pinned dependencies","The skill relies on the system's git installation, not bundled third-party dependencies.",{"category":33,"check":151,"severity":46,"summary":152},"Dry-run preview","The skill's operations are primarily read-only, and no state-changing operations require a dry-run.",{"category":154,"check":155,"severity":46,"summary":156},"Protocol","Idempotent retry & timeouts","The skill's operations are local git commands and do not involve remote calls or state-changing operations requiring idempotency.",{"category":117,"check":158,"severity":46,"summary":159},"Telemetry opt-in","The skill does not appear to emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The description clearly states the skill generates a structured handoff document and provides specific triggers and context for its use.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the skill's core capability and purpose.",{"category":44,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise and well-organized, deferring detailed information to the README.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md provides a high-level overview and workflow, with the README offering more detailed explanations and examples.",{"category":170,"check":174,"severity":46,"summary":175},"Forked exploration","The skill is short-form and does not involve deep exploration or inspection that would necessitate forked context.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","The README provides clear examples of the git commands and how they contribute to the handoff document.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The skill implicitly handles edge cases through standard git command behavior (e.g., no repo, no changes) and the guardrails section provides guidance.",{"category":104,"check":183,"severity":46,"summary":184},"Tool Fallback","The skill relies on the system's git installation and does not depend on an external MCP with a fallback path.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's guardrails section implicitly addresses unexpected states by guiding the user to write factual, functional descriptions.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not rely on other specific skills being loaded.",1778696988869,"This skill generates a structured handoff document by executing git commands to capture the current state of a project, including branch, uncommitted changes, completed tasks, and key decisions, enabling smooth session resumption.",[195,196,197,198,199],"Generates structured session handoff documents","Captures current git status (branch, changes, commits)","Lists completed, in-progress, and pending work","Notes key decisions and learnings","Provides a copy-pasteable resume command",[201,202,203],"Performing automated code reviews or security audits","Managing project tasks or creating new issues","Actively modifying git history or committing changes",[],[206,207],"Git installed and configured","Extension must be run within a git repository","3.0.0","4.4.0","To ensure seamless continuation of work by generating a comprehensive session handoff document that captures all necessary context.","The skill is well-documented, follows best practices for scope and security, and has recent commits and good issue management. No critical or warning findings.",98,"A high-quality skill for generating session handoff documents using git.",[215,216,217,218,219],"git","workflow","documentation","developer-tools","session-management","global","verified",[223,224,225,226],"When ending a work session and wanting to resume later","To pass project context to another team member","To maintain a clear record of progress and decisions","When using phrases like 'continue later' or 'save progress'",{"codeQuality":228,"collectedAt":230,"documentation":231,"maintenance":234,"popularity":240,"security":242,"testCoverage":243},{"hasLockfile":229},true,1778696971501,{"descriptionLength":232,"readmeSize":233},247,22012,{"closedIssues90d":235,"forks":236,"hasChangelog":237,"openIssues90d":8,"pushedAt":238,"stars":239},5,203,false,1778554780000,2113,{"npmDownloads":241},611,{"hasNpmPackage":229,"smitheryVerified":237},{"hasCi":229,"hasTests":237},{"updatedAt":245},1778696990379,{"basePath":247,"githubOwner":248,"githubRepo":249,"locale":18,"slug":250,"type":251},"skills/session-handoff","rohitg00","pro-workflow","session-handoff","skill",{"_creationTime":253,"_id":254,"community":255,"display":256,"identity":262,"parentExtension":265,"providers":295,"relations":309,"tags":310,"workflow":311},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":249,"cursor":259,"npm":249,"skillkit":260},"/add-plugin pro-workflow","npx skillkit install pro-workflow","Pro Workflow",{"basePath":263,"githubOwner":248,"githubRepo":249,"locale":18,"slug":249,"type":264},"","plugin",{"_creationTime":266,"_id":267,"community":268,"display":269,"identity":272,"providers":274,"relations":289,"tags":291,"workflow":292},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":248,"githubRepo":249,"locale":18,"slug":249,"type":273},"marketplace",{"evaluate":275,"extract":282},{"promptVersionExtension":276,"promptVersionScoring":209,"score":277,"tags":278,"targetMarket":220,"tier":221},"3.1.0",99,[216,279,280,218,281],"productivity","ai-assistance","knowledge-management",{"commitSha":283,"license":284,"marketplace":285,"plugin":287},"HEAD","MIT",{"name":249,"pluginCount":286},1,{"mcpCount":8,"provider":288,"skillCount":8},"classify",{"repoId":290},"kd7am4e918eq98hrd9s31jm4vs86nn0b",[280,218,281,279,216],{"evaluatedAt":293,"extractAt":294,"updatedAt":293},1778696611346,1778696595410,{"evaluate":296,"extract":306},{"promptVersionExtension":208,"promptVersionScoring":209,"score":297,"tags":298,"targetMarket":220,"tier":305},96,[216,279,299,300,301,302,303,304],"ai-coding","self-correction","knowledge-base","sqlite","hooks","agents","community",{"commitSha":283,"license":284,"plugin":307},{"mcpCount":8,"provider":288,"skillCount":308},34,{"parentExtensionId":267,"repoId":290},[304,299,303,301,279,300,302,216],{"evaluatedAt":312,"extractAt":294,"updatedAt":312},1778696621396,{"evaluate":314,"extract":316},{"promptVersionExtension":208,"promptVersionScoring":209,"score":212,"tags":315,"targetMarket":220,"tier":221},[215,216,217,218,219],{"commitSha":283,"license":284},{"parentExtensionId":254,"repoId":290},{"_creationTime":319,"_id":290,"identity":320,"providers":321,"workflow":808},1778696588306.821,{"githubOwner":248,"githubRepo":249,"sourceUrl":14},{"classify":322,"discover":787,"extract":790,"github":791,"npm":807},{"commitSha":283,"extensions":323},[324,334,475,484,492,500,508,516,524,532,540,548,556,564,572,583,591,599,607,615,623,631,639,646,654,662,667,675,683,695,703,711,743,753,769,779],{"basePath":263,"description":270,"displayName":249,"installMethods":325,"rationale":326,"selectedPaths":327,"source":333,"sourceLanguage":18,"type":273},{"claudeCode":12},"marketplace.json at .claude-plugin/marketplace.json",[328,331],{"path":329,"priority":330},".claude-plugin/marketplace.json","mandatory",{"path":332,"priority":330},"README.md","rule",{"basePath":263,"description":257,"displayName":249,"installMethods":335,"license":284,"rationale":336,"selectedPaths":337,"source":333,"sourceLanguage":18,"type":264},{"claudeCode":249},"plugin manifest at .claude-plugin/plugin.json",[338,340,341,344,346,348,350,352,354,356,358,360,362,364,366,368,370,372,374,376,378,380,382,384,386,388,390,392,394,396,398,400,402,404,406,408,410,413,415,417,419,421,423,425,427,429,431,433,435,437,439,441,443,445,447,449,451,453,455,457,459,461,463,465,467,469,471,473],{"path":339,"priority":330},".claude-plugin/plugin.json",{"path":332,"priority":330},{"path":342,"priority":343},"skills/agent-teams/SKILL.md","medium",{"path":345,"priority":343},"skills/auto-setup/SKILL.md",{"path":347,"priority":343},"skills/batch-orchestration/SKILL.md",{"path":349,"priority":343},"skills/bug-capture/SKILL.md",{"path":351,"priority":343},"skills/compact-guard/SKILL.md",{"path":353,"priority":343},"skills/context-engineering/SKILL.md",{"path":355,"priority":343},"skills/context-optimizer/SKILL.md",{"path":357,"priority":343},"skills/cost-tracker/SKILL.md",{"path":359,"priority":343},"skills/deslop/SKILL.md",{"path":361,"priority":343},"skills/file-watcher/SKILL.md",{"path":363,"priority":343},"skills/insights/SKILL.md",{"path":365,"priority":343},"skills/learn-rule/SKILL.md",{"path":367,"priority":343},"skills/llm-council/SKILL.md",{"path":369,"priority":343},"skills/llm-gate/SKILL.md",{"path":371,"priority":343},"skills/mcp-audit/SKILL.md",{"path":373,"priority":343},"skills/module-map/SKILL.md",{"path":375,"priority":343},"skills/orchestrate/SKILL.md",{"path":377,"priority":343},"skills/parallel-worktrees/SKILL.md",{"path":379,"priority":343},"skills/permission-tuner/SKILL.md",{"path":381,"priority":343},"skills/plan-interrogate/SKILL.md",{"path":383,"priority":343},"skills/pro-workflow/SKILL.md",{"path":385,"priority":343},"skills/replay-learnings/SKILL.md",{"path":387,"priority":343},"skills/safe-mode/SKILL.md",{"path":389,"priority":343},"skills/session-handoff/SKILL.md",{"path":391,"priority":343},"skills/smart-commit/SKILL.md",{"path":393,"priority":343},"skills/sprint-status/SKILL.md",{"path":395,"priority":343},"skills/survey-generator/SKILL.md",{"path":397,"priority":343},"skills/thoroughness-scoring/SKILL.md",{"path":399,"priority":343},"skills/token-efficiency/SKILL.md",{"path":401,"priority":343},"skills/wiki-builder/SKILL.md",{"path":403,"priority":343},"skills/wiki-query/SKILL.md",{"path":405,"priority":343},"skills/wiki-research-loop/SKILL.md",{"path":407,"priority":343},"skills/wiki-viewer/SKILL.md",{"path":409,"priority":343},"skills/wrap-up/SKILL.md",{"path":411,"priority":412},"agents/context-engineer.md","high",{"path":414,"priority":412},"agents/cost-analyst.md",{"path":416,"priority":412},"agents/debugger.md",{"path":418,"priority":412},"agents/orchestrator.md",{"path":420,"priority":412},"agents/permission-analyst.md",{"path":422,"priority":412},"agents/planner.md",{"path":424,"priority":412},"agents/reviewer.md",{"path":426,"priority":412},"agents/scout.md",{"path":428,"priority":412},"commands/auto-setup.md",{"path":430,"priority":412},"commands/commit.md",{"path":432,"priority":412},"commands/compact-guard.md",{"path":434,"priority":412},"commands/context-optimizer.md",{"path":436,"priority":412},"commands/cost-tracker.md",{"path":438,"priority":412},"commands/deslop.md",{"path":440,"priority":412},"commands/develop.md",{"path":442,"priority":412},"commands/doctor.md",{"path":444,"priority":412},"commands/handoff.md",{"path":446,"priority":412},"commands/insights.md",{"path":448,"priority":412},"commands/learn-rule.md",{"path":450,"priority":412},"commands/learn.md",{"path":452,"priority":412},"commands/list.md",{"path":454,"priority":412},"commands/mcp-audit.md",{"path":456,"priority":412},"commands/parallel.md",{"path":458,"priority":412},"commands/permission-tuner.md",{"path":460,"priority":412},"commands/replay.md",{"path":462,"priority":412},"commands/safe-mode.md",{"path":464,"priority":412},"commands/search.md",{"path":466,"priority":412},"commands/sprint-status.md",{"path":468,"priority":412},"commands/wiki.md",{"path":470,"priority":412},"commands/wrap-up.md",{"path":472,"priority":412},"hooks/hooks.json",{"path":474,"priority":412},".cursor-plugin/plugin.json",{"basePath":476,"description":477,"displayName":478,"installMethods":479,"rationale":480,"selectedPaths":481,"source":333,"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",[482],{"path":483,"priority":330},"SKILL.md",{"basePath":485,"description":486,"displayName":487,"installMethods":488,"rationale":489,"selectedPaths":490,"source":333,"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",[491],{"path":483,"priority":330},{"basePath":493,"description":494,"displayName":495,"installMethods":496,"rationale":497,"selectedPaths":498,"source":333,"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",[499],{"path":483,"priority":330},{"basePath":501,"description":502,"displayName":503,"installMethods":504,"rationale":505,"selectedPaths":506,"source":333,"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",[507],{"path":483,"priority":330},{"basePath":509,"description":510,"displayName":511,"installMethods":512,"rationale":513,"selectedPaths":514,"source":333,"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",[515],{"path":483,"priority":330},{"basePath":517,"description":518,"displayName":519,"installMethods":520,"rationale":521,"selectedPaths":522,"source":333,"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",[523],{"path":483,"priority":330},{"basePath":525,"description":526,"displayName":527,"installMethods":528,"rationale":529,"selectedPaths":530,"source":333,"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",[531],{"path":483,"priority":330},{"basePath":533,"description":534,"displayName":535,"installMethods":536,"rationale":537,"selectedPaths":538,"source":333,"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",[539],{"path":483,"priority":330},{"basePath":541,"description":542,"displayName":543,"installMethods":544,"rationale":545,"selectedPaths":546,"source":333,"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",[547],{"path":483,"priority":330},{"basePath":549,"description":550,"displayName":551,"installMethods":552,"rationale":553,"selectedPaths":554,"source":333,"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",[555],{"path":483,"priority":330},{"basePath":557,"description":558,"displayName":559,"installMethods":560,"rationale":561,"selectedPaths":562,"source":333,"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",[563],{"path":483,"priority":330},{"basePath":565,"description":566,"displayName":567,"installMethods":568,"rationale":569,"selectedPaths":570,"source":333,"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",[571],{"path":483,"priority":330},{"basePath":573,"description":574,"displayName":575,"installMethods":576,"rationale":577,"selectedPaths":578,"source":333,"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",[579,580],{"path":483,"priority":330},{"path":581,"priority":582},"scripts/council.js","low",{"basePath":584,"description":585,"displayName":586,"installMethods":587,"rationale":588,"selectedPaths":589,"source":333,"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",[590],{"path":483,"priority":330},{"basePath":592,"description":593,"displayName":594,"installMethods":595,"rationale":596,"selectedPaths":597,"source":333,"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",[598],{"path":483,"priority":330},{"basePath":600,"description":601,"displayName":602,"installMethods":603,"rationale":604,"selectedPaths":605,"source":333,"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",[606],{"path":483,"priority":330},{"basePath":608,"description":609,"displayName":610,"installMethods":611,"rationale":612,"selectedPaths":613,"source":333,"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",[614],{"path":483,"priority":330},{"basePath":616,"description":617,"displayName":618,"installMethods":619,"rationale":620,"selectedPaths":621,"source":333,"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",[622],{"path":483,"priority":330},{"basePath":624,"description":625,"displayName":626,"installMethods":627,"rationale":628,"selectedPaths":629,"source":333,"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",[630],{"path":483,"priority":330},{"basePath":632,"description":633,"displayName":634,"installMethods":635,"rationale":636,"selectedPaths":637,"source":333,"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",[638],{"path":483,"priority":330},{"basePath":640,"description":641,"displayName":249,"installMethods":642,"rationale":643,"selectedPaths":644,"source":333,"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",[645],{"path":483,"priority":330},{"basePath":647,"description":648,"displayName":649,"installMethods":650,"rationale":651,"selectedPaths":652,"source":333,"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",[653],{"path":483,"priority":330},{"basePath":655,"description":656,"displayName":657,"installMethods":658,"rationale":659,"selectedPaths":660,"source":333,"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",[661],{"path":483,"priority":330},{"basePath":247,"description":10,"displayName":250,"installMethods":663,"rationale":664,"selectedPaths":665,"source":333,"sourceLanguage":18,"type":251},{"claudeCode":12},"SKILL.md frontmatter at skills/session-handoff/SKILL.md",[666],{"path":483,"priority":330},{"basePath":668,"description":669,"displayName":670,"installMethods":671,"rationale":672,"selectedPaths":673,"source":333,"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",[674],{"path":483,"priority":330},{"basePath":676,"description":677,"displayName":678,"installMethods":679,"rationale":680,"selectedPaths":681,"source":333,"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",[682],{"path":483,"priority":330},{"basePath":684,"description":685,"displayName":686,"installMethods":687,"rationale":688,"selectedPaths":689,"source":333,"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",[690,691,693],{"path":483,"priority":330},{"path":692,"priority":582},"scripts/build-survey.js",{"path":694,"priority":582},"templates/research_bundle.template.json",{"basePath":696,"description":697,"displayName":698,"installMethods":699,"rationale":700,"selectedPaths":701,"source":333,"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",[702],{"path":483,"priority":330},{"basePath":704,"description":705,"displayName":706,"installMethods":707,"rationale":708,"selectedPaths":709,"source":333,"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",[710],{"path":483,"priority":330},{"basePath":712,"description":713,"displayName":714,"installMethods":715,"rationale":716,"selectedPaths":717,"source":333,"sourceLanguage":18,"type":251},"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":483,"priority":330},{"path":720,"priority":343},"references/wiki-flavors.md",{"path":722,"priority":582},"scripts/init_wiki.sh",{"path":724,"priority":582},"scripts/wiki-cli.js",{"path":726,"priority":582},"templates/index.md",{"path":728,"priority":582},"templates/maintenance-log.md",{"path":730,"priority":582},"templates/prompts/compile-concept-page.md",{"path":732,"priority":582},"templates/prompts/compile-index.md",{"path":734,"priority":582},"templates/prompts/compile-source-page.md",{"path":736,"priority":582},"templates/prompts/lint-wiki.md",{"path":738,"priority":582},"templates/prompts/query-and-file.md",{"path":740,"priority":582},"templates/sources.md",{"path":742,"priority":582},"templates/wiki.config.md",{"basePath":744,"description":745,"displayName":746,"installMethods":747,"rationale":748,"selectedPaths":749,"source":333,"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",[750,751],{"path":483,"priority":330},{"path":752,"priority":582},"scripts/query.js",{"basePath":754,"description":755,"displayName":756,"installMethods":757,"rationale":758,"selectedPaths":759,"source":333,"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",[760,761,763,765,767],{"path":483,"priority":330},{"path":762,"priority":582},"scripts/research-loop.js",{"path":764,"priority":582},"scripts/source-fetchers/arxiv.js",{"path":766,"priority":582},"scripts/source-fetchers/github.js",{"path":768,"priority":582},"scripts/source-fetchers/web.js",{"basePath":770,"description":771,"displayName":772,"installMethods":773,"rationale":774,"selectedPaths":775,"source":333,"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",[776,777],{"path":483,"priority":330},{"path":778,"priority":582},"scripts/render.js",{"basePath":780,"description":781,"displayName":782,"installMethods":783,"rationale":784,"selectedPaths":785,"source":333,"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",[786],{"path":483,"priority":330},{"sources":788},[789],"manual",{"npmPackage":249},{"closedIssues90d":235,"description":792,"forks":236,"homepage":793,"openIssues90d":8,"pushedAt":238,"readmeSize":233,"stars":239,"topics":794},"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",[795,796,797,216,798,799,299,800,801,802,803,804,519,218,805,303,279,300,806],"claude","claude-code","cursor","agent-orchestration","ai-agents","ai-workflow","claude-code-plugin","claude-code-skills","claude-skills","codex","gemini-cli","worktrees",{"downloads":241},{"classifiedAt":809,"discoverAt":810,"extractAt":811,"githubAt":811,"npmAt":812,"updatedAt":809},1778696594915,1778696588306,1778696590961,1778696593284,[218,217,215,219,216],{"evaluatedAt":245,"extractAt":294,"updatedAt":245},[],[817,847,874,904,932,960],{"_creationTime":818,"_id":819,"community":820,"display":821,"identity":827,"providers":832,"relations":840,"tags":842,"workflow":843},1778696473190.3645,"k175pwr78zcnem11h4am251frn86mh2m",{"reviewCount":8},{"description":822,"installMethods":823,"name":825,"sourceUrl":826},"Run /handoff to capture session data, then write a phased implementation plan that references it. Creates beads for tracking.",{"claudeCode":824},"REMvisual/claude-handoff","Claude Handoff","https://github.com/REMvisual/claude-handoff",{"basePath":828,"githubOwner":829,"githubRepo":830,"locale":18,"slug":831,"type":251},"skills/handoffplan","REMvisual","claude-handoff","handoffplan",{"evaluate":833,"extract":839},{"promptVersionExtension":208,"promptVersionScoring":209,"score":834,"tags":835,"targetMarket":220,"tier":221},100,[836,837,219,838,218],"context","planning","code-review",{"commitSha":283,"license":284},{"repoId":841},"kd751dv4xqaztg0deehhxazcjn86mynf",[838,836,218,837,219],{"evaluatedAt":844,"extractAt":845,"updatedAt":846},1778696514353,1778696473190,1778696537692,{"_creationTime":848,"_id":849,"community":850,"display":851,"identity":857,"providers":861,"relations":868,"tags":870,"workflow":871},1778696505500.006,"k1754f7285hvja3svvh212kj8586maxr",{"reviewCount":8},{"description":852,"installMethods":853,"name":855,"sourceUrl":856},"Checklist and automation guide for adding a new skill to the OPC Skills project. Ensures all required files, metadata, logos, and listings are created before release. Use when adding a new skill, publishing a skill, or preparing a skill for release.",{"claudeCode":854},"ReScienceLab/opc-skills","add-new-opc-skill","https://github.com/ReScienceLab/opc-skills",{"basePath":858,"githubOwner":859,"githubRepo":860,"locale":18,"slug":855,"type":251},".factory/skills/add-new-opc-skill","ReScienceLab","opc-skills",{"evaluate":862,"extract":867},{"promptVersionExtension":208,"promptVersionScoring":209,"score":834,"tags":863,"targetMarket":220,"tier":221},[217,864,865,866,216],"automation","development","checklist",{"commitSha":283},{"repoId":869},"kd7fj56h5kejcgm6hcjmzn79xd86m7wa",[864,866,865,217,216],{"evaluatedAt":872,"extractAt":873,"updatedAt":872},1778696744286,1778696505500,{"_creationTime":875,"_id":876,"community":877,"display":878,"identity":884,"providers":889,"relations":897,"tags":900,"workflow":901},1778699234184.6157,"k177tdbfgqmwhtaqv771f2ych586nne9",{"reviewCount":8},{"description":879,"installMethods":880,"name":882,"sourceUrl":883},"Worktree-first dev environment manager for issues, PRs, and features with optional tmux sessions",{"claudeCode":881},"Yeachan-Heo/oh-my-claudecode","Project Session Manager","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":885,"githubOwner":886,"githubRepo":887,"locale":18,"slug":888,"type":251},"skills/project-session-manager","Yeachan-Heo","oh-my-claudecode","project-session-manager",{"evaluate":890,"extract":896},{"promptVersionExtension":208,"promptVersionScoring":209,"score":834,"tags":891,"targetMarket":220,"tier":221},[215,892,216,893,864,894,895],"development-environment","tmux","cli","developer-tool",{"commitSha":283,"license":284},{"parentExtensionId":898,"repoId":899},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[864,894,895,892,215,893,216],{"evaluatedAt":902,"extractAt":903,"updatedAt":902},1778699613343,1778699234184,{"_creationTime":905,"_id":906,"community":907,"display":908,"identity":914,"providers":917,"relations":925,"tags":928,"workflow":929},1778699018122.8052,"k1724eg9dj5dp6j1f2hxpdmja586mg1p",{"reviewCount":8},{"description":909,"installMethods":910,"name":912,"sourceUrl":913},"Master TypeScript's advanced type system including generics, conditional types, mapped types, template literals, and utility types for building type-safe applications. Use when implementing complex type logic, creating reusable type utilities, or ensuring compile-time type safety in TypeScript projects.",{"claudeCode":911},"wshobson/agents","typescript-advanced-types","https://github.com/wshobson/agents",{"basePath":915,"githubOwner":916,"githubRepo":304,"locale":18,"slug":912,"type":251},"plugins/javascript-typescript/skills/typescript-advanced-types","wshobson",{"evaluate":918,"extract":924},{"promptVersionExtension":208,"promptVersionScoring":209,"score":834,"tags":919,"targetMarket":220,"tier":221},[920,921,922,923,218],"typescript","types","generics","programming",{"commitSha":283},{"parentExtensionId":926,"repoId":927},"k17821k05dymw6mmaehq84b46986mf3f","kd74de64zj0axtg5b8t7eqqe2x86nske",[218,922,923,921,920],{"evaluatedAt":930,"extractAt":931,"updatedAt":930},1778701655608,1778699018122,{"_creationTime":933,"_id":934,"community":935,"display":936,"identity":942,"providers":947,"relations":953,"tags":956,"workflow":957},1778696691708.329,"k170yjw596k3cg892bq130jyd186mhyz",{"reviewCount":8},{"description":937,"installMethods":938,"name":940,"sourceUrl":941},"Validate a Claude Code plugin structure, frontmatter, and MCP tool references",{"claudeCode":939},"ruvnet/ruflo","Validate Plugin","https://github.com/ruvnet/ruflo",{"basePath":943,"githubOwner":944,"githubRepo":945,"locale":18,"slug":946,"type":251},"plugins/ruflo-plugin-creator/skills/validate-plugin","ruvnet","ruflo","validate-plugin",{"evaluate":948,"extract":952},{"promptVersionExtension":208,"promptVersionScoring":209,"score":834,"tags":949,"targetMarket":220,"tier":221},[950,264,218,796,951],"validation","mcp",{"commitSha":283,"license":284},{"parentExtensionId":954,"repoId":955},"k17f4y1y2y777p7zrxxhbnf03n86mr5j","kd7ed28gj8n0y3msk5dzrp05zs86nqtc",[796,218,951,264,950],{"evaluatedAt":958,"extractAt":959,"updatedAt":958},1778701241052,1778696691708,{"_creationTime":961,"_id":962,"community":963,"display":964,"identity":968,"providers":970,"relations":978,"tags":980,"workflow":981},1778696691708.3264,"k179thjzaw5kepc7zhdj9sat3n86mcqp",{"reviewCount":8},{"description":965,"installMethods":966,"name":967,"sourceUrl":941},"Validate pending migrations for foreign key consistency, rollback safety, and best practices",{"claudeCode":939},"migrate-validate",{"basePath":969,"githubOwner":944,"githubRepo":945,"locale":18,"slug":967,"type":251},"plugins/ruflo-migrations/skills/migrate-validate",{"evaluate":971,"extract":977},{"promptVersionExtension":208,"promptVersionScoring":209,"score":834,"tags":972,"targetMarket":220,"tier":221},[973,974,975,950,976,218],"database","migrations","sql","code-quality",{"commitSha":283},{"parentExtensionId":979,"repoId":955},"k176me0sh9b6bc3gzttnywx4w986njzh",[976,973,218,974,975,950],{"evaluatedAt":982,"extractAt":959,"updatedAt":982},1778701008912]