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

supergraph

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

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

이 저장소의 skills

supergraph
기타 컴퓨터 관련 직업

Meta-orchestrator — dispatches to the right skill for the task. Use before any non-trivial work.

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

Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.

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

Structured 6-phase debugging. Build feedback loop first, reproduce deterministically, hypothesize with ranked falsifiable theories, instrument one variable at a time, fix with regression test, cleanup. Use when a bug exists, tests fail unexpectedly, or behavior is wrong and cause is unknown.

2026-07-10
webapp-testing
소프트웨어 품질 보증 분석가·테스터

Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.

2026-07-10
database-migrations
소프트웨어 개발자

Database migration best practices for schema changes, data migrations, rollbacks, and zero-downtime deployments across PostgreSQL, MySQL, and common ORMs (Prisma, Drizzle, Kysely, Django, TypeORM, golang-migrate).

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

Run integration and e2e tests after unit tests pass. Use after /supergraph:fix when unit tests are green.

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

Plan-aware graph-enhanced code review before merge. CRITICAL issues block merge. Use after fix/verify.

2026-07-10
tdd
소프트웨어 개발자

Strict test-driven development for behavior changes. Requires verified RED before production code, minimal GREEN, and refactor only after passing tests.

2026-07-10
verify
소프트웨어 개발자

Fresh verification gate before claiming done, fixed, passing, ready, or before commit/PR. Evidence before claims, always.

2026-07-10
execute
소프트웨어 개발자

Dispatch and execute implementation plans with TDD and checkpoints. Use when plan is ready. Parallel by default for independent tasks.

2026-07-10
fix
소프트웨어 개발자

Plan-aware auto-fix loop after coding. Runs tests, lint, format, and graph checks. Updates plan task status. Use after execute/tdd.

2026-07-10
architecture
소프트웨어 개발자

Proactive architecture review — explore codebase structure, generate a self-contained HTML report with Mermaid diagrams and candidate improvements, then grill the findings. Use when planning a large refactor, onboarding to an unfamiliar codebase, or before a major architectural change.

2026-07-10
zoom-out
소프트웨어 개발자

One-shot module map — go up a layer of abstraction and get a domain-vocabulary module map of the codebase. Use when lost in unfamiliar code, after a long deep-dive session, or when you need to re-orient before planning.

2026-07-10
analyze
소프트웨어 개발자

Risk analysis and approach selection before planning. Use when requirements are ambiguous, approaches vary, or work touches hub/bridge nodes. Skip for typo fixes.

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

Create graph-informed implementation plans before writing code. Use before any non-trivial task. Skip for small changes (1-2 files, <10 lines).

2026-07-10
scan
소프트웨어 개발자

Scan project once per session. Run first — all other skills depend on this.

2026-07-10
flutter-ui
웹 개발자

Build Flutter UI from Figma MCP or image input. Scans src for design tokens (colors, sizes, text styles), existing components, and naming conventions before writing a single line of code. Never hard-codes values.

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

Serena code intelligence — LSP-powered symbol navigation, diagnostics, and targeted code surgery. Activate before complex refactors, cross-file analysis, or when graph tools need symbol-level depth.

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

Activate persistent token-compression mode (~75% output reduction). Strips articles, filler words, and prepositions while keeping code, numbers, and names exact. Use when in a long session, on a token budget, or when responses feel too verbose. Disable with "normal mode" or "full mode".

2026-06-10
handoff
소프트웨어 개발자

Compact current session context into a handoff document for seamless continuation in a new session. Use when context window is exhausted, switching machines, handing work to another agent, or ending a long session mid-task.

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

Convert current conversation context into a structured Product Requirements Document (PRD) and optionally post it to GitHub Issues. Use before /supergraph:plan when requirements came from a conversation, user story, or feature discussion rather than a formal spec.

2026-06-10
prototype
소프트웨어 개발자

Build throwaway code to validate an uncertain approach before committing to a plan. Two branches — Logic (terminal state machine) or UI (multiple designs on one route with URL-param switcher). No persistence, no tests, single-command start. Use between analyze and plan when the approach itself is uncertain.

2026-06-10
triage
프로젝트 관리 전문가

Apply a formal state machine to issues — assign category (bug/enhancement/question/spike) and state (needs-triage → needs-info → ready-for-agent → ready-for-human → wontfix). Issues marked ready-for-agent become inputs to supergraph:plan. Use when processing a backlog, reviewing new issues, or preparing work for automation.

2026-06-10
frontend-design
웹·디지털 인터페이스 디자이너

Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts, posters, or applications (examples include websites, landing pages, dashboards, React components, HTML/CSS layouts, or when styling/beautifying any web UI). Generates creative, polished code and UI design that avoids generic AI aesthetics.

2026-06-10