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

principal-pi-skills

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

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

이 저장소의 skills

git-ops
소프트웨어 개발자

Use for any git or GitHub operation — "commit", "push", "open a PR", "new branch", "rebase", "merge", "tag a release", "who wrote this", "when did this break", "undo this", "wrong branch", "lost commits", "I leaked a secret", CI failures. Safe operator: refuses history rewrites on shared branches, scans for secrets before committing.

2026-07-03
plan
프로젝트 관리 전문가

Use when turning a decision, feature, or multi-step task into an executable plan — "break this down", "how should I implement this", "where do I start", "what's the order of work", "scope this refactor", "plan the fix". Produces the plan and per-step specs; writes no code. Not for system-level design (architect) or diagnosing failures (debug).

2026-07-03
build
소프트웨어 개발자

Use when writing code — implement a feature or spec, fix a bug with a known cause, refactor — "fix this", "write the function", "implement the spec", "make the test pass", "code this up", "build it". Not for diagnosing an unknown failure (debug) or deciding what to build (plan).

2026-07-03
architect
소프트웨어 개발자

Use for system design, significant technical choices (SQL vs NoSQL, monolith vs services, build vs buy, sync vs async), architecture review, migration planning, scaling questions, or recording an architecture decision — "how should I structure", "design a system that", "should we adopt X", "plan the migration", "review our architecture", "write an ADR". Not for code-level planning of a single change.

2026-07-03
review
소프트웨어 품질 보증 분석가·테스터

Use to review code before it lands — "review this", "is this ready to merge", "check this diff", "simplify this", "is this over-engineered", or after any non-trivial implementation. Covers both correctness (bugs, edge cases, error handling, test quality, security) and simplicity (dead code, needless abstraction, unneeded dependencies).

2026-07-03
debug
소프트웨어 품질 보증 분석가·테스터

Use when diagnosing a failure — a failing or flaky test, a stack trace, a crash, a CI or lint error — "why is this failing", "find the bug", "debug this", "it crashes when", "works on my machine". Not for writing new features or fixing a bug whose cause is already known (build).

2026-07-03
decide
프로젝트 관리 전문가

Use when the user is exploring or deciding rather than executing — "should I", "what are my options", "which approach", "is this a good idea", "what could go wrong", "I'm stuck", or any decision that isn't settled yet. Covers software, product, business, and personal decisions. Not for building code, designing system architecture, or planning implementation.

2026-07-03