소스 정보
- 저장소
- sapegin/dotfiles
- 최근 소스 활동
- 2026년 7월 31일 10:21
- 감지된 SKILL.md 언어
- 영어
- 스타
- 534
- 포크
- 51
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/sapegin/dotfiles --skill teach명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Review a diff for local code quality, AI-generated slop, and polish in application code, configuration, documentation, and agent artifacts.
Review a diff for requirements, behavior, APIs, architecture, and maintainability across code, configuration, documentation and agent artifacts.
Audit every local skill for predictable behavior, sound structure, and prompt quality.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | teach |
| description | Teach user something, add or update topics in the personal handbook. |
| disable-model-invocation | true |
| argument-hint | What would you like to learn about? |
The user wants handbook/cookbook knowledge captured as durable HTML. The handbook is the memory and a self-writing book.
Handbook root in Obsidian Vault: ~/murder/zz-handbook/
Read and follow the pretty-html skill for every HTML page. When you need current official documentation, use the web_search and web_fetch tools.
Write in Artem Sapegin’s voice: candid, practical, conversational, and grounded in concrete experience. Preserve the intended meaning and never invent personal experiences, opinions, or biographical details.
Read and follow the English writing style guide.
Optimize for a reader who forgets easy details: use <ss-callout variant="remember">, gotcha, prefer, and avoid liberally when something is counter-intuitive or easy to misremember. Prefer repeating a key fact in a callout rather than burying it in prose.
~/murder/zz-handbook/
_index.yaml # routing map — maintain on every write
glossary.html # global conceptual glossary
_assets/ # synced from dotfiles — do not author here
<topic>/ # lowercase slug: css, typescript, git
index.html # topic hub — create with new topics
<doc>.html # handbook pages: layout.html, grid.html
Never symlink into ~/murder. Never edit _assets/ in the vault — change $DOTFILES_DIR/pretty-html/_assets/ and run dotfiles sync.
css) and subject (e.g. centering)._index.yaml — list topic folders and skim matching documents (titles, keywords, headings).css/layout.html, not centering.html).container-queries.html, not grid-template-areas.html).<topic>/index.html hub linking its docs.<ss-resources> and inline where claims need backing. Do not trust parametric knowledge alone for factual claims.<ss-code>, <ss-demo>, <ss-diagram>, <ss-callout>, and <ss-resources> as appropriate._index.yaml — add or refresh keywords, titles, and file paths.glossary.html when the question introduces a cross-cutting concept (e.g. pure function, polymorphism, closure). Do not add syntax, API names, or properties (margin: auto, place-items).open ~/murder/zz-handbook/<topic>/<doc>.html
Tell the user what was created or updated and invite follow-up questions on the same topic.
_index.yaml formatcss:
layout:
file: css/layout.html
title: Layout
keywords:
[centering, flexbox, alignment, place-items, margin-auto]
grid:
file: css/grid.html
title: Grid
keywords: [grid, fr, gap, template-areas]
.html.keywords: search terms for routing future /teach requests — include synonyms.Each handbook page is scannable reference written in raccoon voice, not a sequential lesson:
Handbook / Topic, linking to the root index and topic hub.<h2>) per technique or subtopic.<ss-code> or <ss-demo> → callout if easy to forget → optional diagram.<ss-resources> for further reading.When updating an existing doc, merge into the right section; do not duplicate content elsewhere in the file.
glossary.html uses the same pretty-html shell. Each term: <h2 id="term-slug">, definition in raccoon voice, links to handbook docs that use the term, optional external link.
Link from docs with a normal anchor: <a href="../glossary.html#pure-function">pure function</a> (adjust relative path by depth).
When creating a new topic, add <topic>/index.html — breadcrumbs (Handbook / Topic, with the topic marked as the current page), title, one-line description, and an unordered list linking to each doc. The root index.html links all topic hubs and the glossary.
_assets/ copies or duplicate components.js / CSS into topic folders.