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을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 14개 중 14개를 표시합니다.
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.
원문 언어: 영어