skills/project-creator/SKILL.md
Project documentation scaffolding. Covers about.md, specs.md, architecture.md, project-context.md, and user stories. Use when creating or maintaining project documentation in a .project/ folder, scaffolding specs, architecture docs, or user stories. Keywords: project setup, documentation, specs, architecture, stories.
npx skillsauth add itechmeat/llm-code project-creatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Guide creation and maintenance of project documentation in .project/ folder.
assets/ folderreferences/ folder.project/ documentation.project/
├── about.md # Project overview, goals, target audience
├── specs.md # Technical specifications, versions
├── architecture.md # System architecture with diagrams
├── project-context.md # Cumulative decisions (optional)
└── stories/
├── stories.md # Master list
└── 001-story-name.md # Individual stories
| Template | File | Purpose |
| ------------ | ------------------------------------ | ------------------- |
| About | assets/about-template.md | Project overview |
| Specs | assets/specs-template.md | Technical specs |
| Architecture | assets/architecture-template.md | System architecture |
| Context | assets/project-context-template.md | Project context |
| Stories List | assets/stories-template.md | Stories master list |
| Story | assets/story-template.md | Individual story |
| Guide | File | Purpose |
| ------------ | ---------------------------------- | -------------------- |
| About | references/about-guide.md | Questions & criteria |
| Specs | references/specs-guide.md | Questions & criteria |
| Architecture | references/architecture-guide.md | Questions & criteria |
| Context | references/context-guide.md | Questions & criteria |
| Stories | references/stories-guide.md | Questions & criteria |
about.md → specs.md → architecture.md → project-context.md → stories/
references/assets/When documents already exist:
Agent: Let's start with about.md. Can you describe what this project does in your own words?
User: It's an app for tracking expenses.
Agent: Great start! Here are some formulation options:
1. "A personal finance app for tracking daily expenses"
2. "An expense tracker that helps users manage spending"
3. "A mobile app for recording and categorizing expenses"
Which resonates most? Or combine elements?
User: Option 2, but for small businesses, not personal.
Agent: Updated formulation:
"An expense tracker that helps small businesses
manage spending and categorize business expenses."
Does that capture it? Should we add reporting
or team features?
assets/Questions are examples — adapt to each unique project:
When user lacks technical knowledge:
data-ai
Zvec in-process vector database. Covers collections, indexing, embeddings, reranking, and persistence. Use when embedding Zvec into applications or tuning retrieval/storage behavior. Keywords: Zvec, HNSW-RaBitQ, vector database, ANN.
development
Vitest testing framework: Vite-powered tests, Jest-compatible API, mocking, snapshots, coverage, browser mode, and TypeScript support. Use when writing or configuring tests with Vitest, setting up mocking/snapshots, configuring coverage, or running browser-mode tests. Keywords: Vitest, testing, Vite, Jest, mocking, coverage.
tools
Vite next-gen frontend tooling: dev server, HMR, build, config, plugins, Environment API, Rolldown. Use when setting up or running a Vite project, configuring vite.config.*, authoring plugins, working with HMR or JS API, or managing environment variables and modes. Keywords: vite.config, bundler, Vite, HMR, Rolldown.
development
Orchestrate AI coding with Vibe Kanban: tasks, review, sessions, workspaces, and isolated git worktrees. Use when managing AI-generated code in isolated environments, planning coding tasks, reviewing AI output, or configuring Vibe Kanban workspaces and agents. Keywords: Vibe Kanban, AI orchestration, worktrees.