一键导入
skills
Skill management - create, validate, and improve Claude Code skills
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Skill management - create, validate, and improve Claude Code skills
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when you need to create clear, concise summaries of information. This includes summarizing long documents, articles, meeting notes, technical documentation, research papers, or any text that needs to be condensed while preserving key information. The skill provides techniques for extractive and abstractive summarization, bullet-point formatting, and executive summaries.
Add comprehensive CI workflows to a target repo - lint, test, build, security scanning, dependabot, scorecard, action pinning
Brainstorm and create phased enhancement plan for a target repo - PR sizing, phase selection, task breakdown
Add pre-commit hooks, linting, CLAUDE.md, and foundational .claude/ setup to a target repo
Review all orchestration PRs before merge - per-PR checks, cross-PR consistency, and coordinated approval
Scan and assess a target repository - tech stack, CI maturity, security posture, test coverage, supply chain health
| name | skills |
| description | Skill management - create, validate, and improve Claude Code skills |
flowchart TD
START(["/skills"]) --> NEED{"What do you need?"}
NEED -->|New skill| WRITE["skills:write"]:::skills
NEED -->|Edit skill| WRITE
NEED -->|Audit all| SCAN["skills:scan"]:::skills
WRITE --> VALIDATE["skills:validate"]:::skills
VALIDATE -->|Issues| WRITE
VALIDATE -->|Pass| PR["Create PR"]:::git
SCAN -->|Gaps found| WRITE
classDef skills fill:#607D8B,stroke:#333,color:white
classDef git fill:#FF9800,stroke:#333,color:white
Follow this diagram as the workflow.
Skills for managing the skill system itself.
Before creating or editing any skill, consider creating a worktree:
git worktree add .worktrees/skills-<topic> -b docs/skills-<topic> main
Then work in the worktree, validate, and create a PR.
| Skill | Purpose |
|---|---|
skills:write | Create new skills or edit existing ones following the standard template |
skills:validate | Validate skill format, naming, and structure |
skills:scan | Audit repository skills — gaps, quality, connections, diagrams |
orchestrate — Orchestrate other repos using skillsorchestrate:replicate — Bootstrap skills into target repos