← all publishers

hyhmrright

@hyhmrright source repo

25 published skills

  1. Sync · hyhmrright
    Sync plugin snapshot to Git. Use when user wants to sync plugins, push snapshot, or after installing/removing plugins.
    0
    installs
  2. Market Sages · hyhmrright bundle
    Summon 13 legendary investors — Warren Buffett, Charlie Munger, Benjamin Graham, Michael Burry, Nassim Taleb, Cathie Wood, and 8 more — to analyze any stock. No API keys. No local setup. Just paste a ticker and go.
    0
    installs
  3. Add Provider · hyhmrright
    新增 AI Provider,覆盖 ProviderType / PROVIDER_PROFILES / STATIC_MODELS / PROVIDER_FACTORIES / 前端图标 / 三语 i18n 全部六处
    0
    installs
  4. New Strategy · hyhmrright
    在 sidecar/strategies/ 新增新闻抓取策略,完成 ScrapeStrategy 实现与 registry 注册
    0
    installs
  5. Release Notes · hyhmrright
    Release Notes
    0
    installs
  6. New Master Agent · hyhmrright
    在 sidecar/agents/masters/ 新增投资大师 Agent,覆盖 shared 元数据表、实现与 registry 注册三处
    0
    installs
  7. Run Iteration Eval · hyhmrright
    Run the Logic-Lens content-eval pipeline for one iteration and produce a scored summary.json — use to measure a skill change. Wraps scripts/run-content-evals.sh (runner, costs tokens) and scripts/grade-iteration.py (grader, free, re-runnable). ALWAYS sync the plugin cache first. Use when the user wants to "run the evals", "score this iteration", "measure the skill change", "smoke-test before the full run", or "re-grade existing outputs".
    1
    install
  8. Bump Version · hyhmrright
    Bump the Logic-Lens version across all six metadata locations at once (package.json, the four plugin manifests, and the README badge), then validate. Use when cutting a release or when `npm run validate` reports a version mismatch.
    1
    install
  9. Sync Skill Cache · hyhmrright bundle
    Sync the Logic-Lens working-copy skills/ into the installed plugin cache so content-evals test the EDITED skill, not the last published one. ALWAYS run this after editing any skills/**/SKILL.md or guide/_shared file and BEFORE running content-evals — otherwise the eval silently grades stale content and every token is wasted. Also use to verify the cache is in sync ("is the cache fresh?", "did my edit take effect in evals?", "check skill cache drift").
    1
    install
  10. Logic Health · hyhmrright bundle
    Sweep a directory, module, or full codebase for logic correctness and produce a scored health dashboard with systemic patterns. Trigger when the user requests a health view — "audit the whole codebase", "health check", "health overview", "logic health overview", "audit src/", "audit auth and payments modules", "where should I focus testing", "onboarding review", "logic overview before we ship", "give me a health overview of this module". SCOPE RULE: prefer multi-file; also trigger for a single module when the user explicitly uses "health check", "health overview", or "logic health" — a concrete failure uses logic-locate; two versions uses logic-diff; explaining a path uses logic-explain; "fix everything" uses logic-fix-all. Do NOT trigger for: style/architecture-only audits, security-only scans, performance-only audits.
    1
    install
  11. New Skill · hyhmrright
    Scaffold a new brooks-lint analysis skill so it passes `npm run validate` and `npm run evals` on the first try — generates skills/{name}/SKILL.md (with the mandatory "Do NOT trigger for:" clause and a Process section citing guide step ranges) plus skills/{name}/{name}-guide.md (sequentially numbered steps), then appends paired eval scenarios. Triggers when the maintainer asks to "add a new skill", "scaffold a skill", or "create a brooks-lint mode". Do NOT trigger for: editing an existing skill's content, adding a single eval to an existing skill, or authoring skills for some other plugin.
    1
    install
  12. Brooks Health · hyhmrright bundle
    Combined codebase health dashboard that scores a project across all four quality dimensions — PR quality, architecture, tech debt, and test quality — in a single pass, drawing on twelve classic engineering books. Triggers when: user wants an overall quality assessment, asks "how healthy is this codebase?", "run all the checks", "I need a health score before the release", or wants to onboard a new team with a quality overview. Do NOT trigger for: server health checks, HTTP health endpoints, Kubernetes liveness/readiness probes, database health, or application uptime. Also do not trigger when the user specifically requests only one dimension — use the corresponding focused skill instead (brooks-review / brooks-audit / brooks-debt / brooks-test).
    1
    install
  13. Brooks Audit · hyhmrright bundle
    Architecture audit that maps module dependencies, checks layering integrity, and flags structural decay across a codebase, drawing on twelve classic engineering books.
    1
    install
  14. Brooks Sweep · hyhmrright bundle
    Full-sweep mode: runs a unified analysis across all quality dimensions — code decay, architecture, tech debt, and test quality — then applies fixes directly to the codebase. Safe changes are auto-applied; risky changes are confirmed before execution.
    1
    install
  15. Logic Locate · hyhmrright bundle
    Locate the root cause of a CONFIRMED failure via backward-then-forward semi-formal tracing.
    1
    install
  16. Logic Review · hyhmrright bundle
    Find logic bugs in a single file or function via semi-formal execution tracing (Premises → Trace → Divergence → Trigger → Remedy).
    1
    install
  17. Logic Fix All · hyhmrright bundle
    Autonomous repository-wide audit-and-fix pipeline: health → review → locate/explain → fix → diff-verify → iterate until clean. Starts with a mandatory consent prompt (token-intensive); after consent runs hands-free.
    1
    install
  18. Brooks Harness · hyhmrright
    Maintenance orchestrator for the brooks-lint plugin itself.
    1
    install
  19. Logic Explain · hyhmrright bundle
    Explain what a specific piece of code actually does for a given input by producing a step-by-step execution trace (interprocedural, with name resolution and type transitions).
    1
    install
  20. Logic Diff · hyhmrright bundle
    Compare two code versions for semantic equivalence via semi-formal tracing of both versions side-by-side.
    1
    install
  21. Logic Lens · hyhmrright
    AI-powered Claude Code skill that performs deep code review using formal logic and reasoning frameworks to detect bugs, anti-patterns, and security risks beyond what linters catch.
    1
    install
  22. Brooks Debt · hyhmrright bundle
    Tech debt assessment that identifies, classifies, and prioritizes maintainability problems — helping teams build a refactoring roadmap — drawing on twelve classic engineering books.
    1
    install
  23. Brooks Lint · hyhmrright
    AI code reviewer grounded in classic software engineering books for catching design smells, coupling issues, and architectural risks.
    1
    install
  24. Brooks Test · hyhmrright bundle
    Review test-suite quality using established testing literature; identify brittleness, mock abuse, unclear fixtures, weak assertions, slow feedback, and maintenance risks.
    1
    install
  25. Brooks Review · hyhmrright bundle
    PR code review that surfaces decay risks, design smells, and maintainability issues with concrete Symptom → Source → Consequence → Remedy findings, drawing on twelve classic engineering books.
    1
    install