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

rune

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

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

이 저장소의 skills

brainstorm
프로젝트 관리 전문가

Use when starting any creative work — creating features, components, or functionality, modifying behavior, or solving ambiguous problems — before design or implementation. Covers product discovery, competitive research, feature analysis, technical design, and capability spec writing. Applies to every project; routes to writing-plans (non-UI) or design-workflow (UI).

2026-06-19
code-quality-gate
소프트웨어 개발자

Use when finishing an edit to source files — runs format, typecheck, and console.log detection before moving to the next task.

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

Use when implementation of a bug fix or feature task is complete — dispatches the appropriate language and global reviewers and returns a binary APPROVE/BLOCK verdict.

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

Use when about to git commit — validates commit message format, lints staged files, and scans staged content for secrets and debug artifacts.

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

Use when reaching the design-workflow V2-4 hard gate — adversarially reviews design artifacts (token coverage, contract completeness, artifact consistency, accessibility docs, responsive coverage, DESIGN.md compliance) against docs/designs/<feature>/ before development handoff.

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

Use when a task involves UI — new pages, components, visual interactions, or design tokens — including work in docs/designs/, *.pen files, or with Pencil MCP tools. Skip for backend-only, config-only, or refactoring without visual impact. Routes to writing-plans on completion.

2026-06-19
django-security
정보 보안 분석가

Use when building Django features involving authentication, authorization, user input, sessions, or deployment — covers CSRF, SQL injection, and XSS prevention plus secure production configuration.

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

Use when finishing an implementation — syncs documentation to the change by updating specs, catalogs, and design artifact status (finishing-a-development-branch Step 2b).

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

Use when debugging a bug — root cause must be confirmed before any code change, then TDD (RED→GREEN→IMPROVE) and code review complete the fix.

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

Use when designing UIs in Pencil (.pen files) or generating production code from Pencil designs — covers Pencil MCP tools, .pen files, and design-to-code workflows, integrating with design-workflow v2 stages.

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

Use when writing Python — Pythonic idioms, PEP 8, type hints, exception handling, and packaging for robust, maintainable applications.

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

Use when adding authentication, handling user input, working with secrets, creating API endpoints, or implementing payment or sensitive features — provides a security checklist and patterns.

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

Use when writing TypeScript or React — patterns for shadcn/ui conventions, Tailwind v4, hooks, and robust frontend applications.

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

Use when about to declare an implementation, fix, or quality-gate run complete — run a fresh build/test/lint verification command in the same turn and read its output before stating success.

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

Use when a workflow needs to write a templated documentation artifact (capability spec, change proposal/specs delta, ADR, design intent/component-contract/token-source-map/layout-report/review-verdict, l1 design note) from prepared structured data, or when reconciling doc indexes (FEATURE-CATALOG, CODEMAP) after a workflow step.

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

Use when adopting Rune for an existing project — scaffolds docs/ topology, generates codemap (incl. module index), creates feature catalog (incl. component/decision sections) with Pre-Rune entries, writes adoption ADR. One-time setup for brownfield projects.

2026-06-18
subagent-driven-development
소프트웨어 개발자

Use when executing implementation plans with independent tasks. Dispatches a fresh subagent per task with TDD + quality gate + code review. Required after writing-plans skill. Terminal state: invokes finishing-a-development-branch skill.

2026-06-18
finishing-a-development-branch
소프트웨어 개발자

Use when implementation is complete and all tasks have passed review — verifies tests, applies spec delta + archives docs/changes, presents structured integration options (PR/merge/keep/discard), and cleans up workspace. Required after subagent-driven-development skill. Not for use when tests fail or review has open issues.

2026-06-17
writing-plans
소프트웨어 개발자

Use when you have a spec or requirements for a multi-step task, before touching code. Creates design.md + tasks.md in docs/changes/<feature>/ (technical design + task breakdown). User approval required before implementation.

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

Use when you have one or more existing GitHub issues to resolve — whether collected via the feedback skill from external users or filed by a maintainer. Verifies each issue against the codebase's actual state, decides whether it is worth fixing, routes implementation to existing workflows, and closes the loop via PR with Closes #N. A thin orchestrator: it delegates design/implementation to existing skills and only owns issue verification, the worth-fixing decision, and PR/merge wiring.

2026-05-17
feedback
고객 서비스 담당자

Use when you hit a rune problem worth reporting — a hook false-positive, a skill behaving against its docs, a confusing or bloated workflow step, a misleading doc. Walks through structuring the report, shows each draft for review, and submits via gh issue create only after you explicitly approve that draft. Never auto-submits, never reads session transcript.

2026-05-17
using-rune
고객 서비스 담당자

Use when starting any conversation or after compact - establishes Rune iron laws, skill invocation rules, and red flags

2026-05-12
tdd-workflow
소프트웨어 품질 보증 분석가·테스터

Use when implementing any feature, bugfix, or refactoring, before writing implementation code

2026-05-12
using-git-worktrees
네트워크·컴퓨터 시스템 관리자

Use when starting subagent-driven-development (Phase 0a) or before executing implementation plans — ensures an isolated workspace exists. Detects existing isolation first, prefers native worktree tools, falls back to `git worktree add` under .claude/worktrees/.

2026-05-12
writing-skills
기술 작가

Use when creating new skills or editing existing skills for the Rune skill library — guides skill authoring with CSO optimization, TDD testing methodology, and anti-rationalization patterns

2026-05-12
review-handling
소프트웨어 품질 보증 분석가·테스터

Use when code-review returns BLOCK — processes feedback, deduplicates, classifies, orders, and evaluates pushback before routing to implementer for fixes

2026-05-12