← Back to list

coding-practices
by alexeldeib
⭐ 1🍴 0📅 Jan 12, 2026
SKILL.md
name: coding-practices description: This skill should be used when the user asks about "coding best practices", "code conventions", "code style", "how to write good code", "clean code", or asks for guidance on code quality and patterns. Scaffold skill - expand with your preferred practices. version: 0.1.0
Coding Practices
Scaffold skill for coding best practices and conventions. Expand this skill with your preferred patterns, style guides, and development workflows.
Structure
To build out this skill, add content covering:
Code Quality
- Naming conventions
- Function design
- Error handling patterns
- Testing approaches
Project Structure
- Directory organization
- Module patterns
- Configuration management
Workflow
- Git conventions
- Code review guidelines
- Documentation standards
References
Add detailed guides to references/:
references/style-guide.md- Language-specific style guidesreferences/patterns.md- Common design patternsreferences/testing.md- Testing strategies
Examples
Add working examples to examples/:
examples/good-function.py- Well-structured function exampleexamples/error-handling.js- Error handling patterns
Customization
Replace this scaffold content with your actual coding practices and preferences. Focus on patterns that:
- You use repeatedly
- Are non-obvious to a general LLM
- Are specific to your tech stack or organization
Keep SKILL.md lean (1,500-2,000 words) and move detailed content to references/.
Score
Total Score
50/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon