Create Skill
技能 已验证 活跃Creates 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.
功能
- 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
使用场景
- 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
非目标
- 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.
安装
/plugin install swe-skills@ckorhonen-swe-skills质量评分
已验证类似扩展
使用我的浏览器
100当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。
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
100使用严格的交付工作流执行编码任务:构建完整计划、分步实现、持续运行测试,并默认在每一步 (`per_step`) 后提交。当用户要求行为驱动交付或需求不明确时,支持显式提交策略覆盖 (`final_only`, `milestone`) 和可选的 BDD(给定/当/则)。