用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Awish021/opencode --skill conventional-commits命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Use when implementing code changes, bug fixes, refactors, or multi-step edits that may sprawl; keeps work split into atomic, independently verifiable changes.
Helm chart development patterns for packaging and deploying Kubernetes applications. Use when creating reusable Helm charts, managing multi-environment deployments, or building application catalogs for Kubernetes.
Helps users discover and install agent skills when they ask questions like "how do I do X", "find a skill for X", "is there a skill that can...", or express interest in extending capabilities. This skill should be used when the user is looking for functionality that might exist as an installable skill.
正在显示 SKILL.md
基于 SOC 职业分类
| name | conventional-commits |
| description | Generate commit messages following conventional commit format. |
Use this when you want to commit the code changes that have been staged. Ask clarifying questions if some changes are unclear to you.
type(scope): description
Add a body ONLY when:
DO NOT add a body for:
WRONG: "feat(api): add user authentication Adds login functionality for users"
RIGHT: "feat(api): add user authentication"
chore(deps): update dependenciesfix(api): resolve authentication bugrefactor(database): optimize query performance