diff --git a/registry.toml b/registry.toml index a51a8ae..952fd84 100644 --- a/registry.toml +++ b/registry.toml @@ -1,189 +1,180 @@ version = 1 -updated = "2026-06-30" +updated = "2026-07-20" -[skills.hermes-tweet] -name = "hermes-tweet" -description = "Use Hermes Tweet from Hermes Agent for X/Twitter search, authenticated reads, approved actions, monitors, media workflows, and social automation through Xquik." -source_url = "https://github.com/Xquik-dev/hermes-tweet/tree/master/skills/hermes-tweet" -stars = 15 -commit_sha = "1eed801ca7fe1ad9dac93774421392e59f9705da" -context_size = 1367 -domain = "integrations" -last_updated = "2026-06-30" -tags = [ - "x-twitter", - "social-media", - "hermes-agent", -] -score = 85.4000015258789 -is_mega_skill = false -dependencies = [] - -[skills.hermes-tweet.install_action] -type = "copy" - -[skills.hermes-tweet.install_action.value] -folder = "skills/hermes-tweet" - -[skills.triage] -name = "triage" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/triage" -stars = 128181 -commit_sha = "179a14e721034706ffce7abae75b877c922b4ae8" -context_size = 1220 -domain = "collaboration" -last_updated = "2026-06-14" +[skills.qa] +name = "qa" +description = '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".' +source_url = "https://github.com/mattpocock/skills/tree/main/skills/deprecated/qa" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1241 +domain = "testing" +last_updated = "2026-07-20" tags = [ - "issue-triage", - "workflow-management", - "bug-review", + "bug-reporting", + "interactive-qa", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.triage.install_action] +[skills.qa.install_action] type = "copy" -[skills.triage.install_action.value] -folder = "skills/engineering/triage" +[skills.qa.install_action.value] +folder = "skills/deprecated/qa" -[skills.grill-with-docs] -name = "grill-with-docs" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/grill-with-docs" -stars = 128181 -commit_sha = "e3b90b5238f38cdea5996e16861dcae28ef52eda" -context_size = 909 -domain = "documentation" -last_updated = "2026-06-14" +[skills.writing-beats] +name = "writing-beats" +description = "Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/writing-beats" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1226 +domain = "design" +last_updated = "2026-07-20" tags = [ - "plan-challenge", - "documentation-update", - "terminology-refinement", + "writing", + "assembly", + "narrative", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.grill-with-docs.install_action] +[skills.writing-beats.install_action] type = "copy" -[skills.grill-with-docs.install_action.value] -folder = "skills/engineering/grill-with-docs" +[skills.writing-beats.install_action.value] +folder = "skills/in-progress/writing-beats" -[skills.review] -name = "review" +[skills.code-review] +name = "code-review" description = """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".""" -source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/review" -stars = 128181 -commit_sha = "9fecab929abb904c68ce3366a1781df31ab22832" -context_size = 1106 +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/code-review" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1685 domain = "testing" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = [ - "code-review", "standards-check", - "spec-compliance", + "spec-review", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.review.install_action] +[skills.code-review.install_action] type = "copy" -[skills.review.install_action.value] -folder = "skills/in-progress/review" +[skills.code-review.install_action.value] +folder = "skills/engineering/code-review" -[skills.gsd] -name = "gsd" -description = "Get Shit Done - A comprehensive project management system for solo developers using Claude agents. Spec-driven development with context engineering and meta-prompting." -source_url = "https://github.com/gsd-build/get-shit-done/tree/main/" -stars = 64213 +[skills.taste-skill] +name = "taste-skill" +description = "Taste-Skill - gives your AI good taste. Stops the AI from generating boring, generic slop. Collection of skills for image generation, minimalism, output quality, and taste-aware prompting." +source_url = "https://github.com/Leonxlnx/taste-skill/tree/main/" +stars = 65531 commit_sha = "" context_size = 0 domain = "development" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = ["mega-skill"] -score = 120.0 +score = 107.02702331542969 is_mega_skill = true -dependencies = [ - "node", - "npx", -] +dependencies = [] -[skills.gsd.install_action] -type = "npx" +[skills.taste-skill.install_action] +type = "mega-skill-copy" -[skills.gsd.install_action.value] -package = "get-shit-done-cc" -args = ["@latest"] +[skills.taste-skill.install_action.value] +source_folder = "skills" +dest_name = "taste-skill" -[skills.writing-fragments] -name = "writing-fragments" -description = '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.' -source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/writing-fragments" -stars = 128181 -commit_sha = "9f2e0bd0ea776eb6372eb81fa8a4a47814a8404a" -context_size = 831 +[skills.tdd] +name = "tdd" +description = 'Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.' +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/tdd" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 803 domain = "development" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = [ - "idea-development", - "raw-material-collection", - "fragment-mining", + "test-first", + "integration-tests", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.writing-fragments.install_action] +[skills.tdd.install_action] type = "copy" -[skills.writing-fragments.install_action.value] -folder = "skills/in-progress/writing-fragments" +[skills.tdd.install_action.value] +folder = "skills/engineering/tdd" -[skills.prototype] -name = "prototype" -description = '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".' -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/prototype" -stars = 128181 -commit_sha = "f304057d61d3df3c9fd992ac2b6e3833cb9325fb" -context_size = 812 +[skills.figma-code-connect-components] +name = "figma-code-connect-components" +description = 'Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connect", "connect this component to code", "map this component", "link component to code", "create code connect mapping", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.' +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-code-connect-components" +stars = 23982 +commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" +context_size = 4190 domain = "design" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = [ - "prototype-building", - "ui-variations", - "mock-ups", + "figma", + "component-mapping", + "design-integration", ] -score = 99.44444274902344 +score = 90.0 is_mega_skill = false dependencies = [] -[skills.prototype.install_action] +[skills.figma-code-connect-components.install_action] type = "copy" -[skills.prototype.install_action.value] -folder = "skills/engineering/prototype" +[skills.figma-code-connect-components.install_action.value] +folder = "skills/.curated/figma-code-connect-components" + +[skills.superpowers] +name = "superpowers" +description = "Complete software development methodology for coding agents - brainstorming, test-driven development, systematic debugging, writing plans, executing plans, and more. Skills trigger automatically for mandatory workflows." +source_url = "https://github.com/obra/superpowers/tree/main/" +stars = 258072 +commit_sha = "" +context_size = 0 +domain = "development" +last_updated = "2026-07-20" +tags = ["mega-skill"] +score = 112.0 +is_mega_skill = true +dependencies = [] + +[skills.superpowers.install_action] +type = "mega-skill-copy" + +[skills.superpowers.install_action.value] +source_folder = "skills" +dest_name = "superpowers" [skills.writing-shape] name = "writing-shape" -description = "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." +description = "Writing, exploit — shape raw material into an article, paragraph by paragraph." source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/writing-shape" -stars = 128181 -commit_sha = "ff3ee1dda50d636b4e25b1ba269d25d6d5784164" -context_size = 1148 -domain = "development" -last_updated = "2026-06-14" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1492 +domain = "design" +last_updated = "2026-07-20" tags = [ - "article-shaping", - "drafting", - "content-creation", + "writing", + "structure", + "articles", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] @@ -193,93 +184,43 @@ type = "copy" [skills.writing-shape.install_action.value] folder = "skills/in-progress/writing-shape" -[skills.teach] -name = "teach" -description = "Teach the user a new skill or concept, within this workspace." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/teach" -stars = 128181 -commit_sha = "694fa30311e02c2639942308513555e61ee84a6f" -context_size = 2181 -domain = "collaboration" -last_updated = "2026-06-14" -tags = [ - "skill-teaching", - "concept-explanation", - "user-engagement", -] -score = 99.44444274902344 -is_mega_skill = false -dependencies = [] - -[skills.teach.install_action] -type = "copy" - -[skills.teach.install_action.value] -folder = "skills/productivity/teach" - -[skills.caveman] -name = "caveman" -description = '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.' -source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/caveman" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 479 -domain = "collaboration" -last_updated = "2026-06-14" -tags = [ - "compressed-communication", - "brief", - "technical-accuracy", -] -score = 99.44444274902344 -is_mega_skill = false -dependencies = [] - -[skills.caveman.install_action] -type = "copy" - -[skills.caveman.install_action.value] -folder = "skills/productivity/caveman" - -[skills.define-goal] -name = "define-goal" -description = "Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/define-goal" -stars = 22128 -commit_sha = "b0401f07213a66414d84a65cb50c1d226f99485a" -context_size = 1411 -domain = "planning-and-orchestration" -last_updated = "2026-06-14" +[skills.setup-matt-pocock-skills] +name = "setup-matt-pocock-skills" +description = "Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/setup-matt-pocock-skills" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1732 +domain = "development" +last_updated = "2026-07-20" tags = [ - "goal-setting", - "measurable-objectives", - "refinement", + "repo-configuration", + "issue-tracking", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.define-goal.install_action] +[skills.setup-matt-pocock-skills.install_action] type = "copy" -[skills.define-goal.install_action.value] -folder = "skills/.curated/define-goal" +[skills.setup-matt-pocock-skills.install_action.value] +folder = "skills/engineering/setup-matt-pocock-skills" [skills.ubiquitous-language] name = "ubiquitous-language" description = '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".' source_url = "https://github.com/mattpocock/skills/tree/main/skills/deprecated/ubiquitous-language" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" context_size = 1222 -domain = "documentation" -last_updated = "2026-06-14" +domain = "design" +last_updated = "2026-07-20" tags = [ - "domain-terminology", "glossary-extraction", - "ambiguity-flagging", + "domain-terms", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] @@ -289,570 +230,589 @@ type = "copy" [skills.ubiquitous-language.install_action.value] folder = "skills/deprecated/ubiquitous-language" -[skills.to-issues] -name = "to-issues" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/to-issues" -stars = 128181 -commit_sha = "ff3ee1dda50d636b4e25b1ba269d25d6d5784164" -context_size = 894 -domain = "planning-and-orchestration" -last_updated = "2026-06-14" +[skills.diagnosing-bugs] +name = "diagnosing-bugs" +description = 'Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.' +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/diagnosing-bugs" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 2134 +domain = "testing" +last_updated = "2026-07-20" tags = [ - "issue-creation", - "task-breakdown", - "project-management", + "debugging", + "performance-check", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.to-issues.install_action] +[skills.diagnosing-bugs.install_action] type = "copy" -[skills.to-issues.install_action.value] -folder = "skills/engineering/to-issues" +[skills.diagnosing-bugs.install_action.value] +folder = "skills/engineering/diagnosing-bugs" -[skills.figma-implement-design] -name = "figma-implement-design" -description = 'Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.' -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-implement-design" -stars = 22128 -commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" -context_size = 2905 +[skills.request-refactor-plan] +name = "request-refactor-plan" +description = "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." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/deprecated/request-refactor-plan" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 677 domain = "development" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = [ - "design-implementation", - "visual-fidelity", - "figma", + "refactor-planning", + "incremental-steps", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.figma-implement-design.install_action] +[skills.request-refactor-plan.install_action] type = "copy" -[skills.figma-implement-design.install_action.value] -folder = "skills/.curated/figma-implement-design" +[skills.request-refactor-plan.install_action.value] +folder = "skills/deprecated/request-refactor-plan" -[skills.gh-address-comments] -name = "gh-address-comments" -description = "Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments" -stars = 22128 -commit_sha = "77963424cd7687fd52e5fcfdd3f08d826ab9b1ab" -context_size = 319 -domain = "collaboration" -last_updated = "2026-06-14" +[skills.writing-fragments] +name = "writing-fragments" +description = "Writing, explore — mine raw fragments, no structure yet." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/writing-fragments" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 894 +domain = "design" +last_updated = "2026-07-20" tags = [ - "github-pr", - "comment-management", - "auth-check", + "writing", + "exploration", + "raw-material", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.gh-address-comments.install_action] +[skills.writing-fragments.install_action] type = "copy" -[skills.gh-address-comments.install_action.value] -folder = "skills/.curated/gh-address-comments" +[skills.writing-fragments.install_action.value] +folder = "skills/in-progress/writing-fragments" -[skills.design-an-interface] -name = "design-an-interface" -description = '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".' -source_url = "https://github.com/mattpocock/skills/tree/main/skills/deprecated/design-an-interface" -stars = 128181 -commit_sha = "3e3ca9b9fa007614c65fab70469127b25841881d" -context_size = 841 -domain = "design" -last_updated = "2026-06-14" +[skills.setup-pre-commit] +name = "setup-pre-commit" +description = "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." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/misc/setup-pre-commit" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 565 +domain = "development" +last_updated = "2026-07-20" tags = [ - "interface-design", - "api-design", - "visual-options", + "pre-commit", + "hooks", + "configuration", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.design-an-interface.install_action] +[skills.setup-pre-commit.install_action] type = "copy" -[skills.design-an-interface.install_action.value] -folder = "skills/deprecated/design-an-interface" +[skills.setup-pre-commit.install_action.value] +folder = "skills/misc/setup-pre-commit" -[skills.zoom-out] -name = "zoom-out" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/zoom-out" -stars = 128181 -commit_sha = "7afa86d3a5dd96edde06ffa014e16c64e733681e" -context_size = 107 -domain = "collaboration" -last_updated = "2026-06-14" +[skills.migrate-to-shoehorn] +name = "migrate-to-shoehorn" +description = "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." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/misc/migrate-to-shoehorn" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 698 +domain = "development" +last_updated = "2026-07-20" tags = [ - "contextual-understanding", - "high-level-perspective", - "code-navigation", + "migration", + "testing", + "typescript", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.zoom-out.install_action] +[skills.migrate-to-shoehorn.install_action] type = "copy" -[skills.zoom-out.install_action.value] -folder = "skills/engineering/zoom-out" +[skills.migrate-to-shoehorn.install_action.value] +folder = "skills/misc/migrate-to-shoehorn" -[skills.writing-beats] -name = "writing-beats" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/writing-beats" -stars = 128181 -commit_sha = "9f2e0bd0ea776eb6372eb81fa8a4a47814a8404a" -context_size = 709 +[skills.edit-article] +name = "edit-article" +description = "Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/personal/edit-article" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 188 domain = "development" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = [ - "article-assembly", - "narrative-structure", - "choose-your-own-adventure", + "improvement", + "clarity", + "structure", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.writing-beats.install_action] +[skills.edit-article.install_action] type = "copy" -[skills.writing-beats.install_action.value] -folder = "skills/in-progress/writing-beats" +[skills.edit-article.install_action.value] +folder = "skills/personal/edit-article" -[skills.figma-generate-design] -name = "figma-generate-design" -description = "Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the Figma screen to match code'. This is the preferred workflow skill whenever the user wants to build or update a full page, screen, or view in Figma from code or a description. Discovers design system components, variables, and styles via search_design_system, imports them, and assembles screens incrementally section-by-section using design system tokens instead of hardcoded values." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-generate-design" -stars = 22128 -commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" -context_size = 5041 -domain = "design" -last_updated = "2026-06-14" +[skills.implement] +name = "implement" +description = "Implement a piece of work based on a spec or set of tickets." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/implement" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 108 +domain = "development" +last_updated = "2026-07-20" tags = [ - "design-generation", - "figma", - "application-layout", + "work-implementation", + "task-execution", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.figma-generate-design.install_action] +[skills.implement.install_action] type = "copy" -[skills.figma-generate-design.install_action.value] -folder = "skills/.curated/figma-generate-design" +[skills.implement.install_action.value] +folder = "skills/engineering/implement" -[skills.request-refactor-plan] -name = "request-refactor-plan" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/deprecated/request-refactor-plan" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 677 -domain = "planning-and-orchestration" -last_updated = "2026-06-14" +[skills.git-guardrails-claude-code] +name = "git-guardrails-claude-code" +description = "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." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/misc/git-guardrails-claude-code" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 578 +domain = "security" +last_updated = "2026-07-20" tags = [ - "refactoring-plan", - "incremental-steps", - "github-issue", + "git-safety", + "protection", + "hooks", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.request-refactor-plan.install_action] +[skills.git-guardrails-claude-code.install_action] type = "copy" -[skills.request-refactor-plan.install_action.value] -folder = "skills/deprecated/request-refactor-plan" +[skills.git-guardrails-claude-code.install_action.value] +folder = "skills/misc/git-guardrails-claude-code" -[skills.figma] -name = "figma" -description = "Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma" -stars = 22128 -commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" -context_size = 792 -domain = "design" -last_updated = "2026-06-14" +[skills.resolving-merge-conflicts] +name = "resolving-merge-conflicts" +description = "Use when you need to resolve an in-progress git merge/rebase conflict." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/resolving-merge-conflicts" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 230 +domain = "development" +last_updated = "2026-07-20" tags = [ - "design-to-code", - "figma-mcp", - "asset-fetching", + "git-merge", + "conflict-resolution", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.figma.install_action] +[skills.resolving-merge-conflicts.install_action] type = "copy" -[skills.figma.install_action.value] -folder = "skills/.curated/figma" +[skills.resolving-merge-conflicts.install_action.value] +folder = "skills/engineering/resolving-merge-conflicts" -[skills.grill-me] -name = "grill-me" -description = '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".' -source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/grill-me" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 158 -domain = "collaboration" -last_updated = "2026-06-14" +[skills.cloudflare-deploy] +name = "cloudflare-deploy" +description = "Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/cloudflare-deploy" +stars = 23982 +commit_sha = "bf9e226541ec801750547acfa8cf761b7c878f27" +context_size = 1844 +domain = "deployment" +last_updated = "2026-07-20" tags = [ - "interview", - "understanding", - "decision-tree", + "cloudflare", + "infrastructure", + "hosting", ] -score = 99.44444274902344 +score = 90.0 is_mega_skill = false dependencies = [] -[skills.grill-me.install_action] +[skills.cloudflare-deploy.install_action] type = "copy" -[skills.grill-me.install_action.value] -folder = "skills/productivity/grill-me" +[skills.cloudflare-deploy.install_action.value] +folder = "skills/.curated/cloudflare-deploy" -[skills.scaffold-exercises] -name = "scaffold-exercises" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/misc/scaffold-exercises" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 897 -domain = "development" -last_updated = "2026-06-14" +[skills.claude-handoff] +name = "claude-handoff" +description = "Hand the current conversation off to a fresh background agent that picks up the work immediately." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/claude-handoff" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 321 +domain = "collaboration" +last_updated = "2026-07-20" tags = [ - "exercise-structure", - "course-setup", - "scaffolding", + "handoff", + "background-agent", + "workflow", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.scaffold-exercises.install_action] +[skills.claude-handoff.install_action] type = "copy" -[skills.scaffold-exercises.install_action.value] -folder = "skills/misc/scaffold-exercises" +[skills.claude-handoff.install_action.value] +folder = "skills/in-progress/claude-handoff" -[skills.write-a-skill] -name = "write-a-skill" -description = "Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/write-a-skill" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 764 -domain = "development" -last_updated = "2026-06-14" +[skills.wayfinder] +name = "wayfinder" +description = "Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/wayfinder" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 2975 +domain = "planning-and-orchestration" +last_updated = "2026-07-20" tags = [ - "create-skill", - "structure", - "resources", + "planning", + "mapping", + "decision-tickets", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.write-a-skill.install_action] +[skills.wayfinder.install_action] type = "copy" -[skills.write-a-skill.install_action.value] -folder = "skills/productivity/write-a-skill" +[skills.wayfinder.install_action.value] +folder = "skills/engineering/wayfinder" -[skills.aspnet-core] -name = "aspnet-core" -description = "Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/aspnet-core" -stars = 22128 -commit_sha = "c207989386b30063bcecaf6b1977d761b244732e" -context_size = 1386 +[skills.chatgpt-apps] +name = "chatgpt-apps" +description = "Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/chatgpt-apps" +stars = 23982 +commit_sha = "14f4eb1410aca89371166bc7e7a567435f3ace05" +context_size = 4906 domain = "development" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = [ - "web-application", - "aspnet-core", - "architecture", + "sdk", + "scaffolding", + "troubleshooting", ] -score = 85.4000015258789 +score = 90.0 is_mega_skill = false dependencies = [] -[skills.aspnet-core.install_action] +[skills.chatgpt-apps.install_action] type = "copy" -[skills.aspnet-core.install_action.value] -folder = "skills/.curated/aspnet-core" +[skills.chatgpt-apps.install_action.value] +folder = "skills/.curated/chatgpt-apps" -[skills.figma-create-design-system-rules] -name = "figma-create-design-system-rules" -description = """Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.""" -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-create-design-system-rules" -stars = 22128 -commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" -context_size = 4555 -domain = "design" -last_updated = "2026-06-14" +[skills.grilling] +name = "grilling" +description = "Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/grilling" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 210 +domain = "collaboration" +last_updated = "2026-07-20" tags = [ - "design-system", - "custom-rules", - "figma", + "stress-test", + "decision-making", + "interview", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.figma-create-design-system-rules.install_action] +[skills.grilling.install_action] type = "copy" -[skills.figma-create-design-system-rules.install_action.value] -folder = "skills/.curated/figma-create-design-system-rules" +[skills.grilling.install_action.value] +folder = "skills/productivity/grilling" -[skills.edit-article] -name = "edit-article" -description = "Edit and improve articles by restructuring sections, improving clarity, and tightening prose. Use when user wants to edit, revise, or improve an article draft." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/personal/edit-article" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 180 -domain = "documentation" -last_updated = "2026-06-14" +[skills.improve-codebase-architecture] +name = "improve-codebase-architecture" +description = "Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/improve-codebase-architecture" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1509 +domain = "development" +last_updated = "2026-07-20" tags = [ - "editing", - "improvement", - "clarity", + "codebase-scan", + "visual-report", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.edit-article.install_action] +[skills.improve-codebase-architecture.install_action] type = "copy" -[skills.edit-article.install_action.value] -folder = "skills/personal/edit-article" +[skills.improve-codebase-architecture.install_action.value] +folder = "skills/engineering/improve-codebase-architecture" -[skills.chatgpt-apps] -name = "chatgpt-apps" -description = "Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/chatgpt-apps" -stars = 22128 -commit_sha = "14f4eb1410aca89371166bc7e7a567435f3ace05" -context_size = 4906 +[skills.gsd] +name = "gsd" +description = "Get Shit Done - A comprehensive project management system for solo developers using Claude agents. Spec-driven development with context engineering and meta-prompting." +source_url = "https://github.com/gsd-build/get-shit-done/tree/main/" +stars = 64783 +commit_sha = "" +context_size = 0 domain = "development" -last_updated = "2026-06-14" +last_updated = "2026-07-20" +tags = ["mega-skill"] +score = 105.0 +is_mega_skill = true +dependencies = [ + "node", + "npx", +] + +[skills.gsd.install_action] +type = "npx" + +[skills.gsd.install_action.value] +package = "get-shit-done-cc" +args = ["@latest"] + +[skills.handoff] +name = "handoff" +description = "Compact the current conversation into a handoff document for another agent to pick up." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/handoff" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 219 +domain = "collaboration" +last_updated = "2026-07-20" tags = [ - "app-development", - "sdk", - "troubleshooting", + "handoff", + "document", + "workflow", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.chatgpt-apps.install_action] +[skills.handoff.install_action] type = "copy" -[skills.chatgpt-apps.install_action.value] -folder = "skills/.curated/chatgpt-apps" +[skills.handoff.install_action.value] +folder = "skills/productivity/handoff" -[skills.cloudflare-deploy] -name = "cloudflare-deploy" -description = "Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/cloudflare-deploy" -stars = 22128 -commit_sha = "bf9e226541ec801750547acfa8cf761b7c878f27" -context_size = 1844 -domain = "deployment" -last_updated = "2026-06-14" +[skills.writing-great-skills] +name = "writing-great-skills" +description = "Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/writing-great-skills" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 2353 +domain = "documentation" +last_updated = "2026-07-20" tags = [ - "cloudflare", - "application-deployment", - "infrastructure", + "writing", + "editing", + "best-practices", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.cloudflare-deploy.install_action] +[skills.writing-great-skills.install_action] type = "copy" -[skills.cloudflare-deploy.install_action.value] -folder = "skills/.curated/cloudflare-deploy" +[skills.writing-great-skills.install_action.value] +folder = "skills/productivity/writing-great-skills" -[skills.linear] -name = "linear" -description = "Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/linear" -stars = 22128 -commit_sha = "77963424cd7687fd52e5fcfdd3f08d826ab9b1ab" -context_size = 1238 -domain = "collaboration" -last_updated = "2026-06-14" +[skills.grill-with-docs] +name = "grill-with-docs" +description = "A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/grill-with-docs" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 61 +domain = "documentation" +last_updated = "2026-07-20" tags = [ - "task-management", - "issue-tracking", - "workflow-automation", + "planning", + "design-docs", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.linear.install_action] +[skills.grill-with-docs.install_action] type = "copy" -[skills.linear.install_action.value] -folder = "skills/.curated/linear" +[skills.grill-with-docs.install_action.value] +folder = "skills/engineering/grill-with-docs" -[skills.setup-pre-commit] -name = "setup-pre-commit" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/misc/setup-pre-commit" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 565 -domain = "development" -last_updated = "2026-06-14" +[skills.to-tickets] +name = "to-tickets" +description = "Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/to-tickets" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1450 +domain = "planning-and-orchestration" +last_updated = "2026-07-20" tags = [ - "pre-commit-hooks", - "linting", - "husky", + "tracer-bullet", + "ticket-creation", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.setup-pre-commit.install_action] +[skills.to-tickets.install_action] type = "copy" -[skills.setup-pre-commit.install_action.value] -folder = "skills/misc/setup-pre-commit" +[skills.to-tickets.install_action.value] +folder = "skills/engineering/to-tickets" -[skills.figma-code-connect-components] -name = "figma-code-connect-components" -description = 'Connects Figma design components to code components using Code Connect mapping tools. Use when user says "code connect", "connect this component to code", "map this component", "link component to code", "create code connect mapping", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.' -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-code-connect-components" -stars = 22128 -commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" -context_size = 4190 -domain = "design" -last_updated = "2026-06-14" +[skills.scaffold-exercises] +name = "scaffold-exercises" +description = "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." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/misc/scaffold-exercises" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 897 +domain = "development" +last_updated = "2026-07-20" tags = [ - "design-to-code", - "component-mapping", - "figma", + "scaffolding", + "structure", + "exercise", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.figma-code-connect-components.install_action] +[skills.scaffold-exercises.install_action] type = "copy" -[skills.figma-code-connect-components.install_action.value] -folder = "skills/.curated/figma-code-connect-components" +[skills.scaffold-exercises.install_action.value] +folder = "skills/misc/scaffold-exercises" -[skills.taste-skill] -name = "taste-skill" -description = "Taste-Skill - gives your AI good taste. Stops the AI from generating boring, generic slop. Collection of skills for image generation, minimalism, output quality, and taste-aware prompting." -source_url = "https://github.com/Leonxlnx/taste-skill/tree/main/" -stars = 43300 -commit_sha = "" -context_size = 0 -domain = "development" -last_updated = "2026-06-14" -tags = ["mega-skill"] -score = 110.0 -is_mega_skill = true +[skills.research] +name = "research" +description = "Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/research" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 199 +domain = "documentation" +last_updated = "2026-07-20" +tags = [ + "topic-investigation", + "fact-gathering", +] +score = 99.25926208496094 +is_mega_skill = false dependencies = [] -[skills.taste-skill.install_action] -type = "mega-skill-copy" +[skills.research.install_action] +type = "copy" -[skills.taste-skill.install_action.value] -source_folder = "skills" -dest_name = "taste-skill" +[skills.research.install_action.value] +folder = "skills/engineering/research" -[skills.cli-creator] -name = "cli-creator" -description = "Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/cli-creator" -stars = 22128 -commit_sha = "0ed2046f287a92b5f4bcace213dcb3cc5f094cb9" -context_size = 2625 -domain = "development" -last_updated = "2026-06-14" +[skills.loop-me] +name = "loop-me" +description = "Grill me about specs for the workflows I want to build, within this workspace." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/loop-me" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 638 +domain = "planning-and-orchestration" +last_updated = "2026-07-20" tags = [ - "cli-tool", - "command-line", - "api-spec", + "specification", + "workflow", + "grilling", ] -score = 85.4000015258789 +score = 99.25926208496094 is_mega_skill = false dependencies = [] -[skills.cli-creator.install_action] +[skills.loop-me.install_action] type = "copy" -[skills.cli-creator.install_action.value] -folder = "skills/.curated/cli-creator" +[skills.loop-me.install_action.value] +folder = "skills/in-progress/loop-me" -[skills.to-prd] -name = "to-prd" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/to-prd" -stars = 128181 -commit_sha = "aaf2453fbdfe7a15c07f11d861224f34ab4b53cb" -context_size = 731 -domain = "documentation" -last_updated = "2026-06-14" +[skills.aspnet-core] +name = "aspnet-core" +description = "Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/aspnet-core" +stars = 23982 +commit_sha = "c207989386b30063bcecaf6b1977d761b244732e" +context_size = 1386 +domain = "development" +last_updated = "2026-07-20" tags = [ - "prd-creation", - "context-to-document", - "project-issues", + "web-development", + "architecture", + "dotnet", ] -score = 99.44444274902344 +score = 90.0 is_mega_skill = false dependencies = [] -[skills.to-prd.install_action] +[skills.aspnet-core.install_action] type = "copy" -[skills.to-prd.install_action.value] -folder = "skills/engineering/to-prd" +[skills.aspnet-core.install_action.value] +folder = "skills/.curated/aspnet-core" [skills.obsidian-vault] name = "obsidian-vault" description = "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." source_url = "https://github.com/mattpocock/skills/tree/main/skills/personal/obsidian-vault" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" context_size = 377 domain = "documentation" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = [ - "note-management", - "search", - "organize", + "notes", + "management", + "organization", ] -score = 99.44444274902344 +score = 99.25926208496094 is_mega_skill = false dependencies = [] @@ -862,53 +822,481 @@ type = "copy" [skills.obsidian-vault.install_action.value] folder = "skills/personal/obsidian-vault" -[skills.tdd] -name = "tdd" -description = '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.' -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/tdd" -stars = 128181 -commit_sha = "7afa86d3a5dd96edde06ffa014e16c64e733681e" -context_size = 1098 +[skills.ask-matt] +name = "ask-matt" +description = "Ask which skill or flow fits your situation. A router over the skills in this repo." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/ask-matt" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 2064 +domain = "collaboration" +last_updated = "2026-07-20" +tags = ["skill-router"] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.ask-matt.install_action] +type = "copy" + +[skills.ask-matt.install_action.value] +folder = "skills/engineering/ask-matt" + +[skills.cli-creator] +name = "cli-creator" +description = "Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/cli-creator" +stars = 23982 +commit_sha = "0ed2046f287a92b5f4bcace213dcb3cc5f094cb9" +context_size = 2625 domain = "development" -last_updated = "2026-06-14" +last_updated = "2026-07-20" tags = [ - "test-driven-development", - "red-green-refactor", - "integration-tests", + "cli", + "api-integration", + "command-line", ] -score = 99.44444274902344 +score = 90.0 is_mega_skill = false dependencies = [] -[skills.tdd.install_action] +[skills.cli-creator.install_action] type = "copy" -[skills.tdd.install_action.value] -folder = "skills/engineering/tdd" +[skills.cli-creator.install_action.value] +folder = "skills/.curated/cli-creator" -[skills.qa] -name = "qa" -description = '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".' -source_url = "https://github.com/mattpocock/skills/tree/main/skills/deprecated/qa" +[skills.triage] +name = "triage" +description = "Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/triage" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1643 +domain = "planning-and-orchestration" +last_updated = "2026-07-20" +tags = [ + "issue-categorization", + "role-verification", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.triage.install_action] +type = "copy" + +[skills.triage.install_action.value] +folder = "skills/engineering/triage" + +[skills.design-an-interface] +name = "design-an-interface" +description = '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".' +source_url = "https://github.com/mattpocock/skills/tree/main/skills/deprecated/design-an-interface" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 841 +domain = "design" +last_updated = "2026-07-20" +tags = [ + "api-design", + "interface-options", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.design-an-interface.install_action] +type = "copy" + +[skills.design-an-interface.install_action.value] +folder = "skills/deprecated/design-an-interface" + +[skills.domain-modeling] +name = "domain-modeling" +description = "Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/domain-modeling" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 856 +domain = "design" +last_updated = "2026-07-20" +tags = [ + "domain-terminology", + "architectural-decision", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.domain-modeling.install_action] +type = "copy" + +[skills.domain-modeling.install_action.value] +folder = "skills/engineering/domain-modeling" + +[skills.setup-ts-deep-modules] +name = "setup-ts-deep-modules" +description = "Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only through its entry-point files. User-invoked." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/setup-ts-deep-modules" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1900 +domain = "development" +last_updated = "2026-07-20" +tags = [ + "typescript", + "dependency", + "configuration", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.setup-ts-deep-modules.install_action] +type = "copy" + +[skills.setup-ts-deep-modules.install_action.value] +folder = "skills/in-progress/setup-ts-deep-modules" + +[skills.codebase-design] +name = "codebase-design" +description = "Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/codebase-design" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1622 +domain = "design" +last_updated = "2026-07-20" +tags = [ + "module-interface", + "deep-modules", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.codebase-design.install_action] +type = "copy" + +[skills.codebase-design.install_action.value] +folder = "skills/engineering/codebase-design" + +[skills.wizard] +name = "wizard" +description = "Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/wizard" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 1046 +domain = "development" +last_updated = "2026-07-20" +tags = [ + "interactive", + "bash", + "setup", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.wizard.install_action] +type = "copy" + +[skills.wizard.install_action.value] +folder = "skills/in-progress/wizard" + +[skills.to-questionnaire] +name = "to-questionnaire" +description = "Turn a decision you can't fully answer into a questionnaire for someone else to fill in." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/to-questionnaire" +stars = 178680 +commit_sha = "7f68c06dcb1a840950cb28fc634b79da6c65e94d" +context_size = 730 +domain = "planning-and-orchestration" +last_updated = "2026-07-20" +tags = [ + "decision-making", + "questionnaire", + "clarification", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.to-questionnaire.install_action] +type = "copy" + +[skills.to-questionnaire.install_action.value] +folder = "skills/in-progress/to-questionnaire" + +[skills.batch-grill-me] +name = "batch-grill-me" +description = "A relentless interview that asks every frontier question at once, round by round." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/batch-grill-me" +stars = 178680 +commit_sha = "fde4cd58cf9d53e6fc287c445f33253645364311" +context_size = 410 +domain = "collaboration" +last_updated = "2026-07-20" +tags = [ + "interview", + "stress-test", + "planning", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.batch-grill-me.install_action] +type = "copy" + +[skills.batch-grill-me.install_action.value] +folder = "skills/in-progress/batch-grill-me" + +[skills.grill-me] +name = "grill-me" +description = "A relentless interview to sharpen a plan or design." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/grill-me" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 36 +domain = "collaboration" +last_updated = "2026-07-20" +tags = [ + "interview", + "planning", + "design", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.grill-me.install_action] +type = "copy" + +[skills.grill-me.install_action.value] +folder = "skills/productivity/grill-me" + +[skills.to-spec] +name = "to-spec" +description = "Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/to-spec" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 768 +domain = "documentation" +last_updated = "2026-07-20" +tags = [ + "spec-publishing", + "synthesis", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.to-spec.install_action] +type = "copy" + +[skills.to-spec.install_action.value] +folder = "skills/engineering/to-spec" + +[skills.prototype] +name = "prototype" +description = "Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/prototype" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 699 +domain = "design" +last_updated = "2026-07-20" +tags = [ + "throwaway-prototype", + "design-exploration", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.prototype.install_action] +type = "copy" + +[skills.prototype.install_action.value] +folder = "skills/engineering/prototype" + +[skills.teach] +name = "teach" +description = "Teach the user a new skill or concept, within this workspace." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/teach" +stars = 178680 +commit_sha = "697d4ce9742da558fd1ba6697c8e9775e2e302dd" +context_size = 2376 +domain = "collaboration" +last_updated = "2026-07-20" +tags = [ + "skill", + "concept", + "learning", +] +score = 99.25926208496094 +is_mega_skill = false +dependencies = [] + +[skills.teach.install_action] +type = "copy" + +[skills.teach.install_action.value] +folder = "skills/productivity/teach" + +[skills.define-goal] +name = "define-goal" +description = "Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/define-goal" +stars = 23982 +commit_sha = "b0401f07213a66414d84a65cb50c1d226f99485a" +context_size = 1411 +domain = "planning-and-orchestration" +last_updated = "2026-07-20" +tags = [ + "goal-setting", + "measurable-objectives", + "clarification", +] +score = 90.0 +is_mega_skill = false +dependencies = [] + +[skills.define-goal.install_action] +type = "copy" + +[skills.define-goal.install_action.value] +folder = "skills/.curated/define-goal" + +[skills.ai-flavor-remover] +name = "ai-flavor-remover" +description = "AI 味去除 - 仅在 Gemini 2.5 Pro 上测试通过。AI flavor remover - tested on Gemini 2.5 Pro." +source_url = "https://github.com/hylarucoder/ai-flavor-remover/tree/main" +stars = 1035 +commit_sha = "919386756cf568edf0ac9bd40ae96a9eeea6e21e" +context_size = 0 +domain = "writing" +last_updated = "2026-06-18" +tags = [ + "ai-detection-bypass", + "chinese", + "humanization", + "writing", +] +score = 75.0 +is_mega_skill = false +dependencies = [] + +[skills.ai-flavor-remover.install_action] +type = "copy" + +[skills.ai-flavor-remover.install_action.value] +folder = "." + + +[skills.caveman] +name = "caveman" +description = '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.' +source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/caveman" stars = 128181 commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 1241 +context_size = 479 +domain = "collaboration" +last_updated = "2026-06-14" +tags = [ + "compressed-communication", + "brief", + "technical-accuracy", +] +score = 99.44444274902344 +is_mega_skill = false +dependencies = [] + +[skills.caveman.install_action] +type = "copy" + +[skills.caveman.install_action.value] +folder = "skills/productivity/caveman" + + +[skills.diagnose] +name = "diagnose" +description = '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.' +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/diagnose" +stars = 128181 +commit_sha = "7afa86d3a5dd96edde06ffa014e16c64e733681e" +context_size = 1790 domain = "testing" last_updated = "2026-06-14" tags = [ - "bug-reporting", - "issue-filing", - "interactive-qa", + "bug-diagnosis", + "performance-analysis", + "debugging", ] score = 99.44444274902344 is_mega_skill = false dependencies = [] -[skills.qa.install_action] +[skills.diagnose.install_action] type = "copy" -[skills.qa.install_action.value] -folder = "skills/deprecated/qa" +[skills.diagnose.install_action.value] +folder = "skills/engineering/diagnose" + + +[skills.figma] +name = "figma" +description = "Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma" +stars = 22128 +commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" +context_size = 792 +domain = "design" +last_updated = "2026-06-14" +tags = [ + "design-to-code", + "figma-mcp", + "asset-fetching", +] +score = 85.4000015258789 +is_mega_skill = false +dependencies = [] + +[skills.figma.install_action] +type = "copy" + +[skills.figma.install_action.value] +folder = "skills/.curated/figma" + + +[skills.figma-create-design-system-rules] +name = "figma-create-design-system-rules" +description = """Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.""" +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-create-design-system-rules" +stars = 22128 +commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" +context_size = 4555 +domain = "design" +last_updated = "2026-06-14" +tags = [ + "design-system", + "custom-rules", + "figma", +] +score = 85.4000015258789 +is_mega_skill = false +dependencies = [] + +[skills.figma-create-design-system-rules.install_action] +type = "copy" + +[skills.figma-create-design-system-rules.install_action.value] +folder = "skills/.curated/figma-create-design-system-rules" + [skills.figma-create-new-file] name = "figma-create-new-file" @@ -916,71 +1304,99 @@ description = "Create a new blank Figma file. Use when the user wants to create source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-create-new-file" stars = 22128 commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" -context_size = 682 +context_size = 682 +domain = "design" +last_updated = "2026-06-14" +tags = [ + "file-creation", + "figma", + "design", +] +score = 85.4000015258789 +is_mega_skill = false +dependencies = [] + +[skills.figma-create-new-file.install_action] +type = "copy" + +[skills.figma-create-new-file.install_action.value] +folder = "skills/.curated/figma-create-new-file" + + +[skills.figma-generate-design] +name = "figma-generate-design" +description = "Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the Figma screen to match code'. This is the preferred workflow skill whenever the user wants to build or update a full page, screen, or view in Figma from code or a description. Discovers design system components, variables, and styles via search_design_system, imports them, and assembles screens incrementally section-by-section using design system tokens instead of hardcoded values." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-generate-design" +stars = 22128 +commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" +context_size = 5041 domain = "design" last_updated = "2026-06-14" tags = [ - "file-creation", + "design-generation", "figma", - "design", + "application-layout", ] score = 85.4000015258789 is_mega_skill = false dependencies = [] -[skills.figma-create-new-file.install_action] +[skills.figma-generate-design.install_action] type = "copy" -[skills.figma-create-new-file.install_action.value] -folder = "skills/.curated/figma-create-new-file" +[skills.figma-generate-design.install_action.value] +folder = "skills/.curated/figma-generate-design" -[skills.git-guardrails-claude-code] -name = "git-guardrails-claude-code" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/misc/git-guardrails-claude-code" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 578 -domain = "security" + +[skills.figma-generate-library] +name = "figma-generate-library" +description = "Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHAT to build and in WHAT ORDER — it complements the `figma-use` skill which teaches HOW to call the Plugin API. Both skills should be loaded together." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-generate-library" +stars = 22128 +commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" +context_size = 4463 +domain = "design" last_updated = "2026-06-14" tags = [ - "git-safety", - "prevent-destructive-commands", - "hooks", + "design-library", + "component-creation", + "theming", ] -score = 99.44444274902344 +score = 85.4000015258789 is_mega_skill = false dependencies = [] -[skills.git-guardrails-claude-code.install_action] +[skills.figma-generate-library.install_action] type = "copy" -[skills.git-guardrails-claude-code.install_action.value] -folder = "skills/misc/git-guardrails-claude-code" +[skills.figma-generate-library.install_action.value] +folder = "skills/.curated/figma-generate-library" -[skills.improve-codebase-architecture] -name = "improve-codebase-architecture" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/improve-codebase-architecture" -stars = 128181 -commit_sha = "a36584e09eaee067c425938fd66bc7ccddf089e2" -context_size = 1629 + +[skills.figma-implement-design] +name = "figma-implement-design" +description = 'Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.' +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-implement-design" +stars = 22128 +commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" +context_size = 2905 domain = "development" last_updated = "2026-06-14" tags = [ - "architecture-improvement", - "refactoring", - "codebase-analysis", + "design-implementation", + "visual-fidelity", + "figma", ] -score = 99.44444274902344 +score = 85.4000015258789 is_mega_skill = false dependencies = [] -[skills.improve-codebase-architecture.install_action] +[skills.figma-implement-design.install_action] type = "copy" -[skills.improve-codebase-architecture.install_action.value] -folder = "skills/engineering/improve-codebase-architecture" +[skills.figma-implement-design.install_action.value] +folder = "skills/.curated/figma-implement-design" + [skills.figma-use] name = "figma-use" @@ -1006,170 +1422,90 @@ type = "copy" [skills.figma-use.install_action.value] folder = "skills/.curated/figma-use" -[skills.setup-matt-pocock-skills] -name = "setup-matt-pocock-skills" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/setup-matt-pocock-skills" -stars = 128181 -commit_sha = "3bb0b1b917b25c3c413c5d9df3df7fcfbb34e7ba" -context_size = 1715 -domain = "development" -last_updated = "2026-06-14" -tags = [ - "agent-setup", - "issue-tracker-configuration", - "triage-labels", -] -score = 99.44444274902344 -is_mega_skill = false -dependencies = [] - -[skills.setup-matt-pocock-skills.install_action] -type = "copy" - -[skills.setup-matt-pocock-skills.install_action.value] -folder = "skills/engineering/setup-matt-pocock-skills" - -[skills.handoff] -name = "handoff" -description = "Compact the current conversation into a handoff document for another agent to pick up." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/handoff" -stars = 128181 -commit_sha = "d54c497aa94400a496d3f2c38be10fa5f284c5a9" -context_size = 211 -domain = "collaboration" -last_updated = "2026-06-14" -tags = [ - "handoff-document", - "conversation-summary", - "agent-support", -] -score = 99.44444274902344 -is_mega_skill = false -dependencies = [] - -[skills.handoff.install_action] -type = "copy" - -[skills.handoff.install_action.value] -folder = "skills/productivity/handoff" - -[skills.diagnose] -name = "diagnose" -description = '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.' -source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/diagnose" -stars = 128181 -commit_sha = "7afa86d3a5dd96edde06ffa014e16c64e733681e" -context_size = 1790 -domain = "testing" -last_updated = "2026-06-14" -tags = [ - "bug-diagnosis", - "performance-analysis", - "debugging", -] -score = 99.44444274902344 -is_mega_skill = false -dependencies = [] - -[skills.diagnose.install_action] -type = "copy" - -[skills.diagnose.install_action.value] -folder = "skills/engineering/diagnose" -[skills.figma-generate-library] -name = "figma-generate-library" -description = "Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHAT to build and in WHAT ORDER — it complements the `figma-use` skill which teaches HOW to call the Plugin API. Both skills should be loaded together." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/figma-generate-library" +[skills.gh-address-comments] +name = "gh-address-comments" +description = "Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/gh-address-comments" stars = 22128 -commit_sha = "736f600bf6ecbc000c04f1d2710b990899f28903" -context_size = 4463 -domain = "design" +commit_sha = "77963424cd7687fd52e5fcfdd3f08d826ab9b1ab" +context_size = 319 +domain = "collaboration" last_updated = "2026-06-14" tags = [ - "design-library", - "component-creation", - "theming", + "github-pr", + "comment-management", + "auth-check", ] score = 85.4000015258789 is_mega_skill = false dependencies = [] -[skills.figma-generate-library.install_action] +[skills.gh-address-comments.install_action] type = "copy" -[skills.figma-generate-library.install_action.value] -folder = "skills/.curated/figma-generate-library" +[skills.gh-address-comments.install_action.value] +folder = "skills/.curated/gh-address-comments" -[skills.jupyter-notebook] -name = "jupyter-notebook" -description = "Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/jupyter-notebook" + +[skills.gh-fix-ci] +name = "gh-fix-ci" +description = "Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci" stars = 22128 commit_sha = "77963424cd7687fd52e5fcfdd3f08d826ab9b1ab" -context_size = 1038 -domain = "development" +context_size = 912 +domain = "testing" last_updated = "2026-06-14" tags = [ - "notebook-creation", - "data-exploration", - "template-usage", + "ci-debugging", + "github-actions", + "failure-analysis", ] score = 85.4000015258789 is_mega_skill = false dependencies = [] -[skills.jupyter-notebook.install_action] +[skills.gh-fix-ci.install_action] type = "copy" -[skills.jupyter-notebook.install_action.value] -folder = "skills/.curated/jupyter-notebook" +[skills.gh-fix-ci.install_action.value] +folder = "skills/.curated/gh-fix-ci" -[skills.superpowers] -name = "superpowers" -description = "Complete software development methodology for coding agents - brainstorming, test-driven development, systematic debugging, writing plans, executing plans, and more. Skills trigger automatically for mandatory workflows." -source_url = "https://github.com/obra/superpowers/tree/main/" -stars = 227318 + +[skills.guizang-social-card-skill] +name = "guizang-social-card-skill" +description = "Generate Guizang-style social card image sets and WeChat official account cover pairs from articles, scripts, screenshots, product notes, subtitles, or photos. Use when the user asks for 小红书图文, Rednote/Xiaohongshu images, social cards, carousel images, 3:4 covers, 微信公众号封面, WeChat 21:9 + 1:1 covers, Swiss Style, or magazine-style social images." +source_url = "https://github.com/op7418/guizang-social-card-skill" +stars = 4000 commit_sha = "" context_size = 0 -domain = "development" -last_updated = "2026-06-14" -tags = ["mega-skill"] -score = 113.19999694824219 -is_mega_skill = true -dependencies = [] - -[skills.superpowers.install_action] -type = "mega-skill-copy" - -[skills.superpowers.install_action.value] -source_folder = "skills" -dest_name = "superpowers" - -[skills.migrate-to-shoehorn] -name = "migrate-to-shoehorn" -description = "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." -source_url = "https://github.com/mattpocock/skills/tree/main/skills/misc/migrate-to-shoehorn" -stars = 128181 -commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" -context_size = 698 -domain = "development" -last_updated = "2026-06-14" +domain = "design" +last_updated = "2026-06-25" tags = [ - "test-migration", - "type-assertions", - "test-data", + "html-template", + "wechat", + "image-generation", + "xiaohongshu", + "social-cards", + "swiss-design", + "editorial-design", + "playwright", + "claude-code", ] -score = 99.44444274902344 +score = 75.0 is_mega_skill = false -dependencies = [] +dependencies = [ + "node", + "npx", +] -[skills.migrate-to-shoehorn.install_action] +[skills.guizang-social-card-skill.install_action] type = "copy" -[skills.migrate-to-shoehorn.install_action.value] -folder = "skills/misc/migrate-to-shoehorn" +[skills.guizang-social-card-skill.install_action.value] +folder = "." + [skills.hatch-pet] name = "hatch-pet" @@ -1195,29 +1531,31 @@ type = "copy" [skills.hatch-pet.install_action.value] folder = "skills/.curated/hatch-pet" -[skills.gh-fix-ci] -name = "gh-fix-ci" -description = "Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use `gh` to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL." -source_url = "https://github.com/openai/skills/tree/main/skills/.curated/gh-fix-ci" -stars = 22128 -commit_sha = "77963424cd7687fd52e5fcfdd3f08d826ab9b1ab" -context_size = 912 -domain = "testing" -last_updated = "2026-06-14" + +[skills.hermes-tweet] +name = "hermes-tweet" +description = "Use Hermes Tweet from Hermes Agent for X/Twitter search, authenticated reads, approved actions, monitors, media workflows, and social automation through Xquik." +source_url = "https://github.com/Xquik-dev/hermes-tweet/tree/master/skills/hermes-tweet" +stars = 15 +commit_sha = "1eed801ca7fe1ad9dac93774421392e59f9705da" +context_size = 1367 +domain = "integrations" +last_updated = "2026-06-30" tags = [ - "ci-debugging", - "github-actions", - "failure-analysis", + "x-twitter", + "social-media", + "hermes-agent", ] score = 85.4000015258789 is_mega_skill = false dependencies = [] -[skills.gh-fix-ci.install_action] +[skills.hermes-tweet.install_action] type = "copy" -[skills.gh-fix-ci.install_action.value] -folder = "skills/.curated/gh-fix-ci" +[skills.hermes-tweet.install_action.value] +folder = "skills/hermes-tweet" + [skills.humanizer-zh] name = "humanizer-zh" @@ -1244,55 +1582,56 @@ type = "copy" [skills.humanizer-zh.install_action.value] folder = "." -[skills.stop-slop] -name = "stop-slop" -description = "A skill file for removing AI tells from prose. Removes AI writing patterns from prose." -source_url = "https://github.com/hardikpandya/stop-slop/tree/main" -stars = 11305 -commit_sha = "8da1f030185bdfe8471220585162991eaeb970e9" -context_size = 0 -domain = "writing" -last_updated = "2026-06-18" + +[skills.jupyter-notebook] +name = "jupyter-notebook" +description = "Use when the user asks to create, scaffold, or edit Jupyter notebooks (`.ipynb`) for experiments, explorations, or tutorials; prefer the bundled templates and run the helper script `new_notebook.py` to generate a clean starting notebook." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/jupyter-notebook" +stars = 22128 +commit_sha = "77963424cd7687fd52e5fcfdd3f08d826ab9b1ab" +context_size = 1038 +domain = "development" +last_updated = "2026-06-14" tags = [ - "ai-detection-bypass", - "prose-rewriting", - "humanization", - "writing", + "notebook-creation", + "data-exploration", + "template-usage", ] -score = 92.0 +score = 85.4000015258789 is_mega_skill = false dependencies = [] -[skills.stop-slop.install_action] +[skills.jupyter-notebook.install_action] type = "copy" -[skills.stop-slop.install_action.value] -folder = "." +[skills.jupyter-notebook.install_action.value] +folder = "skills/.curated/jupyter-notebook" -[skills.ai-flavor-remover] -name = "ai-flavor-remover" -description = "AI 味去除 - 仅在 Gemini 2.5 Pro 上测试通过。AI flavor remover - tested on Gemini 2.5 Pro." -source_url = "https://github.com/hylarucoder/ai-flavor-remover/tree/main" -stars = 1035 -commit_sha = "919386756cf568edf0ac9bd40ae96a9eeea6e21e" -context_size = 0 -domain = "writing" -last_updated = "2026-06-18" + +[skills.linear] +name = "linear" +description = "Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear." +source_url = "https://github.com/openai/skills/tree/main/skills/.curated/linear" +stars = 22128 +commit_sha = "77963424cd7687fd52e5fcfdd3f08d826ab9b1ab" +context_size = 1238 +domain = "collaboration" +last_updated = "2026-06-14" tags = [ - "ai-detection-bypass", - "chinese", - "humanization", - "writing", + "task-management", + "issue-tracking", + "workflow-automation", ] -score = 75.0 +score = 85.4000015258789 is_mega_skill = false dependencies = [] -[skills.ai-flavor-remover.install_action] +[skills.linear.install_action] type = "copy" -[skills.ai-flavor-remover.install_action.value] -folder = "." +[skills.linear.install_action.value] +folder = "skills/.curated/linear" + [skills.nuwa-skill] name = "nuwa-skill" @@ -1319,6 +1658,32 @@ type = "copy" [skills.nuwa-skill.install_action.value] folder = "." + +[skills.review] +name = "review" +description = """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".""" +source_url = "https://github.com/mattpocock/skills/tree/main/skills/in-progress/review" +stars = 128181 +commit_sha = "9fecab929abb904c68ce3366a1781df31ab22832" +context_size = 1106 +domain = "testing" +last_updated = "2026-06-14" +tags = [ + "code-review", + "standards-check", + "spec-compliance", +] +score = 99.44444274902344 +is_mega_skill = false +dependencies = [] + +[skills.review.install_action] +type = "copy" + +[skills.review.install_action.value] +folder = "skills/in-progress/review" + + [skills.shuorenhua] name = "shuorenhua" description = "说人话|中文优先的去 AI 味改写 skill:保事实、分场景、改完可直接发。Chinese-first rewrite skill for Codex / Claude Code / Cursor / ChatGPT — removes AI tone, preserves facts." @@ -1344,6 +1709,108 @@ type = "copy" [skills.shuorenhua.install_action.value] folder = "." + +[skills.stop-slop] +name = "stop-slop" +description = "A skill file for removing AI tells from prose. Removes AI writing patterns from prose." +source_url = "https://github.com/hardikpandya/stop-slop/tree/main" +stars = 11305 +commit_sha = "8da1f030185bdfe8471220585162991eaeb970e9" +context_size = 0 +domain = "writing" +last_updated = "2026-06-18" +tags = [ + "ai-detection-bypass", + "prose-rewriting", + "humanization", + "writing", +] +score = 92.0 +is_mega_skill = false +dependencies = [] + +[skills.stop-slop.install_action] +type = "copy" + +[skills.stop-slop.install_action.value] +folder = "." + + +[skills.to-issues] +name = "to-issues" +description = "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." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/to-issues" +stars = 128181 +commit_sha = "ff3ee1dda50d636b4e25b1ba269d25d6d5784164" +context_size = 894 +domain = "planning-and-orchestration" +last_updated = "2026-06-14" +tags = [ + "issue-creation", + "task-breakdown", + "project-management", +] +score = 99.44444274902344 +is_mega_skill = false +dependencies = [] + +[skills.to-issues.install_action] +type = "copy" + +[skills.to-issues.install_action.value] +folder = "skills/engineering/to-issues" + + +[skills.to-prd] +name = "to-prd" +description = "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." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/to-prd" +stars = 128181 +commit_sha = "aaf2453fbdfe7a15c07f11d861224f34ab4b53cb" +context_size = 731 +domain = "documentation" +last_updated = "2026-06-14" +tags = [ + "prd-creation", + "context-to-document", + "project-issues", +] +score = 99.44444274902344 +is_mega_skill = false +dependencies = [] + +[skills.to-prd.install_action] +type = "copy" + +[skills.to-prd.install_action.value] +folder = "skills/engineering/to-prd" + + +[skills.write-a-skill] +name = "write-a-skill" +description = "Create new agent skills with proper structure, progressive disclosure, and bundled resources. Use when user wants to create, write, or build a new skill." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/productivity/write-a-skill" +stars = 128181 +commit_sha = "62f43a18177be6ec82da242e59ffbc490a4c22ea" +context_size = 764 +domain = "development" +last_updated = "2026-06-14" +tags = [ + "create-skill", + "structure", + "resources", +] +score = 99.44444274902344 +is_mega_skill = false +dependencies = [] + +[skills.write-a-skill.install_action] +type = "copy" + +[skills.write-a-skill.install_action.value] +folder = "skills/productivity/write-a-skill" + + [skills.writing-agent] name = "writing-agent" description = "一个基于 Claude Code (Skills + Subagents) 的去AI味全栈写作系统。不仅防套路,更通过专属规则强制注入人类观点与细节,搭配读者测试评估与自动图文排版。" @@ -1369,35 +1836,28 @@ type = "copy" [skills.writing-agent.install_action.value] folder = "." -[skills.guizang-social-card-skill] -name = "guizang-social-card-skill" -description = "Generate Guizang-style social card image sets and WeChat official account cover pairs from articles, scripts, screenshots, product notes, subtitles, or photos. Use when the user asks for 小红书图文, Rednote/Xiaohongshu images, social cards, carousel images, 3:4 covers, 微信公众号封面, WeChat 21:9 + 1:1 covers, Swiss Style, or magazine-style social images." -source_url = "https://github.com/op7418/guizang-social-card-skill" -stars = 4000 -commit_sha = "" -context_size = 0 -domain = "design" -last_updated = "2026-06-25" + +[skills.zoom-out] +name = "zoom-out" +description = "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." +source_url = "https://github.com/mattpocock/skills/tree/main/skills/engineering/zoom-out" +stars = 128181 +commit_sha = "7afa86d3a5dd96edde06ffa014e16c64e733681e" +context_size = 107 +domain = "collaboration" +last_updated = "2026-06-14" tags = [ - "html-template", - "wechat", - "image-generation", - "xiaohongshu", - "social-cards", - "swiss-design", - "editorial-design", - "playwright", - "claude-code", + "contextual-understanding", + "high-level-perspective", + "code-navigation", ] -score = 75.0 +score = 99.44444274902344 is_mega_skill = false -dependencies = [ - "node", - "npx", -] +dependencies = [] -[skills.guizang-social-card-skill.install_action] +[skills.zoom-out.install_action] type = "copy" -[skills.guizang-social-card-skill.install_action.value] -folder = "." +[skills.zoom-out.install_action.value] +folder = "skills/engineering/zoom-out" +