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

clank

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

수집된 skills
37
Stars
40
업데이트
2025-10-09
Forks
27
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

installing-skills-system
소프트웨어 개발자

Fork, clone to ~/.clank, run installer, edit CLAUDE.md

2025-10-09
testing-skills-with-subagents
소프트웨어 품질 보증 분석가·테스터

RED-GREEN-REFACTOR for process documentation - baseline without skill, write addressing failures, iterate closing loopholes

2025-10-09
getting-started-with-skills
기술 작가컴퓨터 시스템 분석가

Skills wiki intro - mandatory workflows, search tool, brainstorming triggers

2025-10-09
brainstorming-ideas-into-designs
소프트웨어 개발자

Interactive idea refinement using Socratic method to develop fully-formed designs

2025-10-09
executing-plans
총괄·운영 관리자

Execute detailed plans in batches with review checkpoints

2025-10-09
subagent-driven-development
소프트웨어 개발자

Execute implementation plan by dispatching fresh subagent for each task, with code review between tasks

2025-10-09
finishing-a-development-branch
소프트웨어 개발자

Complete feature development with structured options for merge, PR, or cleanup

2025-10-09
using-git-worktrees
소프트웨어 개발자

Create isolated git worktrees with smart directory selection and safety verification

2025-10-09
code-review-reception
소프트웨어 개발자

Receive and act on code review feedback with technical rigor, not performative agreement or blind implementation

2025-10-08
remembering-conversations
컴퓨터 시스템 분석가

Search previous Claude Code conversations for facts, patterns, decisions, and context using semantic or text search

2025-10-08
writing-plans
컴퓨터 시스템 분석가

Create detailed implementation plans with bite-sized tasks for engineers with zero codebase context

2025-10-08
systematic-debugging
소프트웨어 개발자

Four-phase debugging framework that ensures root cause investigation before attempting fixes. Never jump to solutions.

2025-10-08
verification-before-completion
소프트웨어 품질 보증 분석가·테스터

Run verification commands and confirm output before claiming success

2025-10-08
creating-skills
소프트웨어 품질 보증 분석가·테스터

TDD for process documentation - test with subagents before writing, iterate until bulletproof

2025-10-08
test-driven-development-tdd
소프트웨어 품질 보증 분석가·테스터

Write the test first, watch it fail, write minimal code to pass

2025-10-08
testing-anti-patterns
소프트웨어 품질 보증 분석가·테스터

Never test mock behavior. Never add test-only methods to production classes. Understand dependencies before mocking.

2025-10-08
requesting-code-review
소프트웨어 개발자

Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding

2025-10-08
encapsulating-complexity
소프트웨어 개발자

Hide implementation details behind interfaces - work at domain level (what), not implementation level (how)

2025-10-07
maintaining-consistent-abstractions
소프트웨어 개발자

Class interfaces present one cohesive abstraction - don't mix domain logic with serialization, persistence, or unrelated concerns

2025-10-07
commenting-intent
소프트웨어 개발자

Comment WHY code exists and non-obvious decisions, not WHAT code does (mechanics)

2025-10-07
exploring-alternatives
소프트웨어 개발자

Try 2-3 different approaches before implementing - don't settle for first design you think of

2025-10-07
keeping-routines-focused
소프트웨어 개발자

Each routine does one thing and does it well - extract when routines have multiple responsibilities

2025-10-07
localizing-variables
소프트웨어 개발자컴퓨터 프로그래머

Declare variables in smallest possible scope, initialize close to first use, minimize span and live time

2025-10-07
domain-focused-naming
소프트웨어 개발자

Name code by what it does in the domain, not how it's implemented or its history

2025-10-07
naming-variables
소프트웨어 개발자

Choose names that fully and accurately describe what the variable represents

2025-10-07
refactoring-safely
소프트웨어 개발자

Refactor with tests first, one change at a time, never mix refactoring with bug fixes or new features

2025-10-07
simplifying-control-flow
소프트웨어 개발자

Flatten nested conditionals with early returns or table-driven methods - keep nesting depth under 3 levels

2025-10-07
single-purpose-variables
소프트웨어 개발자컴퓨터 프로그래머

Use each variable for exactly one purpose - no hybrid coupling or hidden meanings

2025-10-07
validating-inputs
소프트웨어 개발자

Check all external inputs for validity - garbage in, nothing out, never garbage out

2025-10-07
writing-evergreen-comments
소프트웨어 개발자컴퓨터 프로그래머

Write comments explaining WHAT and WHY, never temporal context or history

2025-10-07
gardening-skills-wiki
소프트웨어 개발자네트워크·컴퓨터 시스템 관리자

Maintain skills wiki health - check links, naming, cross-references, and coverage

2025-10-07
reducing-complexity
소프트웨어 개발자

Managing complexity is software's primary technical imperative - all other goals are secondary

2025-10-06
designing-before-coding
소프트웨어 개발자

Design in pseudocode first, iterate approaches, then translate to code

2025-10-06
dispatching-parallel-agents
컴퓨터 시스템 분석가

Use multiple Claude agents to investigate and fix independent problems concurrently

2025-10-06
defense-in-depth-validation
소프트웨어 개발자

Validate at every layer data passes through to make bugs impossible

2025-10-06
root-cause-tracing
소프트웨어 개발자

Systematically trace bugs backward through call stack to find original trigger

2025-10-06
condition-based-waiting
소프트웨어 품질 보증 분석가·테스터

Replace arbitrary timeouts with condition polling for reliable async tests

2025-10-06