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

scaffold

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

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

이 저장소의 skills

council
프로젝트 관리 전문가

Run a high-stakes decision through a council of five persona-diverse advisors (Contrarian, First-Principles, Expansionist, Outsider, Executor) in parallel, then anonymized peer review, then a chairman synthesis of where they agree, clash, and what to do. Use for real tradeoffs ("council this", "pressure-test this", "should I X or Y"), not factual or low-stakes questions.

2026-07-15
code-refiner
소프트웨어 품질 보증 분석가·테스터

Composite review-and-fix for the current diff — run the correctness review (validate) and structural-quality review (simplify) in parallel, merge their findings, then apply all fixes in a single serial pass and re-verify. Supports --effort, --fix, --comment. For a full-repo survey use /audit.

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

Run all quality lenses (validate, simplify), aggregate findings into a design doc, then drive the full feature chain (PRD → TDD → PR) to fix them systematically.

2026-07-02
simplify
소프트웨어 개발자

Structural-quality review of changed code — score against the four-dimension rubric, gate at 10/10, and (in auto-fix mode or with --fix) apply reuse/simplification/efficiency/altitude cleanups. Includes a diff-economy lens; correctness is /validate, full-repo survey is /audit.

2026-07-02
validate
소프트웨어 개발자

Validate the current diff for correctness bugs and test-integrity regressions (a test weakened to pass is a defect); supports --effort low|medium|high|max, --full to scan the whole repo, --fix to apply fixes, --comment to post as PR inline comments.

2026-07-02
diagram
소프트웨어 개발자

Generate or update a mermaid diagram with the `.mmd` text as source of truth — defaults to a lightweight zero-dependency Node live-preview server that watches the .mmd and hot-reloads a browser tab (pan/zoom), with a self-hosted mermaid.live editor via Docker, system-viewer SVG, VS Code live preview, or a public mermaid.live publish URL as alternatives. Use for architecture, flowchart, sequence, ER, state, or class diagrams; "diagram this", "draw the architecture", "make a mermaid diagram", "render this mermaid", or "/diagram". Never converts to a lossy shape format.

2026-06-30
ponytail
소프트웨어 개발자

Lazy-senior-dev generation mode — force the simplest working solution (YAGNI, stdlib first, no unrequested abstractions)

2026-06-19
improve
소프트웨어 개발자

Survey any codebase as a senior advisor and produce prioritized, self-contained implementation plans for OTHER models/agents to execute. Strictly read-only on source code — never implements, fixes, or refactors anything itself. Use when asked to audit a codebase, find improvement opportunities (bugs, security, performance, test coverage, tech debt, migrations, DX), suggest features or where to take the project next (roadmap, product direction), or generate handoff plans for another agent to implement.

2026-06-19
add-linter
소프트웨어 개발자

Add linter configs and GitHub Actions workflows for languages detected in the current repo. Use when the user wants to add linters, set up code quality checks, or after sync-scaffold suggests running /add-linter.

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

Score source files against the four rubric dimensions (Quality, Readability, Encapsulation, Clarity), ranked worst-first with cited violations. Accepts an optional path and --fix flag.

2026-06-17
frontend-design
웹 개발자

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.

2026-06-14
create-pr
소프트웨어 개발자

Create a pull request for the current branch and immediately subscribe to PR activity. Use when the user wants to open a PR, submit changes for review, or push and create a pull request.

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

Review design.md for structural quality — abstraction discipline, vocabulary precision, bounded logic, simplicity. Auto-fixes when called from the chain; shows findings for approval when called standalone.

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

Use when the user wants to build a new feature, implement a new capability, add functionality, or start a development task from scratch. Runs design Q&A → PRD → TDD → review automatically.

2026-06-09
grill-with-docs
프로젝트 관리 전문가

Use when the user wants to stress-test a plan or feature idea, sharpen terminology, or resolve design decisions through Q&A before writing any code.

2026-06-09
hoist-skill
기타 컴퓨터 관련 직업

Export scaffold skills into another repo in the target harness format. Use when the user wants to add scaffold skills to a project, export capabilities, copy skills to another repo, or run hoist-skill.

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

Checkpoint the session into git so it survives a close and resumes from any device. Use on "pause", "checkpoint", "cache this session", "save my place", or "I'm stepping away" — writes a handoff, commits work in flight, and pushes.

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

Open GitHub branch protection settings for the current repo and show the full configuration checklist — restrict pushes, block force pushes, require PRs, require status checks. All items are idempotent. Use when the user wants to set up, configure, or verify branch protection on main.

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

Resume a checkpointed session from the pushed handoff and continue where it left off. Use on "resume", "pick up where I left off", "continue from the handoff", or starting cold on another device — pulls, reads .pause/handoff.md, and keeps going.

2026-06-09
skillify
기타 컴퓨터 관련 직업

Capture a completed session as a reusable, registered skill. Run when the user wants to turn the current session into a skill, extract a repeatable workflow, or create a new skill from work just finished. Reconstructs context, interviews briefly, generates a SKILL.md + tests, registers it in RESOLVER.md, and opens a PR to scaffold.

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

Use when the user wants to build a feature or fix a bug using test-driven development, or mentions red-green-refactor, TDD, or test-first development.

2026-06-09
to-prd
프로젝트 관리 전문가

Use when the user wants to turn current conversation context and codebase understanding into a structured PRD. Do not re-interview — synthesize what is already known.

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

Sync this repo from the upstream scaffold, or bootstrap scaffold support if it isn't set up yet. Use when the user wants to sync from scaffold, initialize scaffold, or run the bootstrap script.

2026-05-30