Agent skill
scaffold-skill
系统初始化脚手架。用于在新项目中克隆和初始化 sop-engine 内核。
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/data/scaffold-skill
SKILL.md
Scaffold Skill (脚手架)
负责将 sop-engine 的核心组件(Runtime, Core Skills)克隆到新的项目目录中,使其成为一个独立的自包含系统。
输入
target_path: 目标项目路径(相对或绝对)system_name: 系统名称
输出
result: 包含初始化状态和克隆的文件列表
流程
- 检查目标目录是否存在,不存在则创建
- 复制
.sop-engine/runtime - 复制
.claude/skills(Core Skills) - 初始化
.claude/agents - 创建基础配置文件 (
CLAUDE.md,config.sh)
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?