10x-patterns

Review·Scanned 2/19/2026

This skill documents development-velocity patterns and includes installation and local setup instructions. It contains executable install commands (npx clawhub@latest install 10x-patterns, npx add https://github.com/wpank/ai/tree/main/skills/meta/10x-patterns) and directs copying into agent folders like .claude/skills.

from clawhub.ai·vd006fd3·11.6 KB·0 installs
Scanned from 1.0.0 at d006fd3 · Transparency log ↗
$ vett add clawhub.ai/wpank/10x-patternsReview findings below

10x Development Patterns

Patterns and practices that dramatically accelerate development velocity. Covers parallel execution, automation, feedback loops, workflow optimization, and anti-pattern avoidance.

What's Inside

  • Core principles (parallel execution, early validation, reuse over rebuild, automation first)
  • Development velocity patterns (hot reload, type-driven dev, feature flags, vertical slicing, and more)
  • Leverage points — small investments with outsized returns
  • Time sink detection and elimination
  • Workflow optimization (daily templates, IDE shortcuts, CLI aliases)
  • Anti-patterns that destroy velocity
  • DORA metrics for measuring engineering performance

When to Use

  • Starting a new project — set up the right foundations from day one
  • Planning sprints — prioritize work that compounds
  • Optimizing workflow — identify and remove bottlenecks
  • Reviewing velocity — measure and improve throughput
  • Onboarding developers — teach high-leverage habits
  • Retrospectives — diagnose why things are slow

Installation

npx add https://github.com/wpank/ai/tree/main/skills/meta/10x-patterns

OpenClaw / Moltbot / Clawbot

npx clawhub@latest install 10x-patterns

Manual Installation

Cursor (per-project)

From your project root:

mkdir -p .cursor/skills
cp -r ~/.ai-skills/skills/meta/10x-patterns .cursor/skills/10x-patterns

Cursor (global)

mkdir -p ~/.cursor/skills
cp -r ~/.ai-skills/skills/meta/10x-patterns ~/.cursor/skills/10x-patterns

Claude Code (per-project)

From your project root:

mkdir -p .claude/skills
cp -r ~/.ai-skills/skills/meta/10x-patterns .claude/skills/10x-patterns

Claude Code (global)

mkdir -p ~/.claude/skills
cp -r ~/.ai-skills/skills/meta/10x-patterns ~/.claude/skills/10x-patterns

Part of the Meta skill category.