What problem does it solve?
This Skill automates the setup of essential code quality tools (formatters, linters, test frameworks) for new or existing projects, ensuring consistency and adherence to best practices across different programming languages.
Core Features & Use Cases
- Multi-Language Support: Detects and configures tools for Python, JavaScript, TypeScript, Go, Rust, Java, Ruby, and C#.
- Automated Configuration: Generates necessary config files (e.g.,
pyproject.toml, .prettierrc.json) and Makefile targets.
- Optional Pre-commit Hooks: Sets up pre-commit hooks for immediate quality checks.
- Entire.io Integration: Enables agent session capture for debugging and learning.
- Use Case: Onboarding a new project with a mix of Python backend and TypeScript frontend; run
/wfc-init once to have all quality tools and configurations set up automatically.
Quick Start
Run /wfc-init in your project's root directory to set up quality tools.