Create a GitHub release and publish to NPM.
원문 언어: 영어
메뉴
SkillsMP는 ItsBenCodes/cookies에서 9개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 9개 중 9개를 표시합니다.
Create a GitHub release and publish to NPM.
원문 언어: 영어
Commit staged work, push the branch, and open a PR. Use when wrapping up changes that need to ship.
원문 언어: 영어
Draft an implementation plan for a feature in .agents/plans. Does not execute the plan. Use when the user asks to plan, design, or scope a feature without building it.
원문 언어: 영어
Execute an implementation plan. Implements every task, runs validation, commits, and opens a PR. Use when the user asks to execute, implement, or run a plan file.
원문 언어: 영어
Triage and fix dependency vulnerabilities in an npm project. Use when the user asks to fix, address, or patch dependency/dependabot/npm audit vulnerabilities.
원문 언어: 영어
Prepare a release PR by bumping package versions (patch, minor, or major).
원문 언어: 영어
Analyze past Claude Code session(s) for mistakes and propose targeted improvements. Use when the user asks for a retrospective, post-mortem, or session review. Outputs concise findings plus suggested edits to CLAUDE.md (general lessons) or new/updated skills…
원문 언어: 영어
Upgrade all dependencies in an npm project to their latest versions.
원문 언어: 영어
Run the repo's full validation suite (format, build, size, tests, e2e). Invoke after any important change — finishing a feature, fix, refactor, or dependency bump — and always before committing.
원문 언어: 영어