用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Bioconductor/ai-agent-skills --skill create-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | create-skill |
| description | Help create a new AI agent skill through collaborative Q&A |
| version | 1.3.1 |
| category | meta |
| tags | ["meta","infrastructure","skill-creation"] |
| author | bioconductor |
Help create new AI agent skills through collaborative Q&A. Guides from rough ideas to structured skill files, focusing on intent over perfect formatting.
Invoke this skill when you want to create a new skill:
Start with open-ended questions:
Existing domains: meta, r-packages, bioconductor-how-tos
If uncertain, suggest the closest match. Convert purpose to kebab-case for the filename: "analyze R package" → analyze-r-package.
Ask the user to walk through the steps. Capture major steps, key decisions, required inputs, expected outputs, and strategic code snippets (as guardrails). Help clarify and break down complex steps.
Create a well-structured skill file following AGENTS.md and SKILL_STANDARD.md.
Do not duplicate SSOT guidelines; use references instead.
Fill in what's clear, use TODO markers for uncertainties, and prioritize clarity.
Present a summary to the user, invite feedback ("Did I capture your intent correctly?"), and offer to iterate.
Before updating repository documentation, invoke validate-skill on the new file. Fix any CRITICAL issues. Only proceed to step 7 if validation passes.
Invoke document-skill by saying "Document the [skill-name] skill". It will automatically update SKILLS.md. Confirm completion with the user and suggest they test the skill.
Generate a markdown file saved to skills/[skill-name]/SKILL.md. See SKILL_STANDARD.md for the required template and format.
User: "I want to make a skill that helps validate R package documentation"
Agent: Engages in Q&A to understand documentation aspects, timing, and actions.
Result: skills/validate-r-documentation/SKILL.md
validate-skill before document-skillRelated: See SKILL_STANDARD.md for technical format details. See AGENTS.md for how agent discovery works.