[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"extension-skill-mattpocock-handoff-en":3,"guides-for-mattpocock-handoff":578,"similar-k17b6h65ed2h5ks5ygb71e91fs86nv4b-en":579},{"_creationTime":4,"_id":5,"children":6,"community":7,"display":9,"evaluation":15,"identity":238,"isFallback":222,"parentExtension":243,"providers":277,"relations":281,"repo":282,"tags":576,"workflow":577},1778692846401.1533,"k17b6h65ed2h5ks5ygb71e91fs86nv4b",[],{"reviewCount":8},0,{"description":10,"installMethods":11,"name":13,"sourceUrl":14},"Compact the current conversation into a handoff document for another agent to pick up.",{"claudeCode":12},"mattpocock/skills","handoff","https://github.com/mattpocock/skills",{"_creationTime":16,"_id":17,"extensionId":5,"locale":18,"result":19,"trustSignals":220,"workflow":236},1778693497327.1965,"kn7b5bc2wvbem3npaft0h5znch86mbxy","en",{"checks":20,"evaluatedAt":192,"extensionSummary":193,"features":194,"nonGoals":199,"promptVersionExtension":203,"promptVersionScoring":204,"purpose":205,"rationale":206,"score":207,"summary":208,"tags":209,"targetMarket":213,"tier":214,"useCases":215},[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,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 states the problem of compacting conversations for agent handoffs and mentions saving to a file and suggesting skills, which is a concrete user problem.",{"category":22,"check":27,"severity":24,"summary":28},"Unique selling proposition","The skill offers a specific function to create a handoff document, which is more than a generic conversation summarizer. It also includes nuanced instructions on what to include and exclude.",{"category":22,"check":30,"severity":24,"summary":31},"Production readiness","The skill covers the complete lifecycle of creating a handoff document, including saving it to a file and suggesting next steps.",{"category":33,"check":34,"severity":24,"summary":35},"Scope","Single responsibility principle","The skill has a single, clear responsibility: to create a handoff document for agent continuity.",{"category":33,"check":37,"severity":24,"summary":38},"Description quality","The description accurately and concisely reflects the skill's functionality of compacting conversations for agent handoffs.",{"category":40,"check":41,"severity":42,"summary":43},"Invocation","Scoped tools","not_applicable","This skill does not expose tools; it is a single-purpose skill invoked directly by the user.",{"category":45,"check":46,"severity":24,"summary":47},"Documentation","Configuration & parameter reference","The SKILL.md clearly documents the argument hint and provides instructions on usage and output.",{"category":33,"check":49,"severity":42,"summary":50},"Tool naming","This is a single-purpose skill, not a set of tools with names to evaluate.",{"category":33,"check":52,"severity":24,"summary":53},"Minimal I/O surface","The skill takes a single optional argument and produces a file output, which is a minimal and well-defined I/O surface.",{"category":55,"check":56,"severity":24,"summary":57},"License","License usability","The MIT license is clearly provided in a LICENSE file, allowing for permissive use.",{"category":59,"check":60,"severity":24,"summary":61},"Maintenance","Commit recency","The last commit was on 2026-05-13, which is recent.",{"category":59,"check":63,"severity":42,"summary":64},"Dependency Management","The skill does not appear to use any third-party dependencies.",{"category":66,"check":67,"severity":42,"summary":68},"Security","Secret Management","The skill does not handle any secrets.",{"category":66,"check":70,"severity":24,"summary":71},"Injection","The skill operates on conversation context and file outputs, with no indication of loading or executing untrusted third-party data.",{"category":66,"check":73,"severity":24,"summary":74},"Transitive Supply-Chain Grenades","The skill does not fetch remote content or execute code from external sources.",{"category":66,"check":76,"severity":24,"summary":77},"Sandbox Isolation","The skill operates within its designated scope, creating a temporary file and interacting with the conversation context without touching external files or systems.",{"category":66,"check":79,"severity":24,"summary":80},"Sandbox escape primitives","There are no detached process spawns or deny-retry loops evident in the skill's operation.",{"category":66,"check":82,"severity":24,"summary":83},"Data Exfiltration","The skill's function is to summarize the current conversation context into a document and does not involve submitting confidential data to a third party.",{"category":66,"check":85,"severity":24,"summary":86},"Hidden Text Tricks","The bundled content is free of hidden-steering tricks and uses clean printable ASCII.",{"category":88,"check":89,"severity":24,"summary":90},"Hooks","Opaque code execution","The skill's logic is presented in plain, readable source code, with no obfuscation.",{"category":92,"check":93,"severity":24,"summary":94},"Portability","Structural Assumption","The skill assumes standard shell utilities like `mktemp` but does not make assumptions about user-specific project organization outside of its own execution scope.",{"category":96,"check":97,"severity":24,"summary":98},"Trust","Issues Attention","The repository has 27 open issues and 117 closed issues in the last 90 days, indicating a good closure rate (77%) and active maintenance.",{"category":100,"check":101,"severity":24,"summary":102},"Versioning","Release Management","The repository has a recent commit date and many stars, suggesting active development and community interest, although a formal versioning system is not explicitly stated.",{"category":104,"check":105,"severity":24,"summary":106},"Code Execution","Validation","The skill validates its single input argument (argument hint) and handles file path generation with `mktemp`, indicating proper input handling.",{"category":66,"check":108,"severity":24,"summary":109},"Unguarded Destructive Operations","The skill creates a temporary file, which is a non-destructive operation that does not require special guarding.",{"category":104,"check":111,"severity":24,"summary":112},"Error Handling","The SKILL.md provides clear instructions on handling potential issues, such as referencing external files and ensuring the correct usage of skills, implying robust error handling.",{"category":104,"check":114,"severity":42,"summary":115},"Logging","The skill does not perform destructive actions or outbound calls that would necessitate local audit logging.",{"category":117,"check":118,"severity":24,"summary":119},"Compliance","GDPR","The skill summarizes conversation context and does not inherently operate on personal data that requires special sanitization.",{"category":117,"check":121,"severity":24,"summary":122},"Target market","The skill is a general-purpose conversation summarization tool and has no regional or jurisdictional limitations; it is global.",{"category":92,"check":124,"severity":24,"summary":125},"Runtime stability","The skill relies on standard shell utilities and conversation context, making it broadly portable across different environments.",{"category":45,"check":127,"severity":24,"summary":128},"README","The README provides a comprehensive overview of the skills repository, including the purpose and installation of individual skills.",{"category":33,"check":130,"severity":42,"summary":131},"Tool surface size","This is a single-purpose skill and does not expose multiple tools or commands.",{"category":40,"check":133,"severity":42,"summary":134},"Overlapping near-synonym tools","This is a single-purpose skill and does not have overlapping tools.",{"category":45,"check":136,"severity":24,"summary":137},"Phantom features","All advertised features in the README and SKILL.md are implemented.",{"category":139,"check":140,"severity":24,"summary":141},"Install","Installation instruction","The README provides clear installation instructions with a copy-pasteable command and describes the setup process.",{"category":143,"check":144,"severity":24,"summary":145},"Errors","Actionable error messages","The SKILL.md provides guidance on how to use the skill and implies that errors would be reported if input is malformed or incorrectly used.",{"category":147,"check":148,"severity":42,"summary":149},"Execution","Pinned dependencies","No third-party dependencies are used by this skill.",{"category":33,"check":151,"severity":42,"summary":152},"Dry-run preview","The skill's primary action is to create a file, which is not a state-changing or outbound operation that would benefit from a dry-run.",{"category":154,"check":155,"severity":42,"summary":156},"Protocol","Idempotent retry & timeouts","The skill does not perform remote calls or state-changing operations that would require idempotency or timeouts.",{"category":117,"check":158,"severity":42,"summary":159},"Telemetry opt-in","The skill does not emit telemetry.",{"category":40,"check":161,"severity":24,"summary":162},"Precise Purpose","The skill clearly states its purpose of compacting conversations into handoff documents for agent continuity, and mentions saving to a file and suggesting skills.",{"category":40,"check":164,"severity":24,"summary":165},"Concise Frontmatter","The frontmatter is concise and effectively summarizes the core capability and arguments.",{"category":45,"check":167,"severity":24,"summary":168},"Concise Body","The SKILL.md is concise, under 500 lines, and delegates deeper material to external files.",{"category":170,"check":171,"severity":24,"summary":172},"Context","Progressive Disclosure","The SKILL.md is concise and does not embed large amounts of material that would require progressive disclosure.",{"category":170,"check":174,"severity":42,"summary":175},"Forked exploration","This skill is short-form and does not involve deep exploration or code review.",{"category":22,"check":177,"severity":24,"summary":178},"Usage examples","While not explicitly showing an invocation example, the SKILL.md provides clear instructions on how the skill is used and what its output should be.",{"category":22,"check":180,"severity":24,"summary":181},"Edge cases","The SKILL.md mentions handling user-passed arguments and referencing external files, and implies clear reporting for unexpected states.",{"category":104,"check":183,"severity":42,"summary":184},"Tool Fallback","This skill does not rely on external MCP tools or have a fallback path.",{"category":186,"check":187,"severity":24,"summary":188},"Safety","Halt on unexpected state","The skill's instructions imply that unexpected states, such as malformed input or missing prerequisites, would lead to a halt and report.",{"category":92,"check":190,"severity":24,"summary":191},"Cross-skill coupling","The skill is self-contained and does not implicitly rely on other skills being loaded.",1778693497219,"This skill compacts the current conversation into a handoff document, suitable for another agent to continue the work. It suggests skills to be used in the next session and avoids duplicating content found in other artifacts. It saves the output to a temporary markdown file.",[195,196,197,198],"Compact conversation into handoff document","Suggest skills for next session","Reference external documents","Save output to a temporary file",[200,201,202],"Replacing comprehensive project documentation","Acting as a primary source of truth for project plans","Generating new technical content or designs","3.0.0","4.4.0","To create a concise and actionable handoff document, allowing seamless continuation of work between AI agents by summarizing conversations and suggesting next steps.","The skill is well-documented, secure, and performs a specific, useful function for agent workflows. The only minor area for improvement would be explicit invocation examples, though the instructions are clear.",98,"High-quality skill for creating agent handoff documents.",[210,13,211,212],"documentation","conversation","agent-workflow","global","verified",[216,217,218,219],"Transitioning a complex task to another agent","Summarizing meeting notes for future reference","Creating a digest of a long debugging session for a colleague","Preparing context for a follow-up agent session",{"codeQuality":221,"collectedAt":223,"documentation":224,"maintenance":227,"security":233,"testCoverage":235},{"hasLockfile":222},false,1778693481209,{"descriptionLength":225,"readmeSize":226},86,11516,{"closedIssues90d":228,"forks":229,"hasChangelog":222,"openIssues90d":230,"pushedAt":231,"stars":232},117,6767,27,1778677522000,78489,{"hasNpmPackage":222,"license":234,"smitheryVerified":222},"MIT",{"hasCi":222,"hasTests":222},{"updatedAt":237},1778693497327,{"basePath":239,"githubOwner":240,"githubRepo":241,"locale":18,"slug":13,"type":242},"skills/productivity/handoff","mattpocock","skills","skill",{"_creationTime":244,"_id":245,"community":246,"display":247,"identity":251,"parentExtension":254,"providers":255,"relations":271,"tags":273,"workflow":274},1778692846401.1467,"k171mc92f05dc4v6jzgf6bng7d86mr9t",{"reviewCount":8},{"description":248,"installMethods":249,"name":250,"sourceUrl":14},"Skills for Real Engineers. Straight from my .claude directory.",{"claudeCode":250},"mattpocock-skills",{"basePath":252,"githubOwner":240,"githubRepo":241,"locale":18,"slug":241,"type":253},"","plugin",null,{"evaluate":256,"extract":266},{"promptVersionExtension":203,"promptVersionScoring":204,"score":257,"tags":258,"targetMarket":213,"tier":265},79,[259,260,261,262,263,264],"engineering","productivity","ai-tools","developer-tools","code-quality","refactoring","community",{"commitSha":267,"plugin":268},"HEAD",{"mcpCount":8,"provider":269,"skillCount":270},"classify",14,{"repoId":272},"kd70nm2vazehgqc4j28ve6cwv986mv1s",[261,263,262,259,260,264],{"evaluatedAt":275,"extractAt":276,"updatedAt":275},1778692867921,1778692846401,{"evaluate":278,"extract":280},{"promptVersionExtension":203,"promptVersionScoring":204,"score":207,"tags":279,"targetMarket":213,"tier":214},[210,13,211,212],{"commitSha":267},{"parentExtensionId":245,"repoId":272},{"_creationTime":283,"_id":272,"identity":284,"providers":285,"workflow":572},1778692842371.0967,{"githubOwner":240,"githubRepo":241,"sourceUrl":14},{"classify":286,"discover":567,"github":570},{"commitSha":267,"extensions":287},[288,301,310,318,326,334,345,358,372,384,402,420,428,436,448,456,464,472,480,488,498,506,514,522,530,538,546,554,559],{"basePath":252,"displayName":250,"installMethods":289,"rationale":290,"selectedPaths":291,"source":300,"sourceLanguage":18,"type":253},{"claudeCode":250},"plugin manifest at .claude-plugin/plugin.json",[292,295,297],{"path":293,"priority":294},".claude-plugin/plugin.json","mandatory",{"path":296,"priority":294},"README.md",{"path":298,"priority":299},"LICENSE","high","rule",{"basePath":302,"description":303,"displayName":304,"installMethods":305,"rationale":306,"selectedPaths":307,"source":300,"sourceLanguage":18,"type":242},"skills/deprecated/design-an-interface","Generate multiple radically different interface designs for a module using parallel sub-agents. Use when user wants to design an API, explore interface options, compare module shapes, or mentions \"design it twice\".","design-an-interface",{"claudeCode":12},"SKILL.md frontmatter at skills/deprecated/design-an-interface/SKILL.md",[308],{"path":309,"priority":294},"SKILL.md",{"basePath":311,"description":312,"displayName":313,"installMethods":314,"rationale":315,"selectedPaths":316,"source":300,"sourceLanguage":18,"type":242},"skills/deprecated/qa","Interactive QA session where user reports bugs or issues conversationally, and the agent files GitHub issues. Explores the codebase in the background for context and domain language. Use when user wants to report bugs, do QA, file issues conversationally, or mentions \"QA session\".","qa",{"claudeCode":12},"SKILL.md frontmatter at skills/deprecated/qa/SKILL.md",[317],{"path":309,"priority":294},{"basePath":319,"description":320,"displayName":321,"installMethods":322,"rationale":323,"selectedPaths":324,"source":300,"sourceLanguage":18,"type":242},"skills/deprecated/request-refactor-plan","Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue. Use when user wants to plan a refactor, create a refactoring RFC, or break a refactor into safe incremental steps.","request-refactor-plan",{"claudeCode":12},"SKILL.md frontmatter at skills/deprecated/request-refactor-plan/SKILL.md",[325],{"path":309,"priority":294},{"basePath":327,"description":328,"displayName":329,"installMethods":330,"rationale":331,"selectedPaths":332,"source":300,"sourceLanguage":18,"type":242},"skills/deprecated/ubiquitous-language","Extract a DDD-style ubiquitous language glossary from the current conversation, flagging ambiguities and proposing canonical terms. Saves to UBIQUITOUS_LANGUAGE.md. Use when user wants to define domain terms, build a glossary, harden terminology, create a ubiquitous language, or mentions \"domain model\" or \"DDD\".","ubiquitous-language",{"claudeCode":12},"SKILL.md frontmatter at skills/deprecated/ubiquitous-language/SKILL.md",[333],{"path":309,"priority":294},{"basePath":335,"description":336,"displayName":337,"installMethods":338,"rationale":339,"selectedPaths":340,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/diagnose","Disciplined diagnosis loop for hard bugs and performance regressions. Reproduce → minimise → hypothesise → instrument → fix → regression-test. Use when user says \"diagnose this\" / \"debug this\", reports a bug, says something is broken/throwing/failing, or describes a performance regression.","diagnose",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/diagnose/SKILL.md",[341,342],{"path":309,"priority":294},{"path":343,"priority":344},"scripts/hitl-loop.template.sh","low",{"basePath":346,"description":347,"displayName":348,"installMethods":349,"rationale":350,"selectedPaths":351,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/grill-with-docs","Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.","grill-with-docs",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/grill-with-docs/SKILL.md",[352,353,356],{"path":309,"priority":294},{"path":354,"priority":355},"ADR-FORMAT.md","medium",{"path":357,"priority":355},"CONTEXT-FORMAT.md",{"basePath":359,"description":360,"displayName":361,"installMethods":362,"rationale":363,"selectedPaths":364,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/improve-codebase-architecture","Find deepening opportunities in a codebase, informed by the domain language in CONTEXT.md and the decisions in docs/adr/. Use when the user wants to improve architecture, find refactoring opportunities, consolidate tightly-coupled modules, or make a codebase more testable and AI-navigable.","improve-codebase-architecture",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/improve-codebase-architecture/SKILL.md",[365,366,368,370],{"path":309,"priority":294},{"path":367,"priority":355},"DEEPENING.md",{"path":369,"priority":355},"INTERFACE-DESIGN.md",{"path":371,"priority":355},"LANGUAGE.md",{"basePath":373,"description":374,"displayName":375,"installMethods":376,"rationale":377,"selectedPaths":378,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/prototype","Build a throwaway prototype to flesh out a design before committing to it. Routes between two branches — a runnable terminal app for state/business-logic questions, or several radically different UI variations toggleable from one route. Use when the user wants to prototype, sanity-check a data model or state machine, mock up a UI, explore design options, or says \"prototype this\", \"let me play with it\", \"try a few designs\".","prototype",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/prototype/SKILL.md",[379,380,382],{"path":309,"priority":294},{"path":381,"priority":355},"LOGIC.md",{"path":383,"priority":355},"UI.md",{"basePath":385,"description":386,"displayName":387,"installMethods":388,"rationale":389,"selectedPaths":390,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/setup-matt-pocock-skills","Sets up an `## Agent skills` block in AGENTS.md/CLAUDE.md and `docs/agents/` so the engineering skills know this repo's issue tracker (GitHub or local markdown), triage label vocabulary, and domain doc layout. Run before first use of `to-issues`, `to-prd`, `triage`, `diagnose`, `tdd`, `improve-codebase-architecture`, or `zoom-out` — or if those skills appear to be missing context about the issue tracker, triage labels, or domain docs.","setup-matt-pocock-skills",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/setup-matt-pocock-skills/SKILL.md",[391,392,394,396,398,400],{"path":309,"priority":294},{"path":393,"priority":355},"domain.md",{"path":395,"priority":355},"issue-tracker-github.md",{"path":397,"priority":355},"issue-tracker-gitlab.md",{"path":399,"priority":355},"issue-tracker-local.md",{"path":401,"priority":355},"triage-labels.md",{"basePath":403,"description":404,"displayName":405,"installMethods":406,"rationale":407,"selectedPaths":408,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/tdd","Test-driven development with red-green-refactor loop. Use when user wants to build features or fix bugs using TDD, mentions \"red-green-refactor\", wants integration tests, or asks for test-first development.","tdd",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/tdd/SKILL.md",[409,410,412,414,416,418],{"path":309,"priority":294},{"path":411,"priority":355},"deep-modules.md",{"path":413,"priority":355},"interface-design.md",{"path":415,"priority":355},"mocking.md",{"path":417,"priority":355},"refactoring.md",{"path":419,"priority":355},"tests.md",{"basePath":421,"description":422,"displayName":423,"installMethods":424,"rationale":425,"selectedPaths":426,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/to-issues","Break a plan, spec, or PRD into independently-grabbable issues on the project issue tracker using tracer-bullet vertical slices. Use when user wants to convert a plan into issues, create implementation tickets, or break down work into issues.","to-issues",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/to-issues/SKILL.md",[427],{"path":309,"priority":294},{"basePath":429,"description":430,"displayName":431,"installMethods":432,"rationale":433,"selectedPaths":434,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/to-prd","Turn the current conversation context into a PRD and publish it to the project issue tracker. Use when user wants to create a PRD from the current context.","to-prd",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/to-prd/SKILL.md",[435],{"path":309,"priority":294},{"basePath":437,"description":438,"displayName":439,"installMethods":440,"rationale":441,"selectedPaths":442,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/triage","Triage issues through a state machine driven by triage roles. Use when user wants to create an issue, triage issues, review incoming bugs or feature requests, prepare issues for an AFK agent, or manage issue workflow.","triage",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/triage/SKILL.md",[443,444,446],{"path":309,"priority":294},{"path":445,"priority":355},"AGENT-BRIEF.md",{"path":447,"priority":355},"OUT-OF-SCOPE.md",{"basePath":449,"description":450,"displayName":451,"installMethods":452,"rationale":453,"selectedPaths":454,"source":300,"sourceLanguage":18,"type":242},"skills/engineering/zoom-out","Tell the agent to zoom out and give broader context or a higher-level perspective. Use when you're unfamiliar with a section of code or need to understand how it fits into the bigger picture.","zoom-out",{"claudeCode":12},"SKILL.md frontmatter at skills/engineering/zoom-out/SKILL.md",[455],{"path":309,"priority":294},{"basePath":457,"description":458,"displayName":459,"installMethods":460,"rationale":461,"selectedPaths":462,"source":300,"sourceLanguage":18,"type":242},"skills/in-progress/review","Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/PRD asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to \"review since X\".","review",{"claudeCode":12},"SKILL.md frontmatter at skills/in-progress/review/SKILL.md",[463],{"path":309,"priority":294},{"basePath":465,"description":466,"displayName":467,"installMethods":468,"rationale":469,"selectedPaths":470,"source":300,"sourceLanguage":18,"type":242},"skills/in-progress/writing-beats","Shape an article as a journey of beats, choose-your-own-adventure style. The user picks a starting beat from the raw material, you write only that beat, then offer options for where to pivot next, beat by beat, until the article reaches a natural end. Use when the user has raw material and wants to assemble it as a narrative rather than an argument.","writing-beats",{"claudeCode":12},"SKILL.md frontmatter at skills/in-progress/writing-beats/SKILL.md",[471],{"path":309,"priority":294},{"basePath":473,"description":474,"displayName":475,"installMethods":476,"rationale":477,"selectedPaths":478,"source":300,"sourceLanguage":18,"type":242},"skills/in-progress/writing-fragments","Grilling session that mines the user for fragments — heterogeneous nuggets of writing (claims, vignettes, sharp sentences, half-thoughts) — and appends them to a single document as raw material for a future article. Use when the user wants to develop ideas before imposing structure, or mentions \"fragments\", \"ideate\", or \"raw material\" for writing.","writing-fragments",{"claudeCode":12},"SKILL.md frontmatter at skills/in-progress/writing-fragments/SKILL.md",[479],{"path":309,"priority":294},{"basePath":481,"description":482,"displayName":483,"installMethods":484,"rationale":485,"selectedPaths":486,"source":300,"sourceLanguage":18,"type":242},"skills/in-progress/writing-shape","Take a markdown file of raw material and shape it into an article through a conversational session — drafting candidate openings, growing the piece paragraph by paragraph, arguing about format (lists, tables, callouts, quotes) at each step. Use when the user has a pile of notes, fragments, or a rough draft and wants help turning it into something publishable.","writing-shape",{"claudeCode":12},"SKILL.md frontmatter at skills/in-progress/writing-shape/SKILL.md",[487],{"path":309,"priority":294},{"basePath":489,"description":490,"displayName":491,"installMethods":492,"rationale":493,"selectedPaths":494,"source":300,"sourceLanguage":18,"type":242},"skills/misc/git-guardrails-claude-code","Set up Claude Code hooks to block dangerous git commands (push, reset --hard, clean, branch -D, etc.) before they execute. Use when user wants to prevent destructive git operations, add git safety hooks, or block git push/reset in Claude Code.","git-guardrails-claude-code",{"claudeCode":12},"SKILL.md frontmatter at skills/misc/git-guardrails-claude-code/SKILL.md",[495,496],{"path":309,"priority":294},{"path":497,"priority":344},"scripts/block-dangerous-git.sh",{"basePath":499,"description":500,"displayName":501,"installMethods":502,"rationale":503,"selectedPaths":504,"source":300,"sourceLanguage":18,"type":242},"skills/misc/migrate-to-shoehorn","Migrate test files from `as` type assertions to @total-typescript/shoehorn. Use when user mentions shoehorn, wants to replace `as` in tests, or needs partial test data.","migrate-to-shoehorn",{"claudeCode":12},"SKILL.md frontmatter at skills/misc/migrate-to-shoehorn/SKILL.md",[505],{"path":309,"priority":294},{"basePath":507,"description":508,"displayName":509,"installMethods":510,"rationale":511,"selectedPaths":512,"source":300,"sourceLanguage":18,"type":242},"skills/misc/scaffold-exercises","Create exercise directory structures with sections, problems, solutions, and explainers that pass linting. Use when user wants to scaffold exercises, create exercise stubs, or set up a new course section.","scaffold-exercises",{"claudeCode":12},"SKILL.md frontmatter at skills/misc/scaffold-exercises/SKILL.md",[513],{"path":309,"priority":294},{"basePath":515,"description":516,"displayName":517,"installMethods":518,"rationale":519,"selectedPaths":520,"source":300,"sourceLanguage":18,"type":242},"skills/misc/setup-pre-commit","Set up Husky pre-commit hooks with lint-staged (Prettier), type checking, and tests in the current repo. Use when user wants to add pre-commit hooks, set up Husky, configure lint-staged, or add commit-time formatting/typechecking/testing.","setup-pre-commit",{"claudeCode":12},"SKILL.md frontmatter at skills/misc/setup-pre-commit/SKILL.md",[521],{"path":309,"priority":294},{"basePath":523,"description":524,"displayName":525,"installMethods":526,"rationale":527,"selectedPaths":528,"source":300,"sourceLanguage":18,"type":242},"skills/personal/edit-article","Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft.","edit-article",{"claudeCode":12},"SKILL.md frontmatter at skills/personal/edit-article/SKILL.md",[529],{"path":309,"priority":294},{"basePath":531,"description":532,"displayName":533,"installMethods":534,"rationale":535,"selectedPaths":536,"source":300,"sourceLanguage":18,"type":242},"skills/personal/obsidian-vault","Search, create, and manage notes in the Obsidian vault with wikilinks and index notes. Use when user wants to find, create, or organize notes in Obsidian.","obsidian-vault",{"claudeCode":12},"SKILL.md frontmatter at skills/personal/obsidian-vault/SKILL.md",[537],{"path":309,"priority":294},{"basePath":539,"description":540,"displayName":541,"installMethods":542,"rationale":543,"selectedPaths":544,"source":300,"sourceLanguage":18,"type":242},"skills/productivity/caveman","Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says \"caveman mode\", \"talk like caveman\", \"use caveman\", \"less tokens\", \"be brief\", or invokes /caveman.\n","caveman",{"claudeCode":12},"SKILL.md frontmatter at skills/productivity/caveman/SKILL.md",[545],{"path":309,"priority":294},{"basePath":547,"description":548,"displayName":549,"installMethods":550,"rationale":551,"selectedPaths":552,"source":300,"sourceLanguage":18,"type":242},"skills/productivity/grill-me","Interview the user relentlessly about a plan or design until reaching shared understanding, resolving each branch of the decision tree. Use when user wants to stress-test a plan, get grilled on their design, or mentions \"grill me\".","grill-me",{"claudeCode":12},"SKILL.md frontmatter at skills/productivity/grill-me/SKILL.md",[553],{"path":309,"priority":294},{"basePath":239,"description":10,"displayName":13,"installMethods":555,"rationale":556,"selectedPaths":557,"source":300,"sourceLanguage":18,"type":242},{"claudeCode":12},"SKILL.md frontmatter at skills/productivity/handoff/SKILL.md",[558],{"path":309,"priority":294},{"basePath":560,"description":561,"displayName":562,"installMethods":563,"rationale":564,"selectedPaths":565,"source":300,"sourceLanguage":18,"type":242},"skills/productivity/write-a-skill","Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill.","write-a-skill",{"claudeCode":12},"SKILL.md frontmatter at skills/productivity/write-a-skill/SKILL.md",[566],{"path":309,"priority":294},{"sources":568},[569],"manual",{"closedIssues90d":228,"description":248,"forks":229,"license":234,"openIssues90d":230,"pushedAt":231,"readmeSize":226,"stars":232,"topics":571},[],{"classifiedAt":573,"discoverAt":574,"extractAt":575,"githubAt":575,"updatedAt":573},1778692846116,1778692842371,1778692844195,[212,211,210,13],{"evaluatedAt":237,"extractAt":276,"updatedAt":237},[],[580,611,637,666,688,716],{"_creationTime":581,"_id":582,"community":583,"display":584,"identity":590,"providers":594,"relations":604,"tags":607,"workflow":608},1778695548458.4048,"k17e5nn93syzxrybh3he9fz5eh86nbme",{"reviewCount":8},{"description":585,"installMethods":586,"name":588,"sourceUrl":589},"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":587},"pjt222/agent-almanac","teach-guidance","https://github.com/pjt222/agent-almanac",{"basePath":591,"githubOwner":592,"githubRepo":593,"locale":18,"slug":588,"type":242},"skills/teach-guidance","pjt222","agent-almanac",{"evaluate":595,"extract":603},{"promptVersionExtension":203,"promptVersionScoring":204,"score":596,"tags":597,"targetMarket":213,"tier":214},100,[598,599,600,210,601,602],"teaching","coaching","presentation","explanation","guidance",{"commitSha":267},{"parentExtensionId":605,"repoId":606},"k170h0janaa9kwn7cfgfz2ykss86mmh9","kd7aryv63z61j39n2td1aeqkvh86mh12",[599,210,601,602,600,598],{"evaluatedAt":609,"extractAt":610,"updatedAt":609},1778701952682,1778695548458,{"_creationTime":612,"_id":613,"community":614,"display":615,"identity":619,"providers":621,"relations":633,"tags":634,"workflow":635},1778695548458.385,"k17avw7n0q0zss1q5kna5zvjzx86mdvr",{"reviewCount":8},{"description":616,"installMethods":617,"name":618,"sourceUrl":589},"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":587},"prepare-inspection-readiness",{"basePath":620,"githubOwner":592,"githubRepo":593,"locale":18,"slug":618,"type":242},"skills/prepare-inspection-readiness",{"evaluate":622,"extract":632},{"promptVersionExtension":203,"promptVersionScoring":204,"score":596,"tags":623,"targetMarket":213,"tier":214},[624,625,626,627,628,629,630,210,631],"compliance","gxp","inspection","fda","ema","mhra","readiness","process-automation",{"commitSha":267},{"parentExtensionId":605,"repoId":606},[624,210,628,627,625,626,629,631,630],{"evaluatedAt":636,"extractAt":610,"updatedAt":636},1778700122939,{"_creationTime":638,"_id":639,"community":640,"display":641,"identity":647,"providers":651,"relations":659,"tags":662,"workflow":663},1778699234184.6135,"k175frmf44tn80mcd6gvw1c1th86ngq9",{"reviewCount":8},{"description":642,"installMethods":643,"name":645,"sourceUrl":646},"Invoke parallel document-specialist agents for external web searches and documentation lookup",{"claudeCode":644},"Yeachan-Heo/oh-my-claudecode","external-context","https://github.com/Yeachan-Heo/oh-my-claudecode",{"basePath":648,"githubOwner":649,"githubRepo":650,"locale":18,"slug":645,"type":242},"skills/external-context","Yeachan-Heo","oh-my-claudecode",{"evaluate":652,"extract":658},{"promptVersionExtension":203,"promptVersionScoring":204,"score":596,"tags":653,"targetMarket":213,"tier":214},[654,210,655,656,657],"search","research","information-retrieval","multi-agent",{"commitSha":267},{"parentExtensionId":660,"repoId":661},"k17brg5egdw1jbncj1j4wfv3fh86n639","kd74zv63fryf9prygtq7gf4es986n22y",[210,656,657,655,654],{"evaluatedAt":664,"extractAt":665,"updatedAt":664},1778699449790,1778699234184,{"_creationTime":667,"_id":668,"community":669,"display":670,"identity":674,"providers":676,"relations":684,"tags":685,"workflow":686},1778699234184.6133,"k170q6m14w6ah5ygc0jr5sa54986mpx7",{"reviewCount":8},{"description":671,"installMethods":672,"name":673,"sourceUrl":646},"Deep codebase initialization with hierarchical AGENTS.md documentation",{"claudeCode":644},"deepinit",{"basePath":675,"githubOwner":649,"githubRepo":650,"locale":18,"slug":673,"type":242},"skills/deepinit",{"evaluate":677,"extract":683},{"promptVersionExtension":203,"promptVersionScoring":204,"score":596,"tags":678,"targetMarket":213,"tier":214},[210,679,680,681,682],"codebase","agent","typescript","javascript",{"commitSha":267},{"parentExtensionId":660,"repoId":661},[680,679,210,682,681],{"evaluatedAt":687,"extractAt":665,"updatedAt":687},1778699437749,{"_creationTime":689,"_id":690,"community":691,"display":692,"identity":698,"providers":701,"relations":709,"tags":711,"workflow":712},1778699106670.4255,"k173sze6h2kdjhyfbveynf98t586n5wt",{"reviewCount":8},{"description":693,"installMethods":694,"name":696,"sourceUrl":697},"Use when the user wants to translate a repository README, make a repo multilingual, localize docs, add a language switcher, internationalize the README, or update localized README variants in a GitHub-style repository.",{"claudeCode":695},"xixu-me/skills","readme-i18n","https://github.com/xixu-me/skills",{"basePath":699,"githubOwner":700,"githubRepo":241,"locale":18,"slug":696,"type":242},"skills/readme-i18n","xixu-me",{"evaluate":702,"extract":708},{"promptVersionExtension":203,"promptVersionScoring":204,"score":596,"tags":703,"targetMarket":213,"tier":214},[704,210,705,706,707],"localization","internationalization","markdown","github",{"commitSha":267},{"repoId":710},"kd77r2vb42jmgam0qbr9f2c6kn86mebv",[210,707,705,704,706],{"evaluatedAt":713,"extractAt":714,"updatedAt":715},1778699174967,1778699106670,1778699384013,{"_creationTime":717,"_id":718,"community":719,"display":720,"identity":726,"providers":730,"relations":738,"tags":740,"workflow":741},1778698447161.8718,"k177rfsx01xb3yk52thpk5mqx986mpzp",{"reviewCount":8},{"description":721,"installMethods":722,"name":724,"sourceUrl":725},"Next.js 16 Cache Components - PPR, use cache directive, cacheLife, cacheTag, updateTag",{"claudeCode":723},"vercel-labs/next-skills","next-cache-components","https://github.com/vercel-labs/next-skills",{"basePath":727,"githubOwner":728,"githubRepo":729,"locale":18,"slug":724,"type":242},"skills/next-cache-components","vercel-labs","next-skills",{"evaluate":731,"extract":737},{"promptVersionExtension":203,"promptVersionScoring":204,"score":596,"tags":732,"targetMarket":213,"tier":214},[733,734,735,736,210],"nextjs","react","caching","performance",{"commitSha":267},{"repoId":739},"kd74j5yynpnjmajhqjs5k1yd1186m086",[735,210,733,736,734],{"evaluatedAt":742,"extractAt":743,"updatedAt":744},1778698475220,1778698447161,1778698524765]