一键导入
create-package-instructions
Create complete AI instruction documentation for an R/Bioconductor package in .github/instructions/
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create complete AI instruction documentation for an R/Bioconductor package in .github/instructions/
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Analyze R/Bioconductor package structure to extract key information about its purpose, exports, and characteristics
Verify that waldronlab/ai-agent-skills are available and help users find the right skill
Update existing AI instruction documentation when an R/Bioconductor package changes
Validate that a skill conforms to the ai-agent-skills repository standards
Help create a new AI agent skill through collaborative Q&A
Automate documentation updates to SKILLS.md after creating or modifying a skill
| name | create-package-instructions |
| description | Create complete AI instruction documentation for an R/Bioconductor package in .github/instructions/ |
| version | 1.0.0 |
| category | r-packages |
| tags | ["r-packages","documentation","bioconductor"] |
| author | waldronlab |
Create complete AI instruction documentation for an R/Bioconductor package in .github/instructions/.
Invoke this skill when you want to generate AI-friendly documentation for an R package:
analyze-r-package to understand the package structure.templates/package-instructions/:
00-overview.md.template (Always)10-data-access.md.template (If Type: Remote or Hybrid)20-development.md.template (Always)30-testing-and-docs.md.template (Always)40-vignettes.md.template (If Vignettes > 0)INDEX.md.template (Always).github/instructions/ exists.{{VARIABLE_NAME}} using the analysis output (refer to templates/package-instructions/README.md for mappings). Write the results to .github/instructions/..github/instructions/ is NOT ignored in .gitignore.^\.github/instructions$ to .Rbuildignore.update-package-instructions.analyze-r-packageupdate-package-instructionsRelated: See analyze-r-package, update-package-instructions.