Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

portable-agent-skills

portable-agent-skills에는 rosslevinsky에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
4
업데이트
2026-04-16
Forks
1
직업 범위
직업 카테고리 5개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

commit
소프트웨어 개발자

Stage all changes (or specified files), write a descriptive commit message based on a diff review, commit, and push to origin. Use when the user invokes /commit, or says "stage and commit", "commit and push", "commit everything", "push my changes", or similar. Optional argument: a list of specific files/paths to stage instead of all changes.

2026-04-16
cyw
소프트웨어 품질 보증 분석가·테스터

Multi-pass review of recent work to catch errors, gaps, and improvements. Use when the user invokes /cyw, or asks to 'check your work', 'review what you just did', 'is this correct/complete?', 'what's missing?', 'what needs fixing?'. Runs a structured 3-phase loop: critical review, fix, verify. Repeats up to 3 times, stopping early when no issues remain.

2026-04-16
extract-hooks
웹 개발자

Audit TSX files, identify non-UI logic, and extract it into custom hooks. Use when the user invokes /extract-hooks, or says "extract hooks", "move logic out of components", or "separate logic from layout".

2026-04-16
plan-and-do
소프트웨어 개발자

Lightweight planning + execution in a single pass. For smaller jobs that don't warrant a full plan-init / plan-phase / plan-run workflow. Interviews the user briefly, explores the codebase, prints a checklist, executes it, runs /cyw, then commits. Use when the user invokes /plan-and-do, or says "plan and do", "just do it with a plan", "quick plan then execute". For large feature sets with multiple independently committable phases, use /plan-init + /plan-phase + /plan-run instead.

2026-04-16
plan-duel
프로젝트 관리 전문가

Iterative plan refinement between Claude and Codex. Each agent writes an initial plan using the plan-init methodology, then they alternately critique and incorporate the other's best ideas, with a judge checking for convergence after each round. Stops at convergence (≥8/10), stagnation (no score improvement over 3 consecutive rounds), or after 10 rounds. Writes a summary.md with a score trajectory, a pointer to the winning plan, and a breakdown of remaining differences with pros/cons. Supports resume from an interrupted run. Use when the user invokes /plan-duel, or says "duel the plans", "run plan duel", "cross-compare plans with codex". Argument: the problem statement (inline text or a file path), or the path to an existing plan-duels workdir to resume.

2026-04-16
plan-init
프로젝트 관리 전문가

Create a structured project plan document for a task. Interviews the user to fill gaps, explores the codebase for context, then produces a master plan with goal, success criteria (checkable tests/conditions), technical constraints, non-goals, and affected areas. Does NOT break the plan into phases — use /plan-phase for that. Use when the user invokes /plan-init, or says "make a plan", "create a plan", "plan this out", "let's plan before we start".

2026-04-16
plan-phase
프로젝트 관리 전문가

Work breakdown structure: reads a plan document and breaks it into ordered phases. Proposes the phase structure to the user for approval, then creates a phase document (with checklist) for each phase and writes a new phases.md execution tracker alongside the plan. The original plan document is never modified. Use when the user invokes /plan-phase, or says "break this down into phases", "create the phase documents", "do the work breakdown", "WBS this plan". Argument: path to a plan.md file (e.g. plans/auth-refactor/plan.md). If no argument, scan plans/ for plan.md files and ask which one.

2026-04-16
plan-run
프로젝트 관리 전문가

Execute a project plan produced by /plan-init + /plan-phase. Reads the master plan and phases.md execution tracker, identifies incomplete phases, and executes each phase in order: checks entry criteria, completes tasks, runs verification, runs /cyw, marks the phase done in docs, reviews the staged diff, then commits and pushes to origin. Updates phases.md status block throughout. Skips already-completed phases so it is safe to restart. Use when the user invokes /plan-run, or says "execute the plan", "run the plan", "start the plan", "continue the plan". Argument: path to a plan.md file (phases.md is inferred from the same directory). If no argument, scan plans/ and ask which plan to run.

2026-04-16
security-review-codebase-hierarchical
정보 보안 분석가

Use when the user asks for a deep, hierarchical, or thorough security review of the codebase. Breaks the codebase into architectural components and reviews each with focused sub-agents, then synthesizes findings. Better than security-review-codebase for large or complex codebases.

2026-04-16
security-review-codebase
정보 보안 분석가

This skill should be used when the user asks to 'security review the codebase', 'audit the codebase for vulnerabilities', 'run a full security audit', 'check the whole project for security issues', or similar requests for a security review scoped to the entire checked-in codebase rather than uncommitted changes.

2026-04-16
tdd
소프트웨어 품질 보증 분석가·테스터

Test-driven development workflow. Enforces red/green/refactor discipline: write failing tests first, implement the minimum code to pass, then clean up. Use when the user invokes /tdd with a feature to implement (e.g., "/tdd implement the vocab export endpoint", "/tdd add useMyHook"). Never skips ahead to implementation before confirming tests fail.

2026-04-16