Skip to main content

obra/clank

SkillsMP は obra/clank から 37 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

記録された最新のソース活動
SkillsMP カタログ更新
収集済み skills
37
GitHub スター
41
GitHub フォーク
27

収集済み skill 37 件中 37 件を表示しています。

職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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

原文の言語: 英語

更新
職業分類
テクニカルライターコンピュータシステムアナリスト
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ゼネラル・オペレーションズマネージャー
説明

Execute detailed plans in batches with review checkpoints

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Create isolated git worktrees with smart directory selection and safety verification

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
コンピュータシステムアナリスト
説明

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

原文の言語: 英語

更新
職業分類
コンピュータシステムアナリスト
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Run verification commands and confirm output before claiming success

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者コンピュータプログラマー
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Choose names that fully and accurately describe what the variable represents

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者コンピュータプログラマー
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者コンピュータプログラマー
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者ネットワーク・コンピュータシステム管理者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

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

原文の言語: 英語

更新
職業分類
コンピュータシステムアナリスト
説明

Use multiple Claude agents to investigate and fix independent problems concurrently

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Validate at every layer data passes through to make bugs impossible

原文の言語: 英語

更新
職業分類
ソフトウェア開発者
説明

Systematically trace bugs backward through call stack to find original trigger

原文の言語: 英語

更新
職業分類
ソフトウェア品質保証アナリスト・テスター
説明

Replace arbitrary timeouts with condition polling for reliable async tests

原文の言語: 英語

更新
収集済み skill 37 件中 37 件を表示しています。