write-codelisted
Install: claude install-skill Jean-PierreGassin/ai-context
# Write Code
## Process
1. Gather [examples](#examples) that relate to the task at hand, be thorough
2. Consume the [rules](#rules) which will be the enforcement of your implementation
3. After writing code, verify that output doesn't contradict examples or standards
## Rules
- Examples are enforced preferences
- Examples can be overridden if they contradict with project standards
- If the changes seem large enough, ask the user to consider thin vertical slices
## Examples
See `examples/code-style-{language}.md` for a bad/good pair matching each rule for languages:
- `examples/code-style-php.md`
- `examples/code-style-ts.md`
See `examples/code-style-{framework}.md` for a bad/good pair matching each rule for frameworks, applied on top
of the matching language rules:
- `examples/code-style-laravel.md`
- `examples/code-style-vue.md`