byanastasiyaw· 37 skills
Scaffold a new layer in a project's docs/layers/ tree following the feature-layer architecture (principle 28). A layer is a bounded concern (security, data, ui, infrastructure, domain) with its own invariants, decisions, gotchas, patterns, and feature narratives. Use when: "create a new layer", "add security layer", "scaffold layer", "start tracking <concern> separately", "/layer-new", "add bounded concern". Operates on the kb-skeleton structure; idempotent -- will not overwrite existing layers. Do NOT use to scaffold an individual feature narrative inside an existing layer; use /feature-new for that (a layer is the container, not the per-feature doc).
$npx -y skills add anastasiyaw/claude-code-config --skill layer-newInstalls into the current project.
Run `npx skills use "https://github.com/anastasiyaw/claude-code-config" --skill "anastasiyaw/claude-code-config/layer-new"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/anastasiyaw/claude-code-config" that are relevant to the current task. Run `npx skills add "https://github.com/anastasiyaw/claude-code-config"` and select the relevant skills, then follow their instructions.