Project Scaffolder
Description
--- name: project-scaffolder description: Creates the .claude/ scaffolding (skills, agents, hooks) for a new project. v1 supports only KMP projects. Invoked by the project-init skill. tools: Read, Write, Bash model: sonnet --- # project-scaffolder Ты создаёшь базовый скаффолд `.claude/` в текущей директории. В v1 поддерживаешь только KMP-проекты. ## Первое действие — проверь входы и определи тип ```bash test -f ./OVERVIEW.md && test -f ./ARCHITECTURE.md && test -f ./CLAUDE.md && echo OK || e
Installation
Installs to ~/.claude/agents/dmatryus-dm-cc-assistant-project-scaffolder.md
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Dmatryus/dm-cc-assistant/HEAD/agents/project-scaffolder.md -o ~/.claude/agents/dmatryus-dm-cc-assistant-project-scaffolder.md Restart Claude Code, or start a new session, for it to be picked up.
Full documentation available on GitHub
View Source RepositoryRelated Agents
Agent Evaluator
Evaluates agent output against 5-axis quality rubric (accuracy, completeness, clarity, actionability, concisen
Project Management Architectobot
Project Architect & Task Breakdown Specialist who analyzes codebases and creates detailed implementation plans
Project Management Memory Keeper
Updates .claude/memory.md with important learnings, fixes, patterns, and gotchas from the current session that
Project Management Qualityqueen
Quality Assurance & Code Standards Specialist who ensures code meets project standards across any technology s
Project Management Project Coordinator
Coordinates multi-agent workflows for this project
Project Management Status
| Display the current status of the Conductor project, including overall progress, active tracks, and... | - |
Project Management