All authors
baekenough avatar

Claude Skills by baekenough

github.com/baekenough
233 skillsA× 221B× 6D× 60 installs42 views
Action ValidatorA

Pre-action boundary checking — validates agent tool calls against declared capabilities and task contracts

toolsgobash
0
34
Adaptive HarnessA

Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile

developmenttypescriptpython
0
34
Adversarial ReviewA

Adversarial code review using attacker mindset — trust boundary, attack surface, business logic, and defense evaluation

securityrustgo
0
34
Agent Eval FrameworkA

Quantitative agent evaluation using 4-metric framework (correctness/step_ratio/tool_call_ratio/latency_ratio) with ideal trajectory annotation and capability-categorical taxonomy. Use when measuring agent efficiency, comparing agent variants, or gating new agents through correctness→efficiency phases. Complements harness-eval (SE benchmarks) and evaluator-optimizer (qualitative rubric).

devopsgobash
0
34
AgoraA

Use when a design or decision needs adversarial multi-round scrutiny from several independent model vendors. Runs anonymized A/B/C reviewer rounds with a rotating judge and produces a consensus report.

ai-agentsgobash
0
34
Airflow Best PracticesA

Apache Airflow best practices for DAG authoring, testing, and production deployment

testingpythonreact
0
34
Alembic Best PracticesA

Alembic migration patterns for naming conventions, safety checks, expand-contract, env.py configuration, and CI integration

databasespythonrust
0
34
Ambiguity GateA

Pre-routing ambiguity analysis — scores request clarity and asks clarifying questions when needed (inspired by ouroboros)

code-qualitygitperformance
0
34
AnalysisA

Analyze project and auto-configure agents, skills, rules, and guides

developmenttypescriptpython
0
34
Audit AgentsA

Audit agent dependencies and references

developmentpythonrust
0
34
Aws Best PracticesA

AWS patterns from Well-Architected Framework

devopsrustgo
0
34
Claude Code BibleA

Fetch Claude Code official documentation. Use when updating local reference docs or checking official spec.

documentationbashnode
0
34
Claude NativeA

Monitor Claude Code releases and auto-generate GitHub issues for each new version

toolsgobash
0
34
Create AgentA

Create a new agent with complete structure

ai-agentsgobackend
0
34
Crg IntegrationA

code-review-graph (CRG) MCP wrapper — token-efficient context retrieval via AST knowledge graph. Exposes 4 core tools from CRG.

toolsbashnode
0
34
Cve TriageA

CVE triage workflow for vulnerability analysis, reproduction assessment, and patch verification

securitysecuritydocumentation
0
34
Dag OrchestrationA

YAML-based DAG workflow engine with topological execution and failure strategies

code-qualitytypescriptgo
0
34
Dbt Best PracticesA

dbt best practices for SQL modeling, testing, and analytics engineering workflows

documentationsqltesting
0
34
De Lead RoutingA

Routes data engineering tasks to the correct DE expert agent. Use when user requests data pipeline design, DAG authoring, SQL modeling, stream processing, or warehouse optimization.

businessjavabash
0
34
Deep PlanA

Research-validated planning — research → plan → verify cycle for high-confidence implementation plans

researchrustapi
0
34
Deep VerifyB

Multi-angle release quality verification using parallel expert review teams

code-qualitygoshell
0
34
Design ShotgunA

Generate 4-6 parallel design mockups for rapid visual comparison — adapted from gstack /design-shotgun pattern

designgitapi
0
34
Dev Lead RoutingA

Routes development tasks to the correct language or framework expert agent. Use when user requests code review, implementation, refactoring, or debugging.

developmenttypescriptpython
0
34
Dev RefactorA

Refactor code for better structure and patterns

developmenttypescriptpython
0
34
Dev ReviewA

Review code against language-specific best practices

code-qualitytypescriptpython
0
34
Diagram DesignA

Brand-consistent editorial diagrams — SVG generation for release notes, architecture docs, and marketing materials

ai-agentsbashgit
0
34
Django Best PracticesA

Django patterns for production-ready Python web applications

databasespythongo
0
34
Docker Best PracticesD

Docker patterns for optimized containerization

devopspythongo
0
34
Evaluator OptimizerA

Parameterized evaluator-optimizer loop for quality-critical output with configurable rubrics

ai-agentstypescriptgo
0
34
Fastapi Best PracticesA

FastAPI patterns for high-performance async APIs

securitygosql
0
34
Fix RefsA

Fix broken agent references and symlinks

ai-agentskotlin
0
34
Flutter Best PracticesA

Flutter/Dart development best practices for widget composition, state management, and performance

developmentgoreact
0
34
FsdA

Full Self Driving — autonomous release loop that processes all auto-dev-eligible GitHub issues until none remain, by repeatedly running /pipeline auto-dev then /homework.

ai-agentsgobash
0
34
Go Backend Best PracticesA

Go backend patterns from Uber style and standard layout

code-qualitygotesting
0
34
Go Best PracticesA

Idiomatic Go patterns from Effective Go

code-qualitygodocumentation
0
34
GoalA

Disciplined goal-to-execution workflow for any user task. Parses objective, asks only for materially missing requirements via ambiguity-gate, inspects repo via idea, plans via sdd-dev or deep-plan, executes safely under project conventions, verifies completion per R020, and reports changed files with evidence. Use when user invokes /goal <task>.

code-qualitygodebugging
0
34
Grill With DocsA

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

documentationgodocumentation
0
34
Hada ScoutA

hada.io RSS feed monitoring with LLM pre-scout filtering for oh-my-customcode relevance

ai-agentsgitfrontend
0
34
Harness EvalB

Structured SE task evaluation using 15 benchmark definitions from claude-code-harness research

businessgoshell
0
34
Harness SynthesizerB

Synthesize code harnesses for agent action validation — AutoHarness-inspired verifier/filter/policy generation

toolspythongo
0
34
HelpA

Show help information for commands and system

developmenttypescriptpython
0
34
HomeworkA

On explicit /homework invocation, analyze the current and linked previous sessions, extract mistakes (찐빠), and report them via omcustom-feedback with a confirmation gate. Auto-activation on session cleanup/session-end signals is OPT-IN (default OFF) — requires an explicit project/user directive. Use when explicitly auditing recent work for harness gaps.

researchgobash
0
34
IdeaA

Analyze a natural language idea against the project codebase and return structured issue specs

developmentgogit
0
34
Impeccable DesignA

AI design language for production-grade UI — 10 commands covering typography, color, motion, layout, and UX writing quality

designgoexpress
0
34
Instinct ExtractorA

다중 세션 transcript에서 반복 실패 패턴(instinct)을 자동 채굴하여 신규 skill candidate 생성

ai-agentsbash
0
34
Intent DetectionA

Automatically detect user intent and route to appropriate agent

developmenttypescriptpython
0
34
Java Best PracticesA

Modern Java 25 LTS patterns from Virtual Threads, Pattern Matching, Records, and Sealed Classes

developmentgojava
0
34
Kafka Best PracticesA

Apache Kafka 4.2 best practices for event streaming, topic design, and producer-consumer patterns

documentationapiperformance
0
34
Kotlin Best PracticesA

Idiomatic Kotlin patterns from JetBrains conventions

code-qualityjavakotlin
0
34
ListsA

Show all available commands

code-qualitygorefactoring
0
34