All authors
yeaight7 avatar

Claude Skills by yeaight7

github.com/yeaight7
213 skillsA× 205B× 7C× 15 installs49 views
Writing PlansA

Use when you have a spec or requirements for a multi-step task, before touching code.

ai-agentsgo
0
6
Agent Readable DocsA

Use when writing technical documentation that needs to be readable by both humans and AI models, converting existing docs to HADS format, validating a HADS document, or optimizing documentation for token-efficient AI consumption.

ai-agentsdocumentation
0
6
Api Doc ReviewA

Verify that API endpoints match their OpenAPI/Swagger specifications.

ai-agentsapidocumentation
0
6
Architecture Decision RecordsA

Record why an architectural choice was made to prevent agents or humans from unintentionally reverting it.

ai-agentsgo
0
6
Context DocsA

Maintain short, focused Markdown files per subsystem to provide agents with isolated context.

ai-agentsrefactoringdocumentation
0
6
Doc Consistency CheckA

Audit documentation for broken file paths, outdated commands, and renamed variables.

ai-agentsdocumentation
0
6
Readme HardeningA

Ensure the project README provides immediate, exact commands for setup, testing, and deployment to help agents and humans bootstrap quickly.

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

Inspect GitHub PR checks, fetch actionable failure logs, summarize the breakage, and propose a local fix plan before changing code.

ai-agentsgit
0
6
Pr Review Ci LoopA

Run a review and CI loop around a pull request with explicit approval gates for code changes, remote writes, and follow-up actions.

ai-agentsrustgo
0
6
Baseline Comparison ReviewA

Ensure that new complex models actually outperform simple, naive baselines.

ai-agents
0
6
Dataset Split ReviewA

Audit the methodology used to split data into train, validation, and test sets.

ai-agentsperformance
0
6
Experiment Tracking ReviewA

Verify that all hyperparameters, metrics, and data references are properly logged.

ai-agents
0
6
Ml Leakage CheckA

Identify and prevent target leakage in ML preprocessing pipelines.

ai-agentsdatabase
0
6
Model Evaluation ReportingA

Standardize the reporting of model metrics to ensure statistical rigor and business relevance.

ai-agentsgoperformance
0
6
Reproducible Training RunsA

Analyzes ML training scripts to enforce seed setting, deterministic operations, and environment tracking for exact reproducibility.

ai-agentspythongo
0
6
Training Pipeline DebuggingA

Diagnose NaN losses, out-of-memory errors, and shape mismatches in deep learning or ML pipelines.

ai-agentsgodebugging
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
DefuddleA

Use when the user provides a URL to a standard web page and clean Markdown extraction with Defuddle would reduce clutter and token cost.

ai-agentsjavascriptjava
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
Markitdown File IntakeA

Use when the user provides a MarkItDown-supported file or URL and converting it to Markdown first will make inspection easier, cheaper, or more reliable.

ai-agentspythonshell
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
Ai Regression TestingA

Deterministic checks first, agent review second, regression test for every real bug fixed or document why not. Targets the blind spot where an agent writes and reviews its own code.

ai-agentstypescriptgo
0
6
Change Impact CheckA

Use before submitting a PR or considering a task done to evaluate the 'blast radius' of your changes.

ai-agentsapidatabase
0
6
Ci Failure ReadoutA

Use when a CI pipeline fails to extract the actual error from thousands of lines of logs.

ai-agents
0
6
Pre Release VerificationA

Use before tagging a release or deploying to production to ensure all quality gates have passed.

ai-agentsgogit
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
Requesting Code ReviewA

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

ai-agentsshellcode-review
0
6
Risk Based ReviewA

Use when reviewing code (or your own plan) to allocate attention based on the danger of the change.

ai-agentsgoapi
0
6
Test Driven DevelopmentA

Use when implementing any feature or bugfix, before writing implementation code

ai-agentsgotesting
0
6
Agent Config Security AuditA

Audit agent configuration files for security vulnerabilities and misconfigurations. Covers settings.json, .mcp.json, .codex/config.toml, AGENTS.md, hooks, plugin manifests, and relay config. Classify findings as P0 or P1.

ai-agentsrustshell
0
6
Filesystem Mcp GuardrailsB

Use when designing or reviewing filesystem MCP access, path boundaries, allowed roots, method allowlists, and safe local file operations.

ai-agentsrailsdebugging
0
6
Hard Won Skill ExtractorA

Extract a learned skill from the current conversation manually

ai-agentsgodebugging
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
Autonomous Delivery PipelineA

Full autonomous execution from idea to working code

ai-agentstestingsecurity
0
6
Codebase Migration BatchesA

Run large codebase migrations in reviewable local batches with codemods, checkpoints, and verification. Use when a wide refactor is too risky to ship as one monolithic change.

ai-agentsapi
0
6
Parallel Execution EngineA

Run independent work in parallel with explicit wave boundaries, lightweight coordination, and bounded verification. Use when latency matters and the work does not need a persistent completion loop.

ai-agentssecurity
0
6
Persistent Completion LoopA

Self-referential loop until task completion with configurable verification reviewer

ai-agentsgo
0
6
Subagent Team OrchestrationA

Coordinate multiple subagents through dependency-aware waves, stage handoffs, monitoring, and verification loops. Use when the work is too large or too mixed for a single agent.

ai-agentsgotesting
0
6
Requirements ClarifierA

Turn vague implementation requests into testable requirements before coding.

ai-agentsgogit
0
6
Browser Automation SafetyA

Use when validating rendered web pages, local dev servers, browser automation, screenshots, forms, auth sessions, or UI evidence with strict browser safety boundaries.

ai-agentsrustapi
0
6
Ask ClaudeA

Use when a Codex or generic local agent needs a focused second opinion from Claude CLI without MCP routing.

ai-agentsshellbash
0
6
Ask CodexA

Use when a Claude Code agent needs to delegate a question, subtask, or review to a local Codex instance.

ai-agentstypescriptshell
0
6
Ask GeminiA

Use when a Codex or generic local agent needs a focused second opinion from Gemini CLI without MCP routing.

ai-agentsshellbash
0
6
Build Fix Minimal DiffA

Fix broken builds, type errors, or test failures with the smallest safe diff — no opportunistic refactors, no cleanup, no unrelated changes.

ai-agentsgotesting
0
6
Changelog GeneratorA

Turn commits, PRs, or diffs into user-facing release notes or an internal changelog, with modes for breaking-change scanning.

ai-agentsbashgit
0
6
Environment DoctorC

Diagnose local agent and project setup problems — missing commands, broken MCP configs, stale generated assets, bad paths, invalid catalog entries, and missing env vars.

ai-agentspythonshell
0
6