Create a GitHub release and publish to NPM.
原文语言:英语
菜单
SkillsMP 已收集 ItsBenCodes/cookies 中的 9 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 9 / 9 个已收集 Skill。
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.
原文语言:英语