What problem does it solve?
This Skill removes the manual setup work required to prepare an agent-fix run by automatically detecting a target project's structure, quality commands, dev server details, and (when applicable) frontend auth configuration.
Core Features & Use Cases
- Project structure detection: Scans
project_path, derives a kebab-case slug from package.json, and identifies monorepo vs single-app layouts.
- Context file inventory: Registers available context documents (e.g.,
CLAUDE.md, AGENTS.md, spec files, API specs, and README.md) into context_sources.md.
- Config.yaml generation: Produces
projects/<slug>/config.yaml including framework, language, quality_checks, issue_source, skills directories, behavior_validation, and MCP server settings.
- Quality tooling discovery: Detects
type-check/typecheck, lint/eslint, prettier, and test commands to populate verification steps.
- Frontend auth wiring (best-effort): If the project looks like a frontend framework, searches for login/auth routes and modal triggers, and fills selector fields; otherwise it disables behavior validation and auth details.
Quick Start
Ask the agent to run project-init against your repository path and generate projects/<slug>/config.yaml plus context_sources.md.