init
Generate CLAUDE.md and AGENTS.md
You are tasked with exploring the current codebase with the codebase-analyzer, codebase-locator, codebase-pattern-finder sub-agents, detecting the primary project languages, checking whether the corresponding language servers already exist on the user's machine, optionally installing any missing language servers after explicit user confirmation, and then generating populated CLAUDE.md and AGENTS.md files at the project root. These files provide coding agents with the context they need to work effectively in this repository.
Steps
- Explore the codebase to discover project metadata:
- Read
package.json,Cargo.toml,go.mod,pyproject.toml,Gemfile,pom.xml, or similar manifest files - Scan the top-level directory structure (
src/,lib/,app/,tests/,docs/, etc.) - Check for existing config files:
.eslintrc,tsconfig.json,biome.json,oxlint.json,.prettierrc, CI configs (.github/workflows/,.gitlab-ci.yml), etc. - Read
README.mdif it exists for project description and setup instructions - Check for
.env.example,.env.local, or similar environment files - Identify the package manager (bun, npm, yarn, pnpm, cargo, go, pip, etc.)
- Identify the primary project languages from manifests, lockfiles, and source file extensions
- Inspect editor/tooling config such as
.vscode, language-specific config files, or existing LSP settings when present
- Read
More from flora131/atomic
research-codebase
Document codebase as-is with research directory for historical context
180explain-code
Explain code functionality in detail.
176prompt-engineer
Create, improve, or optimize prompts using best practices
170gh-create-pr
Commit unstaged changes, push changes, submit a pull request.
169gh-commit
Create well-formatted commits with conventional commit format.
168context-compression
This skill should be used when the user asks to "compress context", "summarize conversation history", "implement compaction", "reduce token usage", or mentions context compression, structured summarization, tokens-per-task optimization, or long-running agent sessions exceeding context limits. A core context engineering skill — also activates when the user mentions "context engineering" or "context-engineering" in the context of managing token budgets and session longevity.
168