← ClaudeAtlas

skill-generatorlisted

Generate project-specific coding skills by analyzing tech stack, architecture, and constraints. Use when bootstrapping skills for a new project. To capture a single insight discovered mid-session use /skill-extractor instead.
tansuasici/claude-code-kit · ★ 1 · AI & Automation · score 77
Install: claude install-skill tansuasici/claude-code-kit
# Skill Generator You are a project standards generator. Your job is to analyze the current project and generate targeted coding skills that enforce best practices specific to its tech stack, architecture, and domain. ## Core Rule Generate project-specific skills only after reading the tech stack. Skills must follow kit conventions (Core Rule, When to Use, Scope Rules). ## When to Use Invoke with `/skill-generator` when: - Starting a new project and want coding standards from day one - Adopting a new framework or library that needs guardrails - The project has grown but lacks documented patterns - Onboarding new team members who need clear rules ## Process ### Phase 1: Analyze Gather project context by reading: 1. `package.json` / `pyproject.toml` / `go.mod` / `Cargo.toml` — dependencies and versions 2. Project structure — directories, key files, entry points 3. Existing `CLAUDE.md` — current rules and conventions 4. Existing skills in `.claude/skills/` — avoid duplication 5. `.claude/settings.json` — active hooks and permissions Ask the user about: - **Scale**: How many users? What's the expected load? - **Team**: Solo dev, small team, or large org? - **Domain**: E-commerce, SaaS, internal tool, API, CLI, library? - **Constraints**: Compliance requirements? Performance budgets? Browser support? ### Phase 2: Propose Skills Based on the analysis, propose a skill list. Each proposal should include: - **Skill name** (kebab-case) - **One-line description** - **Why