원클릭으로
conventional-commits
Write git commit messages that follow the Conventional Commits v1.0.0 specification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Write git commit messages that follow the Conventional Commits v1.0.0 specification.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications. Generates creative, polished UI that avoids generic AI aesthetics.
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance, or optimize a skill's description for better triggering accuracy.
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
Use when implementing any feature or bugfix, before writing implementation code
| name | conventional-commits |
| description | Write git commit messages that follow the Conventional Commits v1.0.0 specification. |
| emoji | 🔖 |
Format: <type>(<optional scope>): <description> then an optional body and
footers.
Types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert.
Rules:
! after the type/scope AND/OR a
BREAKING CHANGE: footer explaining the break.Examples: feat(auth): add OAuth2 device-code login fix(api): reject negative page sizes (closes #214) refactor(store)!: drop the legacy sync API
BREAKING CHANGE: Store.sync() is removed; use await Store.async().
Source: github.com/inprojectspl/conventional-commits (MIT). Condensed + attributed for the corlinman marketplace; see ../../ATTRIBUTION.md.