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

dotfiles

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

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

이 저장소의 skills

build
소프트웨어 개발자

Execute a planned multi-phase task — resume from /plan's committed artifacts and run each phase red→green→refactor inline in the main session under hook enforcement and script gates. Generation stays in one hot context; agents are spawned only to verify (spikes already done, review lanes, refuters, seam, provenance, drive). One final user gate over the whole task diff — for large tasks (15+ files), after /plan.

2026-07-19
spec
소프트웨어 개발자

Archive an agreed design as a task specification — requirements with stable R-ids, a ratified tests.manifest.json (contract rows, decision rows with enforcement pointers, touch map, spike list), a slimmed mechanics doc for the prose residue, taste decisions drafted into meme, one tandem commit

2026-07-19
plan
소프트웨어 개발자

Turn a ratified tests.manifest.json into an executable plan — scaffold phases, fill decision slots inline, run environment spikes as verification probes, lint, delta-review, bake baselines, and land one plan commit. The generation half of the build pipeline; everything it produces is a file, so /build resumes from disk. Run after /spec, before /build, for large multi-phase tasks.

2026-07-18
restore
소프트웨어 개발자

Restore session context from the task checklist — add 'continue' to also resume execution from the first non-closed item

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

Code review via risk-routed judgment lanes — static tools first, then only the lanes the diff's surface warrants, blocker findings refuter-verified and fixed green-to-green

2026-07-18
brainstorm
소프트웨어 개발자

Dialectic architecture and design debate — argue until consensus, close every ambiguity, and land the agreement as falsifiable candidate rows (scenarios, decisions, spikes) ready for /spec to ratify

2026-07-18
wrap
소프트웨어 개발자

Close out a task — results generated from checklist and verification data plus a hand-written narrative delta, the amendment log drafted into meme, backlog reconciled, living docs swept for staleness

2026-07-18
learning-report
기타 중등 후 교사

Write a teaching-grade, interactive learning report into ~/learning/ that distills what was worked on in the current conversation AND the related concepts behind it — both at full depth. Subagents author markdown in a typed-block convention (quiz and diagram code fences, skippable fenced divs, callout blockquotes, front-matter metadata); a bundled pandoc converter renders each file into a self-contained interactive HTML page with a TOC, validated multiple-choice quizzes with per-option feedback, HTML diagrams, and a computed reading-time footer. Splits a large or multi-concept report into a directory of numbered pieces with an index. Use when the user says "/learning-report", "write a learning report", "document what we learned", "turn this into a learning doc", or asks to teach-back the session. An optional arg focuses the report on a specific topic.

2026-07-18
codebase-design
소프트웨어 개발자

Shared vocabulary for designing deep modules — module, interface, depth, seam, adapter, leverage, locality, the deletion test. Use when designing or restructuring a module's interface, deciding where a seam goes, making code more testable or AI-navigable, or when another skill (brainstorm, drag-audit, review) needs the deep-module vocabulary.

2026-07-14
codebase-drag-audit
소프트웨어 개발자

Audit a codebase for "codebase drag" — the hidden overhead that makes every task take longer than it should. Scores five signals (Apology Estimate, Deploy Fear, Don't-Touch-That File, Coverage Lie, Time to First Commit) on a 0-10 scale using parallel sub-agents. Use this skill whenever the user asks about codebase health, engineering velocity, technical debt assessment, why the team is slow, code quality audit, or wants to measure how much friction their codebase creates. Also trigger when users mention "drag audit", "codebase drag", or reference the Piechowski article. A follow-up deepening scan turns high-scoring signals into concrete refactor candidates — trigger it directly when the user asks where the drag comes from, for "deepening opportunities", or to find shallow modules.

2026-07-14
diagnose
소프트웨어 개발자

Diagnosis loop for hard bugs and performance regressions — feedback loop first, hypotheses second, fix behind a regression test. Use when the user says "diagnose"/"debug this", or reports something broken, throwing, failing, or slow.

2026-07-14