project-init
Installation
SKILL.md
Project Init Skill
Set up the standard project scaffolding for memory management, instructions, and secrets. Run the following steps:
Step 1: Detect Project Info
- Determine the project name from
$ARGUMENTSif provided, otherwise use the current directory name. - Determine the absolute path of the current working directory.
- Compute the Claude memory path:
~/.claude/projects/<sanitized-project-path>/memory/where<sanitized-project-path>is the absolute path with/replaced by-and leading-preserved (e.g.,/Users/alice/projects/my-appbecomes-Users-alice-projects-my-app).
Step 2: Create CLAUDE.md
Create CLAUDE.md in the project root with the following content (replace <MEMORY_PATH> with the computed memory path):
# Project Instructions