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

.dotfiles

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

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

이 저장소의 skills

modularize-by-domain
소프트웨어 개발자

Group code by business domain, never by technical kind. Use when refactoring or restructuring a codebase, creating new folders/modules, deciding where a new file goes, or reviewing a structure proposal. Triggers on module layout, folder structure, "where should this live", or plans that add folders like components/, store/, hooks/, services/.

2026-07-23
docs-write-concept
소프트웨어 개발자

Write a deep-explanation document (concept) — the reader wants "help me understand why/how it works". Invoked from the docs-write pipeline; also usable directly when the task is unambiguously conceptual explanation.

2026-07-22
docs-write-howto
소프트웨어 개발자

Write a problem-solving document (how-to / guide) — the reader has a specific task and wants to be unblocked. Invoked from the docs-write pipeline; also usable directly when the task is unambiguously a how-to.

2026-07-22
docs-write-reference
소프트웨어 개발자

Write a reference document — the reader wants to look up an exact fact (API surface, config options, CLI flags). Invoked from the docs-write pipeline; also usable directly when the task is unambiguously reference material.

2026-07-22
docs-write
소프트웨어 개발자

Entry point for writing any outside-facing document — READMEs, guides, tutorials, API references, design/status docs, issue bodies, PR bodies, release notes. Use BEFORE drafting anything a reader other than the author will see. Classifies the document's purpose, routes to the matching docs-write-* purpose skill, and mandates a prose-editor review pass on every draft. Also holds the shared core rules: information architecture, sentence craft, Korean prose, labels & jargon.

2026-07-22
docs-write-status
소프트웨어 개발자

Write a status/design document — living issue bodies, ADRs, design docs, PR bodies. The reader wants "what's the state, what was decided, and why". Invoked from the docs-write pipeline; also usable directly for issue/ADR/PR-body writing.

2026-07-22
docs-write-tutorial
소프트웨어 개발자

Write a learning document (tutorial) — the reader wants "teach me to do this, step by step". Invoked from the docs-write pipeline; also usable directly when the task is unambiguously a tutorial.

2026-07-22
github-master
소프트웨어 개발자

Disciplined GitHub workflow via the gh CLI. Lean router — per-command guides in guides/ (pr.md — PR template detection and filling, Korean 개조식 body, issue-closing keywords; issue.md — issue scoping and writing) are force-injected per session by the gh-guard PreToolUse hook on mutating gh pr / gh issue commands. Use when creating or updating pull requests, searching or triaging issues, or working with gh.

2026-07-22
git-master
소프트웨어 개발자

Disciplined git workflow — inspect before acting, Conventional-Commits messages, atomic commits, deliberate staging, commit and push as separate steps, always fetch and check remote branches before integrating/pushing, and fail-closed guardrails on destructive ops. Use when staging, committing, branching, pushing, pulling, rebasing, or rewriting history.

2026-07-01
slopless
소프트웨어 개발자

Use Slopless to review English Markdown for deterministic AI and human slop signals, including vague phrasing, formulaic prose, weak rhythm, filler, cliches, and readability issues.

2026-07-01