Topic: claude-code
35,830 skills in this topic.
-
verification-before-completion
Evidence requirement enforcement ensuring all claims are backed by logs, test results, or exit codes. Zero = success, non-zero = failure. No guessing allowed.
a5c-ai/babysitter 514
-
test-driven-development
Strict RED-GREEN-REFACTOR cycle enforcement. Tests are never skipped or deferred. Run mode only, never watch mode. Exit code evidence mandatory.
a5c-ai/babysitter 514
-
session-memory
Mandatory memory persistence system across session resets using three markdown surfaces in .claude/cc10x/. Iron law - every workflow must load at start and update at end.
a5c-ai/babysitter 514
-
planning-patterns
Structured planning methodology with research, brainstorming, phased plan creation, risk assessment, and plan-to-build continuity.
a5c-ai/babysitter 514
-
debugging-patterns
Root cause analysis frameworks including log-first investigation, git bisect correlation, and pattern-based diagnosis with confidence scoring.
a5c-ai/babysitter 514
-
code-review-patterns
Multi-dimensional code assessment across security, quality, performance, and maintainability with confidence-gated reporting (>=80%) and Router Contract generation.
a5c-ai/babysitter 514
-
code-generation
Minimal, pattern-matching code output. Write the least code that satisfies requirements. Match existing project patterns. Use Write/Edit tools only.
a5c-ai/babysitter 514
-
architecture-patterns
System and API design guidance covering component boundaries, data flow, integration patterns, and scalability considerations.
a5c-ai/babysitter 514
-
config-schema-validator
Generate Zod/JSON Schema configuration validators with defaults and error messages.
a5c-ai/babysitter 514
-
code-signing-setup
Configure code signing for macOS and Windows binaries with notarization.
a5c-ai/babysitter 514
-
cobra-scaffolder
Generate Cobra/Viper-based Go CLI applications with persistent flags, subcommands, and configuration management. Creates production-ready Go CLI with modern patterns.
a5c-ai/babysitter 514
-
cli-table-formatter
Generate table formatters for structured CLI output with column alignment, borders, and responsive sizing.
a5c-ai/babysitter 514
-
worktree-isolation
a5c-ai/babysitter 514
-
cli-snapshot-tester
Set up snapshot testing for CLI output with update workflows and diff reporting.
a5c-ai/babysitter 514
-
test-automation
a5c-ai/babysitter 514
-
streaming-progress
a5c-ai/babysitter 514
-
kanban-management
a5c-ai/babysitter 514
-
feature-intake
a5c-ai/babysitter 514
-
cli-progress-bar-setup
Configure cli-progress with custom formatters, multi-bar support, and ETA calculations for CLI progress indication.
a5c-ai/babysitter 514
-
code-review-gate
a5c-ai/babysitter 514
-
agent-dispatch
a5c-ai/babysitter 514
-
cli-e2e-test-harness
Set up E2E test harness for CLI applications with process spawning and assertions.
a5c-ai/babysitter 514
-
chocolatey-package-generator
Generate Chocolatey package for Windows CLI distribution.
a5c-ai/babysitter 514
-
blessed-widget-generator
Generate blessed widgets for Node.js terminal UIs with boxes, lists, forms, and dashboard layouts.
a5c-ai/babysitter 514