← all publishers

OnlyTerp

@onlyterp source repo

28 published skills

  1. Pt Recon · onlyterp
    Reverse-engineer a website into an evidence-cited "dossier" so you can build or update a site adapter in one shot. Use this whenever the task is to ADD or UPDATE support for a site/terminal in an extension or scraper — a new memecoin terminal (GMGN, Padre, Axiom, BullX, DexScreener, Photon, Birdeye, Jupiter, or one that launched yesterday), fixing a broken selector/route/price source, or understanding what a page actually does over the wire (its endpoints, WebSocket frames, DOM price provenance, chain slugs, auth walls). It captures a real browsing session in full and distills what the page IS, then verifies your adapter against it. Zero dependencies (Node ≥ 22 + any Chrome). Works for any project via ptrecon.config.json — PaperTrench ships as the default.
    0
    installs
  2. Papertrench Chrome E2e Testing · onlyterp
    How to load and end-to-end test the PaperTrench Manifest V3 Chrome extension on Windows
    0
    installs
  3. Ast Grep · onlyterp
    Use ast-grep for structural (AST-aware) code search and refactoring instead of plain ripgrep when the intent depends on code structure — not just text matching. Triggers on refactors, codemods, "find all X that don't Y", or any search where naive grep would miss edge cases.
    0
    installs
  4. Pr Ready · onlyterp
    Turn a feature branch into a clean, reviewable PR. Squash WIP commits, polish messages, verify green checks, draft PR description. Invoke right before opening a PR.
    0
    installs
  5. Wiki Query · onlyterp
    Read the project wiki (vault/) before starting any non-trivial task. Surfaces relevant decisions, ownership, incidents, and glossary entries for the task at hand.
    0
    installs
  6. Wiki Update · onlyterp
    Maintain the project wiki in vault/. Use at the end of any session that produced a decision, fact, or state change. Extracts entities, updates topic pages, adds cross-links, never deletes. Pairs with the post_cascade_response_with_transcript hook.
    0
    installs
  7. Test Backfill · onlyterp
    Fill test coverage gaps to hit the project's target (AGENTS.md says ≥80% on src/). Reads existing tests to match style, prioritizes public-API and error paths, runs the suite after every batch.
    0
    installs
  8. Compact Hygiene · onlyterp
    Guides proactive /compact usage with preservation instructions to prevent context rot in long Cascade sessions. Triggers when context reaches ~50% of window, before large tool outputs, or when the user mentions "context", "compact", "drift", or "forgetting".
    0
    installs
  9. Secret Scrubber · onlyterp
    Scan a diff, branch, or working tree for leaked secrets, API keys, tokens, private keys, and PII before commit. Blocks the operation on CRITICAL findings, warns on MEDIUM. Pairs with the pre_commit hook.
    0
    installs
  10. Planning With Files · onlyterp
    Use when any non-trivial task (>20 LOC or >1 file) would otherwise be done without a persistent plan. Produces and maintains a markdown plan file that survives session compaction and restarts. Based on the Manus-style planning pattern popularized by OthmanAdi/planning-with-files (18.4k⭐).
    0
    installs
  11. Pr Review · onlyterp
    Delegate a PR review to Claude Code with a scoped read-only GitHub PAT
    0
    installs
  12. Cost Report · onlyterp
    Weekly LLM cost breakdown by provider / gateway / skill, posted to private DM
    0
    installs
  13. Meeting Prep · onlyterp
    Prepare a 1-page brief for an upcoming meeting by combining calendar context, recent threads with attendees, and relevant docs
    0
    installs
  14. Release Notes · onlyterp
    Build human-readable release notes from a range of commits or merged PRs
    0
    installs
  15. Hermes Weekly · onlyterp
    Produce a weekly "What's new in Hermes" digest by summarizing merged PRs + active issues from NousResearch/hermes-agent
    0
    installs
  16. Nightly Backup · onlyterp
    Run `hermes backup`, encrypt, upload to remote storage, prune old backups
    0
    installs
  17. Audit MCP · onlyterp
    Audit every configured MCP server — tool filtering, credential scope, last-update, risk flags
    0
    installs
  18. Spam Trap · onlyterp
    Classify incoming messages from public channels as spam / prompt-injection-attempt / genuine; quarantine risky ones
    0
    installs
  19. Telegram Triage · onlyterp
    Classify inbound Telegram DMs, autoreply low-stakes, escalate high-stakes to you
    0
    installs
  20. Weekly Dep Audit · onlyterp
    Audit dependencies across configured repos for security advisories, open triage issues
    0
    installs
  21. Daily Inbox Triage · onlyterp
    Sweep inbox (email + Slack + Telegram DMs) and produce a prioritized action list with suggested replies
    0
    installs
  22. Rotate Secrets · onlyterp
    Rotate webhook HMACs, API keys, OAuth tokens, and update gateway configs atomically
    0
    installs
  23. Audit Approval Bypass · onlyterp
    Audit every path that bypasses dangerous-command approval — YOLO, approvals off, command_allowlist entries, cron approve mode, container backends
    0
    installs
  24. Gpuview · onlyterp bundle
    GPU-native real-time screen capture via DXGI Desktop Duplication. Gets frames from the GPU compositor, uses DXGI dirty-rect metadata as change hints, refines coalesced rectangles into readable crop PNGs, and emits WSL-usable JSON paths. Use to watch the screen in real time, detect what changed where, capture HDR desktops, or grab frames of GPU-composited apps. Complements the screenshot skill (which provides input control).
    0
    installs
  25. Roo Fix Volatile Msg · onlyterp
    Ladder-aware Roo Code Anthropic caching — verify the rolling read/write ladder on the wire, then close the real gaps (Vertex 4-block budget, MiniMax path).
    0
    installs
  26. Cline Pin Timestamp · onlyterp
    Cline's system prompt includes a timestamp that may be recomputed per request, invalidating the system-prompt cache.
    0
    installs
  27. Aider 1h Ttl · onlyterp
    Aider uses 5min TTL by default and works around long pauses with keepalive pings. Wire up the 1h TTL beta instead.
    0
    installs
  28. Skill Slug · onlyterp
    One-line description of what this fix does and why it matters.
    0
    installs