.claude/skills/conventions/SKILL.md
Automatically apply standard coding conventions when writing or modifying code. Use this skill when working with Python, TypeScript, JavaScript, Go, PHP, or creating git commits. Triggers include writing new code, refactoring existing code, or committing changes in supported languages.
npx skillsauth add Mineru98/skills-store Coding ConventionsInstall 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 writing or modifying code:
references/ directoryreferences/python-conventions.md - Python (PEP 8)references/typescript-conventions.md - TypeScriptreferences/javascript-conventions.md - JavaScript (Airbnb)references/golang-conventions.md - Goreferences/php-conventions.md - PHP (PSR)references/git-commit-conventions.md - Git commit formatFollow Conventional Commits format:
<type>(<scope>): <subject>
Common types: feat, fix, docs, style, refactor, test, chore
Rules:
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>Example:
feat(auth): add user authentication
Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
For complete git commit guidelines, see references/git-commit-conventions.md.
tools
Use when browser automation, web testing, screenshots, form filling, scraping, or page interaction is needed. Prefer Codex Playwright browser tools for navigation, clicking, typing, screenshots, tabs, and waiting. Fall back to the local `playwright-cli` command when CLI-based browser control or artifact files are specifically useful.
tools
지정한 포트에서 실행 중인 프로세스를 찾아 종료합니다.
tools
변경된 파일을 기능별로 그룹화하여 커밋 생성
development
Guide for defining and using Claude subagents effectively. Use when (1) creating new subagent types, (2) learning how to delegate work to specialized subagents, (3) improving subagent delegation prompts, (4) understanding subagent orchestration patterns, or (5) debugging ineffective subagent usage.