All authors
KbWen avatar

Claude Skills by KbWen

github.com/KbWen
14 skillsA× 13B× 10 installs2 views
Api DesignA

Design or review REST/GraphQL APIs when endpoints or contracts change.

ai-agentsgosql
0
13
Auth SecurityA

Secure authentication and authorization when credentials, sessions, roles, or permissions change.

ai-agentsgorails
0
13
Database DesignA

Design schemas and migrations when persistent data structures change.

ai-agentsrustgo
0
13
Dispatching Parallel AgentsA

Evaluate when to dispatch parallel agents; use a 4-step pattern to split, coordinate, and integrate results.

ai-agentsgotesting
0
13
Doc LookupB

Check official docs when framework APIs or configuration may be version-sensitive.

developmentrustgo
0
13
Frontend PatternsA

Apply frontend conventions when components, pages, forms, or client state change.

ai-agentstypescriptgo
0
13
Karpathy PrinciplesA

Behavioral guidelines to reduce common LLM coding mistakes — Think Before Coding, Simplicity First, Surgical Changes, Goal-Driven Execution.

ai-agentsgorails
0
13
Production ReadinessA

Pre-ship observability readiness checklist — ensures errors reach production monitoring, not just debug consoles.

ai-agentsgorails
0
13
Red Team AdversarialA

Adversarial security and resilience analysis — auto-triggered during /review and /test based on task classification. Provides attack surface analysis, boundary testing, auth bypass attempts, dependency chain attacks, and Beast Mode stress testing.

ai-agentsrustgo
0
13
Subagent Driven DevelopmentA

Decompose tasks via subagent collaboration; define interface contracts and integration checkpoints.

ai-agentstesting
0
13
Systematic DebuggingA

Use 4-phase root cause analysis (Observe, Hypothesize, Verify, Fix); avoid unverified patches.

ai-agentsdebugging
0
13
Test Driven DevelopmentA

Drive changes with Red→Green→Refactor; ensure behavior is verifiable and regression-safe.

ai-agentsgorefactoring
0
13
Using Git WorktreesA

Use Git worktrees to create parallel working directories safely; avoid branch-switch contamination.

ai-agentsgit
0
13
Verification Before CompletionA

Enforce "no evidence = no completion"; run Gate Function verification before declaring done.

ai-agentstesting
0
13