This is the bootstrapping skill you run when you first drop Claude into a new codebase. It scans your project structure, reads manifests like package.json or Cargo.toml, figures out what languages you're using, then generates CLAUDE.md and AGENTS.md files that give coding agents the context they need to work effectively. It'll even check if you have the right language servers installed and offer to set them up. Think of it as the onboarding script that makes your repo AI-ready. The skill pulls from flora131's atomic collection, which has solid traction with 234 stars and passes Snyk and Socket audits. Good first move if you're setting up a project for agent-assisted development.
npx skills add https://github.com/flora131/atomic --skill init