用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/richfrem/claude-design-bc-gov-design-system --skill create-stateful-skill命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | create-stateful-skill |
| description | Scaffold an advanced stateful agent skill with L4 patterns |
| argument-hint | [skill-name] |
| allowed-tools | Bash, Read, Write |
Follow the create-stateful-skill skill workflow to scaffold an advanced agent skill
with L4 state management, lifecycle artifacts, and chained commands.
$ARGUMENTS — optional skill name or use-case description. Omit to start with discovery.$ARGUMENTS provides a skill name or context, use it to seed discoverySkill directory with SKILL.md implementing selected L4 patterns, state schema,
lifecycle artifact templates, and chained command definitions.
$ARGUMENTS is empty: begin with discovery — identify which L4 patterns applycreate-skill
instead — stateful scaffolding adds complexity that simple skills don't need