smithery/neversight

scaffold-skill

系统初始化脚手架。用于在新项目中?

Installation

$ npx skills add smithery/neversight --skill scaffold-skill

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/neversight · top by installs.

npx skills add smithery/neversight

Browse all from smithery/neversight

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents claude-code

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 752 B
  • docs SUMMARY.md 109 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Scaffold Skill (脚手架)

负责将 sop-engine 的核心组件(Runtime, Core Skills)克隆到新的项目目录中,使其成为一个独立的自包含系统。

输入

  • target_path: 目标项目路径(相对或绝对)
  • system_name: 系统名称

输出

  • result: 包含初始化状态和克隆的文件列表

流程

  1. 检查目标目录是否存在,不存在则创建
  2. 复制 .sop-engine/runtime
  3. 复制 .claude/skills (Core Skills)
  4. 初始化 .claude/agents
  5. 创建基础配置文件 (CLAUDE.md, config.sh)