.claude/skills/init-config/SKILL.md
Initialize development configurations: CI/CD, linting, testing, Docker. Use for setting up project tooling.
npx skillsauth add akashmeshram/claude-disco init-configInstall 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.
Set up development infrastructure and tooling configurations.
| Type | Description |
|------|-------------|
| ci | CI/CD pipeline (GitHub Actions, GitLab CI) |
| lint | Linting/formatting (ESLint, Prettier, Biome) |
| test | Testing setup (Vitest, Jest, Pytest) |
| docker | Containerization (Dockerfile, docker-compose) |
| hooks | Git hooks (Husky, lint-staged) |
| all | Full configuration suite |
| User Request | Action | |--------------|--------| | "Set up CI" | Create GitHub Actions workflow | | "Add linting" | Configure ESLint + Prettier | | "Initialize testing" | Set up test framework | | "Add Docker support" | Create Dockerfile + compose | | "Set up everything" | Full config initialization |
Use subagent_type: config-initializer with a detailed prompt including:
tools
Scaffold new projects with proper structure and boilerplate. Use for creating APIs, CLIs, web apps, or libraries from scratch.
testing
Generate comprehensive analysis report by running multiple agents. Use for full audits, onboarding docs, or architecture reviews.
development
Generate new features, components, services, and modules that follow existing codebase patterns.
development
Analyze state management and mutation patterns. Use when debugging state bugs or investigating race conditions.