# Claude Code Starter

> Analyze a project's tech stack and generate comprehensive Claude Code configuration files (.claude/ directory with CLAUDE.md, skills, agents, rules, and commands). Use when setting up Claude Code for a new or existing repository.

- **Type:** Skill
- **Install:** `agentstack add skill-cassmtnr-claude-code-starter-claude-code-starter`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [cassmtnr](https://agentstack.voostack.com/s/cassmtnr)
- **Installs:** 0
- **Category:** [Agent Skills](https://agentstack.voostack.com/c/agent-skills)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [cassmtnr](https://github.com/cassmtnr)
- **Source:** https://github.com/cassmtnr/claude-code-starter
- **Website:** https://cassmtnr.github.io/claude-code-starter/

## Install

```sh
agentstack add skill-cassmtnr-claude-code-starter-claude-code-starter
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Claude Code Starter

You are setting up Claude Code configuration for a project. Follow the flow below to analyze the project and generate all `.claude/` configuration files.

## Step 1: Detect Project Type

Check if this is a **new project** (empty or "
---
```
Instructions to update `.claude/state/task.md` with new task, set status to "In Progress".

### `.claude/commands/status.md`
```yaml
---
allowed-tools: ["Read", "Glob", "Bash(git status)"]
description: "Show current task and session state"
---
```
Instructions to read task.md, show git status, summarize current state.

### `.claude/commands/done.md`
```yaml
---
allowed-tools: ["Read", "Write", "Edit", "Glob", "Bash(git:*)", "Bash(bun test)"]
description: "Mark current task complete"
---
```
Instructions to run tests, lint, verify, update task.md status to "Done".

### `.claude/commands/analyze.md`
```yaml
---
allowed-tools: ["Read", "Glob", "Grep"]
description: "Deep analysis of a specific area"
argument-hint: ""
---
```
Instructions to perform thorough analysis of specified area.

### `.claude/commands/code-review.md`
```yaml
---
allowed-tools: ["Read", "Glob", "Grep", "Bash(git diff)"]
description: "Review code changes for quality and security"
---
```
Instructions to review staged/unstaged changes.

## Output Summary

After generating all files, output a brief summary:
- List of files created
- Any gaps found (missing config files, unclear patterns)
- Suggested next steps

## Important Guidelines

1. **Be specific, not generic.** Every file must contain project-specific content.
2. **Reference real files.** Use `path/to/file.ts:lineNumber` format.
3. **Use actual commands.** Reference the project's real test/lint/build commands.
4. **Skip what doesn't apply.** Don't generate framework skills for frameworks not in use.
5. **Respect existing files.** If `.claude/` files exist, read and preserve manually-added content.

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [cassmtnr](https://github.com/cassmtnr)
- **Source:** [cassmtnr/claude-code-starter](https://github.com/cassmtnr/claude-code-starter)
- **License:** MIT
- **Homepage:** https://cassmtnr.github.io/claude-code-starter/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-cassmtnr-claude-code-starter-claude-code-starter
- Seller: https://agentstack.voostack.com/s/cassmtnr
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
