Initialize Claude Code framework infrastructure for any project
Add this skill
npx mdskills install applied-artificial-intelligence/project-setupReferences external content file but provides no actionable setup instructions in main skill
1---2name: project-setup3description: Initialize Claude Code framework infrastructure for any project4invocation: "/system:setup [python|javascript|existing]"5---67# Project Setup Skill89Initialize `.claude/` infrastructure for Claude Code projects.1011**When to use**: New project or adding Claude framework to existing project.1213**What it creates**:14- `.claude/settings.json` - Plugin marketplace + enabled plugins15- `.claude/work/` - Work unit tracking16- `.claude/memory/` - Project knowledge persistence17- `.claude/hooks/` - Session hooks (transitions)18- `CLAUDE.md` - Project instructions1920**Invocation**: Ask Claude to set up the project, or use @project-setup/content.md2122@project-setup/content.md23
Full transparency — inspect the skill content before installing.