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

dotfiles

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

수집된 skills
20
Stars
57
업데이트
2026-06-30
Forks
4
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

read-man-page
소프트웨어 개발자

Token-efficient man page reading. Load when looking up CLI tool docs, flags, options, usage examples, config formats. Do NOT use bash to run `man` directly without loading this skill first.

2026-06-30
opencode-crafter
기타 컴퓨터 관련 직업

Load when user asks to create, update, edit, or refactor any OpenCode (OC) artefact: skills, agents, commands, tools, plugins, or snippets — including modifying an existing one. Triggers examples: "create skill to …", "draft a command to …", "add Y to OC cmd Z", "edit the W agent", "write a plugin to …", "create a tool for …", "update crafter skill". Guides user through discovery, drafting, and iterative refinement.

2026-06-23
write-spec
소프트웨어 개발자

Methodology for drafting technical design specs. Load when asked to write, draft, or refine a spec, design doc, architecture note, RFC, or similar document for a system, API, protocol, or subsystem.

2026-06-23
opencode-reflect-friction
기타 컴퓨터 관련 직업

Load ONLY when user explicitly invokes /reflect-friction or directly asks to review session friction (e.g. "review friction", "what went wrong", "where did you push back"). Do NOT auto-load speculatively.

2026-06-23
write-script-generic
소프트웨어 개발자

General script writing guidelines: structure, naming, error handling, and organization. Language-agnostic. Auto-load when writing or reviewing any script. Language-specific skills (write-script-bash, write-script-bats) build on top of this.

2026-06-22
git-track-new-file
소프트웨어 개발자

Load whenever new files or directories are created in a git repo — via write, bash, or any other tool. Ensures `git_track_new_file` is called so new files are git-tracked for the user.

2026-06-20
write-script-bash
소프트웨어 개발자

Bash script writing guidelines: shebang, strict mode, bash idioms, and full boilerplate. Auto-load when writing or reviewing bash scripts. Loads write-script-generic for language-agnostic rules.

2026-06-18
write-script-meta
소프트웨어 개발자

Rules for drafting a new write-script-<lang> skill. Load when creating or updating any write-script-* language-specific skill.

2026-06-18
reflect-script-skills
소프트웨어 개발자

Post-iteration reflection for script writing sessions. Load after a script has been written or iterated and the user signals it is done.

2026-06-18
write-script-bats
소프트웨어 품질 보증 분석가·테스터

Bats test file writing guidelines: file structure, test naming, setup conventions, and helpers. Auto-load when writing or reviewing .bats test files.

2026-06-18
write-script-nushell
소프트웨어 개발자

Nushell script writing guidelines: idioms, types, entry point, error handling. Auto-load when writing or reviewing Nushell (.nu) scripts.

2026-06-18
opencode-test-runner
소프트웨어 품질 보증 분석가·테스터

Testing phase instructions for OpenCode artefact review: generate test cases, narrate dry-runs, iterate on failures. Invoked by opencode-reviewer agent. Not for direct use.

2026-06-13
incremental-write
소프트웨어 개발자

Pattern for writing structured files incrementally: skeleton first, then fill each section/function via targeted edits. Improves reviewability and avoids large opaque writes. Load when writing or rewriting any structured file with identifiable sections: spec, design doc, README, config, code module, skill/agent/command artefact, etc. Applies regardless of file length — structure is the trigger, not line count.

2026-06-12
agent-blocker
소프트웨어 개발자

Load when the agent hits an environment/runtime hard error: command/module not found/installed, version/runtime mismatch, permission denied, auth/credentials failure, unreachable network/API, or a test suite broken independently of agent changes. (and close variants) Also load when a user-specified resource (path, repo, URL, named config, etc.) does not exist or is inaccessible — do NOT silently substitute or work around it. Do NOT auto attempt manual correction/workaround.

2026-06-12
agent-stuck
소프트웨어 개발자

Load when the agent cannot proceed without a human decision or a strategy change. Track consecutive identical failures — load this skill at the third. Also load when the task requires a library that is not yet in the project.

2026-06-12
bew-communication-style
기술 작가

Style reference for writing prose in bew's personal voice. Can be used for any written communication: PR descriptions, issue comments, community posts, emails, chat messages. Load when asked to write new prose or review a draft for style conformance in bew's voice.

2026-06-12
bew-inline-callout-style
기술 작가

Convention for inline callout markers in prose and artefact files. Reference-only — not auto-loaded. Load explicitly when writing or reviewing documents that follow bew's personal notes style.

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

Compressed code review comments. Cuts noise from feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. When the context is already using caveman mode, and user requests a review, ask user whether this skill should be used.

2026-06-12
karpathy-guidelines
소프트웨어 개발자

Behavioral guidelines to reduce common LLM coding mistakes. Use when writing, reviewing, or refactoring code to avoid overcomplication, make surgical changes, surface assumptions, and define verifiable success criteria.

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

Compressed communication mode. Cuts token usage ~75% by speaking like caveman while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman. Also auto-triggers when token efficiency is requested.

2026-05-17