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

dotfiles

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

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

이 저장소의 skills

go-project
소프트웨어 개발자

Best practices for creating, editing, and maintaining Go projects. Covers project structure (golang-standards/project-layout), code style (Uber Go Style Guide + Effective Go), linting (golangci-lint), formatting, and testing conventions. Use when: (1) creating a new Go project or module, (2) writing or editing Go code, (3) adding packages or restructuring a Go codebase, (4) setting up linting/formatting for a Go project, (5) writing or reviewing Go tests, (6) any task involving .go files or Go modules. Triggers: "go project", "golang", ".go file", "go module", "go test", "go lint", "write go code", "new go service".

2026-05-07
adr
소프트웨어 개발자

Generate Architectural Decision Records (ADRs) in MADR format. Invoke when the user requests an ADR or when the adr-review skill surfaces uncovered architectural decisions and the user agrees to record them. Do NOT auto-create ADRs without user approval. ADRs are written to docs/adr/ in the current git repository.

2026-02-26
adr-review
소프트웨어 개발자

Review plans and implementations for ADR compliance. Invoked at two mandatory gates defined in CLAUDE.md: (1) after writing a plan, before user approval, and (2) after implementation, before claiming completion. Only applies when docs/adr/ exists. Dispatches the adr-review agent as a subagent to keep ADR content out of the main context window.

2026-02-26
python-project
소프트웨어 개발자

Create, edit, and manage Python projects using UV for package management, ruff for linting/formatting, and mypy for type checking. Use when: (1) setting up a new Python project or script, (2) editing Python code, (3) adding dependencies to a Python project, (4) running or debugging Python scripts, or any task involving Python development. Triggers: "create a python project", "set up a python script", "edit this python file", "add a dependency", "write a python tool", "make a CLI in python".

2026-02-18