Initial commit
This commit is contained in:
12
skills/core/coding-standards.yaml
Normal file
12
skills/core/coding-standards.yaml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: coding-standards
|
||||
description: |
|
||||
Skill for ensuring all code follows project conventions and best practices.
|
||||
Used by Skye, Kai, Leo, Mina, and Iris.
|
||||
principles:
|
||||
- Code must be readable, consistent, and testable.
|
||||
- Prefer explicitness over cleverness.
|
||||
- Document assumptions inline when logic is non-trivial.
|
||||
checks:
|
||||
- Lint and type checks pass (ESLint, mypy, etc.)
|
||||
- Code includes comments for complex logic.
|
||||
- Sensitive data is never logged or exposed.
|
||||
Reference in New Issue
Block a user