Scaffold or update a project to match the standard CLAUDE.md structure — root CLAUDE.md, docs/ tree (architecture, source-map, testing trio, workflow, gotchas, deploy, api), docs/ephemeral/ working area, and .claude/ agent + skill stubs. Use when starting a new repo, adopting the standard layout in an existing repo, or repairing a partial scaffold. Skips existing files unless --force.
$npx -y skills add extractumio/extractum-skills --skill start-a-projectInstalls into the current project.
Run `npx skills use "https://github.com/extractumio/extractum-skills" --skill "extractumio/extractum-skills/start-a-project"` 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/extractumio/extractum-skills" that are relevant to the current task. Run `npx skills add "https://github.com/extractumio/extractum-skills"` and select the relevant skills, then follow their instructions.