Use a Markdown file in the repo as persisted agent memory across chats. Use when the user wants session-spanning context, a decision log, or to resume work without re-pasting history.
原文语言:英语
菜单
SkillsMP 已收集 wchen02/cursor-agent-learning 中的 14 个 Skill。打开任一 Skill 可查看来源和详情。
已展示 14 / 14 个已收集 Skill。
Use a Markdown file in the repo as persisted agent memory across chats. Use when the user wants session-spanning context, a decision log, or to resume work without re-pasting history.
原文语言:英语
End-to-end project-level vibe workflow with split on-disk state under .cursor/project-vibe-master/ for resume; state template and optional generated data live in this skill (initial-state/, data/). Combines rules, shell/scripts, MCP, hooks, subagents, HITL,…
原文语言:英语
Full agile lifecycle with MCP: use MCP to fetch current docs/API schema during discovery and development. Use when building a project from a rough idea that depends on external APIs or libraries and you want up-to-date references via MCP.
原文语言:英语
Full agile development lifecycle at project level: rough idea → requirements → development → unit/integration/e2e tests → feedback loop with human-in-the-loop until completion. Replit-style iterative flow. Use when building a project from a rough idea with…
原文语言:英语
Fixes bugs or test failures using debugger → fix → verify. Use when the user reports an error, test failure, or unexpected behavior and wants a fix confirmed.
原文语言:英语
Review code for correctness, style, and maintainability. Use when the user asks for a code review, PR review, or feedback on changes.
原文语言:英语
Run a pre-deploy checklist (tests, build, env). Use when the user asks to deploy, prepare for release, or run a deploy checklist.
原文语言:英语
Implements a feature using plan → implement → verify. Use when the user wants to add a new feature with a clear plan and verification.
原文语言:英语
Takes a rough idea to project completion with research, plan, implement-verify loop, and human-in-the-loop gates. Use when the user has a vague or high-level idea and wants to reach a shippable outcome with iterative review.
原文语言:英语
Implement using up-to-date docs or APIs via MCP. Use when the user wants to build something with current library/API docs (e.g. Context7, Stripe) and MCP is available.
原文语言:英语
Prepares a customer-facing or production release with human approval before final steps. Use when shipping a feature, API change, or release that requires human sign-off.
原文语言:英语
Research codebase first, then plan, then implement. Use when the user has an unclear or large task and wants research before planning and implementation.
原文语言:英语
Run a security audit (dependencies, secrets, auth, inputs). Use when the user asks for a security review, dependency audit, or to check for vulnerabilities and hardcoded secrets.
原文语言:英语
Practice agent shell commands, hook scripts around shell, and MCP tool calls. Use when learning or demonstrating tools/script calling, safe repo scripts, or beforeShellExecution patterns.
原文语言:英语