← all publishers

yeaight7

@yeaight7 source repo

117 published skills · page 2 of 2

  1. Skill Evaluation Workbench · yeaight7 bundle
    Use when designing, running, debugging, or hardening deterministic eval suites for agent skills, prompts, tool workflows, or MCP-backed cases.
    0
    installs
  2. Structured Code Search MCP · yeaight7 bundle
    Use when designing or using MCP-backed structured code search with search, AST query, symbol inventory, and bounded extraction workflows.
    0
    installs
  3. Agent Config Security Audit · yeaight7
    Use when modifying agent config files, committing configuration changes, onboarding a repository with existing agent configs, or running a periodic config hygiene check.
    0
    installs
  4. Architecture Simplification · yeaight7
    Use when a codebase carries over-engineered abstractions, unnecessary layers, or redundant logic that should be collapsed without changing behavior.
    0
    installs
  5. Dispatching Parallel Agents · yeaight7
    Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
    0
    installs
  6. Review Comment Style Mining · yeaight7 bundle
    Use when mining PR review comments and text diffs for reusable writing, documentation, tone, and editorial improvement patterns.
    0
    installs
  7. Subagent Team Orchestration · yeaight7
    Use when a task is too large or too mixed for one agent -- it splits into research, planning, implementation, review, and verification stages, needs different specialties, or has parallelizable branches that still share dependencies.
    0
    installs
  8. Training Pipeline Debugging · yeaight7
    Use when an ML training run fails or misbehaves -- NaN losses, out-of-memory errors, shape mismatches, or a model that cannot fit even a single batch.
    0
    installs
  9. Autonomous Delivery Pipeline · yeaight7
    Use when the user wants end-to-end autonomous execution from a brief idea to working, verified code -- multi-phase work spanning requirements, planning, implementation, QA, and validation. Not for brainstorming, single focused changes, or quick fixes.
    0
    installs
  10. Memory Optimization Workflow · yeaight7
    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.
    0
    installs
  11. Naming And Structure Cleanup · yeaight7
    Use when naming conventions or file structure drift across a project and need to be made consistent without changing business logic.
    0
    installs
  12. Semantic Layer Change Review · yeaight7
    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.
    0
    installs
  13. Strategic Context Compaction · yeaight7
    Use when deciding whether to compact agent context -- the window is filling up, you are about to switch from one phase to another (research, planning, implementation, debugging), a failed approach left dead-end reasoning, or a previous mid-task compaction lost critical state.
    0
    installs
  14. Architecture Decision Records · yeaight7
    Use when a significant architectural choice is being finalized, revisited, or reversed -- technology selection, structural patterns, or trade-offs that future maintainers or agents might unknowingly undo.
    0
    installs
  15. Dbt Incremental Strategy Audit · yeaight7
    Use when reviewing a new or changed dbt incremental model -- the strategy looks over-engineered, rebuild or delete behavior is unclear, or the model deviates from how the rest of the repo handles incrementals.
    0
    installs
  16. Finishing A Development Branch · yeaight7
    Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides completion of development work by presenting structured options for merge, PR, or cleanup
    0
    installs
  17. Verification Before Completion · yeaight7
    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
    0
    installs