All authors
yeaight7 avatar

Claude Skills by yeaight7

github.com/yeaight7
213 skillsA× 205B× 7C× 15 installs46 views
Prompt Evaluation RunnerA

Use when evaluating prompts, LLM outputs, red-team suites, or model behavior with local eval configs and safe provider/cost controls.

ai-agentsjavascriptpython
0
6
Red Team Eval AuthoringB

Use when creating or reviewing red-team eval plugins, attack templates, grader rubrics, safety fixtures, or model-risk test metadata.

ai-agentsgotesting
0
6
Skill Evaluation WorkbenchA

Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.

ai-agentsgodocker
0
6
Agent Harness DesignA

Design agent tool sets with stable names, narrow schemas, deterministic output shapes, and explicit error paths. No catch-all tools unless unavoidable.

ai-agentsshellbash
0
6
Canonical Advisor RoutingA

Process-first advisor routing with artifact capture

ai-agentsbashdebugging
0
6
Context Retrieval LoopA

Deterministic 3-cycle loop for gathering codebase context before acting. Broad search → exact source and tests → target-specific docs and setup. Stop after enough context or report what is still missing.

ai-agentsbashnode
0
6
Model RoutingA

Vendor-neutral routing guide for choosing the right model tier by task type. Mechanical work uses a smaller/faster model; implementation uses a standard model; architecture, security, and release audit use the most capable model.

ai-agentsdebuggingsecurity
0
6
Tri Model ReviewA

Multi-model orchestration — route to two external advisors, then synthesize

ai-agentsbashfrontend
0
6
Local Rag McpA

Use when querying, ingesting, or maintaining a local RAG MCP corpus for semantic document retrieval with privacy controls.

ai-agentsdockerapi
0
6
Managed Codebase ContextA

Use when connecting to a managed codebase-context MCP/session service, checking stale maps, or safely using MCP-provided repository context.

ai-agentsrefactoringgit
0
6
Search Before BuildingA

Check existing repo capability, external libraries, MCP options, and maintenance risk before writing custom code. Decide adopt/wrap/build with explicit criteria.

ai-agentstypescriptpython
0
6
Structured Code Search McpA

Use when designing or using MCP-backed structured code search with search, AST query, symbol inventory, and bounded extraction workflows.

ai-agents
0
6
Ai Slop CleanerA

Run an anti-slop cleanup workflow on AI-generated code — regression-tests-first, smell-by-smell, behavior preserved.

ai-agentsgo
0
6
Architecture SimplificationA

Use to collapse over-engineered abstractions, remove unnecessary layers, or consolidate redundant logic.

ai-agentsdatabase
0
6
Dead Code RemovalA

Use to identify and safely delete unused functions, classes, exports, and files.

ai-agents
0
6
Dependency CleanupA

Use to audit and remove unused or redundant third-party dependencies from package manifests.

ai-agentsgosecurity
0
6
Incremental MigrationA

Use when migrating APIs, libraries, or patterns across a large codebase. Ensures safe, step-by-step progress rather than risky mega-commits.

ai-agentsgoapi
0
6
Naming And Structure CleanupA

Use to enforce consistent naming conventions and file structures across a project without changing business logic.

ai-agents
0
6
Safe RefactorA

Use when code needs restructuring without changing observable behavior.

ai-agentsgorefactoring
0
6
Test Preserving RefactorA

Use to restructure code while guaranteeing that all existing tests continue to pass.

ai-agentsrefactoringgit
0
6
Deploy Pipeline RunbookA

Coordinate multi-system deployment steps as a review-first runbook with explicit approval before any external write or promotion action.

ai-agentsrustgo
0
6
Bigquery Cost AuditA

Analyze BigQuery usage, identify cost hotspots, repeated failures, and practical optimization opportunities.

ai-agentsgosql
0
6
Data QualityA

Use when adding or reviewing data quality tests for dbt models in warehouse-backed analytics projects. Covers dbt generic tests, singular tests (assert_*.sql), accepted-values macros, dbt_utils patterns, cross-system consistency tests, and warehouse-oriented validation. Use when writing data tests, creating assert_*.sql files, testing business logic, or validating referential integrity.

ai-agentsgobash
0
6
Dbt Incremental Strategy AuditA

Audit whether a dbt incremental model uses the right incremental strategy for the repo, the data shape, and the operational constraints.

ai-agentsgo
0
6
Dbt PreflightA

Inspect changed dbt assets, estimate blast radius, identify missing tests, and recommend the narrowest safe validation plan.

ai-agentsgotesting
0
6
Dbt StrategyA

Use when creating or modifying dimensional dbt models in warehouse-backed analytics projects. Covers a four-layer warehouse architecture (sources/staging/core/marts), naming conventions, no-alias SQL rule, surrogate-key and missing-record patterns, incremental strategies, deduplication, and common project macros. Use when building fact tables, dimension tables, staging models, writing SQL, or designing tests.

ai-agentsgobash
0
6
Metric Impact AnalyzerA

Evaluate metric and semantic model changes for BI/reporting breakage and business meaning drift.

ai-agentsgosql
0
6
Semantic Layer Change ReviewA

Use when modifying dbt metrics or semantic models to ensure mathematical correctness and backwards compatibility.

ai-agentsrustsql
0
6
Sql Business Logic ReviewA

Review SQL for business logic correctness, semantic drift, aggregation risk, and silent definition changes.

ai-agentsgosql
0
6
Bug HuntA

Use when reproducing, isolating, and fixing a bug with the smallest safe change.

ai-agentsdebugging
0
6
Failure TriageA

Use when confronted with an unknown failure in CI or production to rapidly categorize the issue before deep debugging.

ai-agentsgodebugging
0
6
Flaky Test InvestigationA

Use to diagnose tests that pass and fail intermittently without code changes.

ai-agentsrustdatabase
0
6
Incident ReadoutA

Use after fixing a bug to generate a blameless post-mortem summary for human review.

ai-agentsdebugging
0
6
Log Driven DiagnosisA

Use when debugging complex runtime failures, distributed systems, or issues where a local debugger cannot be attached.

ai-agentsdebugging
0
6
Minimal ReproductionA

Use to isolate a bug from a large application into a standalone, runnable script or single test case.

ai-agentsapidatabase
0
6
Regression BisectingA

Use when a bug was recently introduced but you don't know which commit caused it.

ai-agentsgonode
0
6
Systematic DebuggingA

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

ai-agentstypescripttesting
0
6
Agent Runtime PatternsA

Use when optimizing agent runtime loops, card packs, MCP session lifecycle, tool-call count, or multi-agent orchestration patterns.

ai-agentsgodocumentation
0
6
Agent Session ForensicsA

Use when diagnosing agent session history, interrupted tool loops, missing tool results, timing bottlenecks, or subagent trace correlation.

ai-agentsdebugging
0
6
BrainstormingA

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

ai-agentsgotesting
0
6
Context CompressionA

Use when conversation context is bloated, constraints are being forgotten, or a compact handoff is needed before continuing work.

ai-agentsgodebugging
0
6
Context MinimizationA

Use continuously during long tasks. Teaches how to read less, output less, and keep the LLM context window lean and fast.

ai-agentsgit
0
6
Dispatching Parallel AgentsA

Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies

ai-agentsgodebugging
0
6
Handoff DisciplineA

Use when completing a task or running out of context limit. Ensures the next session or human engineer has exactly what they need to resume work instantly.

ai-agentsgo
0
6
No FluffA

Ultra-compressed communication mode. Cuts token usage ~75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "no fluff", "be concise", "use less tokens", or similar.

ai-agentsreactdatabase
0
6
Repo MapA

Use when the task is to understand an unfamiliar codebase, locate key entry points, or summarize architecture before editing.

ai-agentsapi
0
6
Strategic Context CompactionA

Compact context at logical phase boundaries — after research, after planning, after debugging — rather than mid-task. Preserves useful state while clearing noise.

ai-agentstestingdebugging
0
6
Task IntakeA

Use at the beginning of a new task. Ensures you fully understand the requirements, boundaries, and acceptance criteria before writing code.

ai-agentsgo
0
6
Using PowerupsA

Use when starting work in a repository with Agent Powerups installed, when a task may match a reusable local skill, command, workflow, hook recipe, AGENTS.md template, or MCP feature.

ai-agentsshelldebugging
0
6
Verification Before CompletionA

Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always

ai-agentsrustgo
0
6