best-practices▌
6 indexed skills · max 10 per page
karpathy-guidelines
unknown/karpathy-guidelines · code
Behavioral guidelines to reduce common LLM coding mistakes, focusing on simplicity and clarity in coding practices.
source-driven-development
OWNER/REPO · code
Grounds every implementation decision in official documentation for authoritative, source-cited code.
write-prompt
platform.claude.com/write-prompt-guide-0j5xu3 · prompt-engineering
Author production-grade prompts for Claude by applying Anthropic's canonical prompt-engineering best practices in impact order: clarity, examples, chain-of-thought, XML tags, system roles, prefilling, prompt chaining, and long-context tips.
test-driven-development
OWNER/REPO · code
Drives development with tests. Use when implementing any logic, fixing any bug, or changing any behavior.
git-workflow-and-versioning
OWNER/REPO · code
Structures git workflow practices for making code changes, committing, branching, and resolving conflicts.
documentation-and-adrs
OWNER/REPO · productivity
Records decisions and documentation for architectural choices, public APIs, and feature shipping to aid future engineers and agents.