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

zoo-flow

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

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

이 저장소의 skills

ask-zoo
기타 컴퓨터 관련 직업

Ask which skill or flow fits your situation. A router over the skills in this repo.

2026-07-11
implement
소프트웨어 개발자

Implement a piece of work based on a spec or set of tickets.

2026-07-11
setup-matt-pocock-skills
소프트웨어 개발자

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

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

Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-07-11
to-tickets
소프트웨어 개발자

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

2026-07-11
wayfinder
소프트웨어 개발자

Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

2026-07-11
setup-ts-deep-modules
소프트웨어 개발자

Wire dependency-cruiser into a TypeScript repo so each package is a deep module — implementation hidden in subfolders, reachable only through its entry-point files. User-invoked.

2026-07-11
ask-zoo
기타 컴퓨터 관련 직업

Ask which skill or flow fits your situation. A router over the skills in this repo.

2026-07-11
setup-matt-pocock-skills
기타 컴퓨터 관련 직업

Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills.

2026-07-11
to-spec
프로젝트 관리 전문가

Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed.

2026-07-11
to-tickets
프로젝트 관리 전문가

Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker.

2026-07-11
wayfinder
프로젝트 관리 전문가

Plan a huge chunk of work — more than one agent session can hold — as a shared map of investigation tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear.

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

Review a diff, branch, PR, or work-in-progress change against the requested spec, repo standards, architecture, and likely regressions. Use before committing non-trivial work.

2026-07-08
writing-great-skills
기타 컴퓨터 관련 직업

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-07-08
wizard
소프트웨어 개발자

Generate an interactive bash wizard that walks a human through a manual procedure — third-party setup, a one-off migration, an A→B state transition — opening URLs, capturing values, confirming each step, and writing .env files and GitHub Actions secrets.

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

Review a diff, branch, PR, or work-in-progress change against the requested spec, repo standards, architecture, and likely regressions. Use before committing non-trivial work.

2026-07-08
diagnosing-bugs
소프트웨어 개발자

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

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

Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests.

2026-07-08
tweak
소프트웨어 개발자

Direct implementation mode for small, known fixes or UI updates. Bypasses heavy diagnosis or PRD creation.

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

Run the smallest useful checks for the current change and report exactly what passed, failed, was partial, or was blocked.

2026-07-08
grilling
프로젝트 관리 전문가

Grill the user relentlessly about a plan or design. Use when the user wants to stress-test a plan before building, or uses any 'grill' trigger phrases.

2026-07-08
writing-great-skills
기타 컴퓨터 관련 직업

Reference for writing and editing skills well — the vocabulary and principles that make a skill predictable.

2026-07-08
writing-beats
기술 작가

Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.

2026-06-28
writing-fragments
기술 작가

Writing, explore — mine raw fragments, no structure yet.

2026-06-28
writing-shape
기술 작가

Writing, exploit — shape raw material into an article, paragraph by paragraph.

2026-06-28
writing-beats
기술 작가

Writing, exploit — assemble raw material into a journey of beats, grounding each term before a beat leans on it.

2026-06-28
writing-fragments
기술 작가

Writing, explore — mine raw fragments, no structure yet.

2026-06-28
writing-shape
기술 작가

Writing, exploit — shape raw material into an article, paragraph by paragraph.

2026-06-28
commit-and-document
소프트웨어 개발자

Stage selected files, write a Conventional Commit, optionally link a GitHub issue, and append a dated journal entry under docs/journal/. Use when the user wants to commit work and capture a local record of what changed.

2026-06-22
update-docs
소프트웨어 개발자

Update repo documentation (flow, app map, architecture, README, module docs) so it matches current code. Use when docs are stale and need to be reconciled with the codebase.

2026-06-22
verify
소프트웨어 품질 보증 분석가·테스터

Run the smallest useful checks for the current change and report exactly what passed, failed, was partial, or was blocked.

2026-06-22
triage
기타 컴퓨터 관련 직업

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

2026-06-19
triage
기타 컴퓨터 관련 직업

Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs.

2026-06-19
diagnosing-bugs
소프트웨어 품질 보증 분석가·테스터

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow.

2026-06-18
domain-modeling
소프트웨어 개발자

Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model.

2026-06-18
explore
소프트웨어 개발자

Explore unfamiliar code and produce a written map. Use when the user wants to understand a new area, map modules and callers, or get a higher-level view before planning a change.

2026-06-18
grill-with-docs
소프트웨어 개발자

A relentless interview to sharpen a plan or design, which also creates docs (ADRs and glossary) as we go.

2026-06-18
improve-codebase-architecture
소프트웨어 개발자

Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick.

2026-06-18
resolving-merge-conflicts
소프트웨어 개발자

Use when you need to resolve an in-progress git merge/rebase conflict.

2026-06-18
grill-me
프로젝트 관리 전문가

The same relentless interview as grill-with-docs, but for when you have no codebase. Stateless — it saves nothing locally, builds no CONTEXT.md.

2026-06-18
이 저장소에서 수집된 skills 72개 중 상위 40개를 표시합니다.