code-style
Use when writing or modifying any code. Enforces naming conventions, function design, and code clarity principles.
Installation
SKILL.md
Small and Focused Each function should do one thing well. Split larger functions into smaller, independent methods.
Never mix abstraction levels in one function body. This is the Single Level of Abstraction (SLA) principle.
Never Use If With Else Prefer guard clauses or polymorphism over if-else blocks.
Use when writing or modifying any code. Enforces naming conventions, function design, and code clarity principles. Source: bumgeunsong/daily-writing-friends.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill code-style- Category
- </>Dev Tools
- Verified
- —
- First Seen
- 2026-02-05
- Updated
- 2026-02-18
Quick answers
What is code-style?
Use when writing or modifying any code. Enforces naming conventions, function design, and code clarity principles. Source: bumgeunsong/daily-writing-friends.
How do I install code-style?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/bumgeunsong/daily-writing-friends --skill code-style Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/bumgeunsong/daily-writing-friends
Details
- Category
- </>Dev Tools
- Source
- user
- First Seen
- 2026-02-05