一键导入
create-skills
Meta-skill for scaffolding new AgentSpec skills. Creates skill directory structure with SKILL.md, commands/, references/, templates/, and scripts/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Meta-skill for scaffolding new AgentSpec skills. Creates skill directory structure with SKILL.md, commands/, references/, templates/, and scripts/.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | create-skills |
| description | Meta-skill for scaffolding new AgentSpec skills. Creates skill directory structure with SKILL.md, commands/, references/, templates/, and scripts/. |
| license | MIT |
| compatibility | GitHub Copilot VS Code, GitHub Copilot cloud agent |
| metadata | {"version":"0.1.0","category":"meta","status":"scaffold"} |
Invoke:
/create-skills /create-skill <skill-name>
Meta-skill para criar novas skills no AgentSpec. Gera a estrutura de diretórios padronizada e arquivos iniciais seguindo as convenções do repositório.
.github/config/grounding.md antes de executar..github/skills/{skill-name}/
├── SKILL.md ← Metadata, global rules, routing table
├── commands/ ← Um arquivo .md por comando
├── references/ ← Material de apoio reutilizável
├── templates/ ← Artefatos prontos para uso
└── scripts/ ← Automação e tooling
| Gate | Critério |
|---|---|
| Naming | skill-name em kebab-case |
| Structure | Todos os diretórios criados |
| SKILL.md | Frontmatter + global rules + routing table presentes |
| No duplication | Zero duplicação entre SKILL.md e commands/ |
SCAFFOLD — Esta skill define a estrutura mínima. Expanda conforme necessidade.
AgentSpec commands for workflow. Use /workflow-commands + intent. Reads .github/config/grounding.md before executing. Commands: /brainstorm, /build, /validate, /create-pr, /define, /design, /iterate, /ship
AgentSpec commands for managing project knowledge context. Use /knowledge-context-commands + intent. Reads .github/config/grounding.md before executing. Commands: /create-context, /update-context, /check-context
AgentSpec commands for knowledge. Use /knowledge-commands + intent. Reads .github/config/grounding.md before executing. Commands: /create-kb, /update-kb, /refresh-stale-kbs
Generate beautiful, self-contained HTML pages that visually explain systems, code changes, plans, and data. Use when the user asks for a diagram, architecture overview, diff review, plan review, project recap, comparison table, or any visual explanation of technical concepts. Also use proactively when you are about to render a complex ASCII table (4+ rows or 3+ columns) — present it as a styled HTML page instead.
AgentSpec commands for core. Use /core-commands + intent. Reads .github/config/grounding.md before executing. Commands: /meeting, /memory, /readme-maker, /status, /sync-context
AgentSpec commands for data-engineering. Use /data-engineering-commands + intent. Reads .github/config/grounding.md before executing. Commands: /ai-pipeline, /data-contract, /data-quality, /lakehouse, /migrate, /pipeline, /schema, /sql-review