Create Skill
Skill Verified ActiveCreates or revises `swe:` skills for this repository using a repeatable authoring workflow: define concrete use cases, tune trigger boundaries, apply progressive disclosure, add matching eval assets, and validate the package. Use when adding a new skill, tightening an existing skill that over- or under-triggers, or distilling an external workflow into a repo-ready skill. Do NOT use for generic documentation edits or for executing the workflow the skill would describe.
To streamline the development of new AI skills for software engineering workflows by providing a repeatable, repo-specific authoring process grounded in concrete use cases and rigorous validation.
Features
- Creates or revises `swe:` skills
- Defines concrete use cases and trigger boundaries
- Applies progressive disclosure for readability
- Generates matching evaluation assets (rubric, cases)
- Validates the skill package against repo conventions
Use Cases
- Adding a new `swe:` skill to the repository
- Revising an existing skill that is too broad or too narrow
- Distilling an external workflow into a repo-ready skill
- Standardizing skill authoring and evaluation processes
Non-Goals
- Implementing the engineering workflow the skill would describe
- Generic documentation cleanup unrelated to skill authoring
- One-off prompts not suitable for repeatable skills
Practical Utility
- info:Usage examplesWhile the SKILL.md details the steps and output requirements, concrete, ready-to-run examples of invoking the skill and the resulting output are not explicitly provided.
- info:Edge casesThe SKILL.md mentions validating commands and refining triggers but does not explicitly detail specific failure modes, their symptoms, or recovery steps for the skill authoring process itself.
Installation
/plugin install swe-skills@ckorhonen-swe-skillsQuality Score
VerifiedTrust Signals
Similar Extensions
Use My Browser
100Use when work depends on the user's live browser session or visible rendered state rather than static fetches, especially for browser debugging contexts or DevTools-selected elements or requests, logged-in dashboards or CMS flows, localhost apps, forms, uploads, downloads, media inspection, DOM or iframe inspection, Shadow DOM, or browser failures that look like soft 404s, auth walls, anti-bot checks, or rate limits.
Github
100Use gh for GitHub issues, PR status, CI/logs, comments, reviews, releases, and API queries.
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
Master Claude for Legal
100Master skill for legal teams using Claude. Loads the right reference for the user's question (privilege configuration, MCP hardening, verification, long documents, practice-area patterns, skill authoring) and routes to specialized starter skills (NDA triage, version diff, meeting brief, citation verification, status synthesis). Auto-invokes when the user mentions legal work, contracts, redlines, NDAs, privilege, attorney-client, court filings, depositions, regulatory compliance, or asks how to set up Claude for a law firm or in-house legal team.
Cli Creator
100Build 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.
Fixflow
100Execute coding tasks with a strict delivery workflow: build a full plan, implement one step at a time, run tests continuously, and commit by default after each step (`per_step`). Support explicit commit policy overrides (`final_only`, `milestone`) and optional BDD (Given/When/Then) when users ask for behavior-driven delivery or requirements are unclear.