All authors
yeaight7 avatar

Claude Skills by yeaight7

github.com/yeaight7
213 skillsA× 205B× 7C× 15 installs49 views
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
Dead Code RemovalA

Use when unused functions, classes, exports, or files need to be identified and safely deleted.

ai-agentstypescriptpython
0
6
Dependency CleanupA

Use when package manifests carry unused or redundant third-party dependencies that slow builds, widen the security surface, or complicate updates.

ai-agentsjavascripttypescript
0
6
Deploy Pipeline RunbookA

Use when a release spans multiple systems or vendors, order of operations matters with rollback planned up front, or a failed step in one system could corrupt state in a downstream system.

ai-agentsrustgo
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
Doc Consistency CheckA

Use when documentation may have rotted against the code -- files were renamed or moved, scripts or env vars changed, or readers report commands and paths from the docs that no longer work.

ai-agentsbashgit
0
6
Experiment Tracking ReviewA

Use when reviewing ML training code to confirm a run could be reconstructed later -- hyperparameters, metrics, data references, and artifacts logged, not just printed to stdout.

ai-agents
0
6
Failure TriageA

Use when confronted with an unknown failure in CI or production, before committing to a deep debugging approach.

ai-agentsgobash
0
6
Flaky Test InvestigationA

Use when tests pass and fail intermittently without code changes, or a test passes alone but fails in the full suite.

ai-agentsrustbash
0
6
Gh Address CommentsA

Address actionable GitHub pull request review feedback. Use when the user wants to inspect unresolved review threads, requested changes, or inline review comments on a PR, then implement selected fixes.

ai-agentsbashnode
0
6
Github Ci Failure TriageA

Use when a GitHub PR shows failing checks and a clean failure readout is needed before changing any code.

ai-agentsbashgit
0
6
GraphifyA

any input (code, docs, papers, images) → knowledge graph → clustered communities → HTML + JSON + audit report. Use when the user wants to build, inspect, or query a cross-file knowledge graph from code, docs, papers, images, or videos with upstream graphify.

ai-agentspythongo
0
6
Handoff DisciplineA

Use when ending a session, handing a task back to the user, or approaching the context limit with work unfinished -- the next session or engineer must be able to resume the work instantly.

ai-agentsgobash
0
6
Hard Won Skill ExtractorA

Use when a tricky bug, non-obvious workaround, hidden gotcha, or undocumented behavior took real debugging effort to discover and should be captured as a reusable learned skill.

ai-agentsgodebugging
0
6
Hook Safety ReviewB

Use when a hook is about to be enabled or modified -- a hook recipe proposed for activation, a pre/post-tool or lifecycle hook added to agent settings, a git pre-commit hook added to a repo, or a third-party hook snippet pasted in from outside.

ai-agentsrustshell
0
6
Incident ReadoutA

Use when a bug fix or complex debugging session concludes and a blameless post-mortem summary is needed for human review.

ai-agentsbashdebugging
0
6
Incremental MigrationA

Use when migrating APIs, libraries, or patterns across a large codebase and a single mega-commit would be too risky to review or merge.

ai-agentsgobash
0
6
Log Driven DiagnosisA

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

ai-agentsbashdebugging
0
6
Mcp Risk ReviewA

Use when an MCP server is about to be enabled, added to agent config, or upgraded -- a staged server config is a candidate for activation, a third-party server is proposed from a registry, or an existing entry changes transport, credentials, or tool surface.

ai-agentsrustshell
0
6
Mcp Server BuilderA

Design high-quality MCP servers around workflows, narrow schemas, context-aware outputs, and actionable errors. Use when building or reviewing MCP tools for real agent tasks.

ai-agentspythongo
0
6
Memory Build WorkflowA

Use when a user needs to build or refresh persistent graph memory from a mixed corpus and the right path may include graphify, incremental update, or helper conversion before ingestion.

ai-agentsshell
0
6
Memory Optimization WorkflowA

Use when deciding the lowest-cost context path for a mixed corpus, especially when choosing among direct reading, helper conversion, graph build, graph update, or graph query.

ai-agentsshell
0
6
Memory Query WorkflowA

Use when a graph already exists and the user needs retrieval, tracing, explanation, or gap detection from graph memory before reopening the full corpus.

ai-agentsrustshell
0
6
Metric Impact AnalyzerA

Use when a change may affect metrics, semantic models, dashboards, reporting, or stakeholder-facing KPIs and you need to know whether business meaning or downstream BI assets change.

ai-agentsgosql
0
6
Minimal ReproductionA

Use when a bug must be isolated from a large application into a standalone, runnable script or single test case.

ai-agentsnodetesting
0
6
Ml Leakage CheckA

Use when reviewing ML preprocessing or feature pipelines for target leakage -- validation metrics look suspiciously good, transformers are fitted before splitting, or features may not exist at prediction time.

ai-agentsgodatabase
0
6
Model Evaluation ReportingA

Use when writing or reviewing a model evaluation report -- accuracy is being quoted alone, or stakeholders need failure modes, segment performance, and business trade-offs made explicit.

ai-agentsgoperformance
0
6
Model RoutingA

Use when selecting a model for a new task or subagent, deciding whether to escalate after a failed attempt, or designing a multi-agent pipeline with mixed task complexity.

ai-agentsdebuggingsecurity
0
6
Naming And Structure CleanupA

Use when naming conventions or file structure drift across a project and need to be made consistent without changing business logic.

ai-agentsbashgit
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
Parallel Execution EngineA

Use when latency matters and several independent tasks can run at once -- a bounded implementation or investigation that needs waves of concurrent workers, not a persistent completion loop or stage-based orchestration.

ai-agentsbashgit
0
6
Persistent Completion LoopA

Use when a task must run to verified completion rather than best effort -- the user says "don't stop", "must complete", "finish this", or "keep going until done", or the work spans multiple iterations and needs reviewer sign-off before being called done.

ai-agentsgo
0
6
Pr Review Ci LoopA

Use when a pull request needs one bounded review and CI triage cycle with explicit approval before edits or remote writes.

ai-agentsgobash
0
6
Pre Release VerificationA

Use when a release candidate needs final checks before tagging, publishing, or production deployment.

ai-agentspythongo
0
6
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
Readme HardeningA

Use when a README cannot be followed verbatim -- setup or test commands fail or are vague, environment requirements are unstated, or a new engineer or agent cannot bootstrap the project quickly.

ai-agentsgoshell
0
6
Receiving Code ReviewA

Use when receiving code review feedback, before implementing suggestions — requires technical verification and reasoned pushback, not performative agreement or blind implementation.

ai-agentsrustgo
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
Regression BisectingA

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

ai-agentsgobash
0
6
Reproducible Training RunsA

Use when reviewing or modifying ML training scripts that must produce identical results across runs or machines -- runs with the "same" config differ, or a past result must be reconstructed exactly.

ai-agentspythongo
0
6
Requesting Code ReviewA

Use when completing tasks, implementing major features, or before merging to verify work meets requirements.

ai-agentsbashcode-review
0
6
Requirements ClarifierA

Use when an implementation request is vague or underspecified and needs structured clarification before coding -- the user says "interview me", "ask me everything", "don't assume", or wants to avoid "that's not what I meant" outcomes from autonomous execution.

ai-agentsgogit
0
6
Review Comment Style MiningA

Use when mining PR review comments and text diffs for reusable writing, documentation, tone, and editorial improvement patterns.

ai-agentsgitdocumentation
0
6
Risk Based ReviewA

Use when reviewing a PR or your own change plan and you need to decide how much scrutiny it deserves -- the diff touches auth, payments, crypto, migrations, or core shared code, or you are unsure where to focus limited review attention.

ai-agentsgobash
0
6
Safe RefactorA

Use when code needs restructuring without changing observable behavior.

ai-agentsgorefactoring
0
6
Search Before BuildingA

Use when about to add a new helper, utility, or abstraction, a task sounds like a solved problem, a new external dependency is being considered, or custom code is proposed without checking what already exists.

ai-agentstypescriptpython
0
6
Secret Leak PreflightA

Use when about to commit, push, or publish -- staged changes touch config or environment files, generated artifacts (relay sessions, logs, build output) are being added, or the session handled credentials even indirectly.

ai-agentsgitapi
0
6
Semantic Layer Change ReviewA

Use when a change touches dbt semantic models, metrics, saved queries, or other semantic-layer YAML -- especially when an existing metric's expression, aggregation, filters, or dimensions are modified.

ai-agentsrustbash
0
6
Skill Authoring GuideA

Create or refactor high-quality skills with lean frontmatter, progressive disclosure, and optional bundled helpers. Use when authoring reusable agent workflows.

ai-agentsgo
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