用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ScriptedAlchemy/agent-bundle --skill getting-started命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Inventories, matches, converts, repairs, and audits audiobooks with immutable sources, explicit mutation, Audible review, and optional acoustic or Whisper evidence.
Plans and verifies dependency upgrades with compatibility, rollout, and rollback evidence.
Triages production incidents with evidence-first containment and a clear operational handoff.
正在显示 SKILL.md
| name | getting-started |
| description | Explains what this plugin provides and how to extend it with new Skills. |
Use this Skill when someone asks what this plugin can do, or how to add a new capability to it.
This plugin currently ships one Skill — this one. It was scaffolded from the
minimal template of create-agent-bundle, which is the smallest complete
agent-bundle project: one config, one Skill, and a delivery gate.
skills/<skill-id>/SKILL.md with name and description
frontmatter. The name must match the directory name.references/ (read-only context) and
assets/ (files the agent fills in or copies).skills array of agent-bundle.config.ts.check script: it validates the config, builds every
host artifact, and runs the tests.When answering with this Skill, name the Skills the plugin currently ships and cite the exact files a new Skill needs.