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

pi-skills

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

수집된 skills
12
Stars
3
업데이트
2026-06-09
Forks
0
직업 범위
직업 카테고리 3개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

systematic-debugging
소프트웨어 개발자

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes

2026-06-09
requesting-code-review
소프트웨어 품질 보증 분석가·테스터

Use after completing an implementation task or major feature, and before claiming ready/merge, to verify the work meets requirements via a focused reviewer subagent.

2026-06-09
subagent-driven-development
소프트웨어 개발자

Use after an implementation plan exists and it contains independent tasks that can be delegated to fresh subagents in the current session.

2026-06-09
test-driven-development
소프트웨어 개발자

Use after planning/brainstorming when implementation begins for any feature or bugfix, before writing production code; requires tests first and red-green verification.

2026-06-09
writing-plans
소프트웨어 개발자

Use after an approved design/spec or clear requirements exist and before implementing a multi-step task; creates a task-by-task implementation plan before code changes.

2026-06-09
simplify
소프트웨어 개발자

Use after making code changes, before committing, or when the user asks to "simplify", "clean up", or "review" recent edits — runs three parallel review agents (reuse, quality, efficiency) over the diff and fixes the findings.

2026-06-05
brainstorming
프로젝트 관리 전문가

You MUST use this before any creative work - creating features, building components, adding functionality, modifying behavior, or evaluating a plan/design. Relentlessly explores user intent, requirements, trade-offs, and decision branches before implementation.

2026-06-01
commit
소프트웨어 개발자

Use when the user asks to "commit", "create a commit", "git commit", "stage and commit", or invokes /skill:commit. Creates git commits following the gitmoji convention.

2026-06-01
dispatching-parallel-agents
소프트웨어 개발자

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

2026-06-01
finishing-a-development-branch
소프트웨어 개발자

Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup

2026-06-01
receiving-code-review
소프트웨어 개발자

Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation

2026-06-01
verification-before-completion
소프트웨어 개발자

Use as the universal terminal gate after any task or workflow, before claiming work is complete, fixed, reviewed, ready, committed, merged, or passing - requires running verification commands and confirming output before making any success claims; evidence before assertions always

2026-06-01