.agents/skills/editorconfig/SKILL.md
Generate a .editorconfig file for a repository
npx skillsauth add aspiers/ai-config editorconfigInstall 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.
When starting work on a new repository or adding an .editorconfig to an
existing project that lacks one.
Creates a minimal .editorconfig file with sensible defaults. The generated
config follows the repository's existing style when possible.
.editorconfig already exists - if so, update it.editorconfig content
with no unnecessary duplication.root = true
[*]
indent_style = space
indent_size = <detected or 4>
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
max_line_length = 78
[*.json]
indent_size = 2
root = true at the top[*] for universal settingsdevelopment
Run tests according to repository guidelines. Use after linting passes, before staging changes.
development
Orchestrate the complete development workflow for implementing sub-tasks from a task list. Use for end-to-end feature implementation with quality controls.
development
Implement a single sub-task from a task list. Use when working on feature development with existing task lists.
data-ai
Generate a detailed task list from a PRP. Use after a PRP is created and ready for implementation planning.