Skip to main content

init-config

Initialize development configurations: CI/CD, linting, testing, Docker. Use for setting up project tooling. Use when this capability is needed.

Zur Installation springen

Quellinformationen

Repository
tomevault-io/skills-registry
Letzte Quellaktivität
28. April 2026 um 22:53
Erkannte Sprache von SKILL.md
Englisch
Sterne
0
Forks
0

Installationsoptionen

Standardmäßig ist der Prompt ausgewählt, der zuerst die Quelle prüft. Sie können zu einem direkten Befehl wechseln oder eine lokale Kopie herunterladen.

Quelldateien prüfen

Lesen Sie SKILL.md und alle von SkillsMP angezeigten Begleitdateien, bevor Sie sich für eine Installation entscheiden.

Datei-Explorer
2 Dateien

SKILL.md wird angezeigt

SKILL.md
Quellanweisungen · Schreibgeschützte Vorschau
name
init-config
description
Initialize development configurations: CI/CD, linting, testing, Docker. Use for setting up project tooling. Use when this capability is needed.
# Initialize Config Set up development infrastructure and tooling configurations. ## Available Config Types | 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 | ## Quick Reference | 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 | ## Agent Use `subagent_type: config-initializer` with a detailed prompt including: - Which config type(s) to initialize - Platform preferences (GitHub vs GitLab, etc.) - Framework-specific requirements - Any existing configs to preserve --- > Converted and distributed by [TomeVault](https://tomevault.io/claim/akashmeshram) — claim your Tome and manage your conversions. <!-- tomevault:4.0:skill_md:2026-04-15 -->
Auf GitHub ansehen