OnlyTerp
- 28 skills
- 0 followers
- 11 hours ago last updated
- ▌ Pt Recon · onlyterpReverse-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.
- ▌ Papertrench Chrome E2e Testing · onlyterpHow to load and end-to-end test the PaperTrench Manifest V3 Chrome extension on Windows
- ▌ Ast Grep · onlyterpUse 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.
- ▌ Pr Ready · onlyterpTurn 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.
- ▌ Wiki Query · onlyterpRead the project wiki (vault/) before starting any non-trivial task. Surfaces relevant decisions, ownership, incidents, and glossary entries for the task at hand.
- ▌ Wiki Update · onlyterpMaintain 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.
- ▌ Test Backfill · onlyterpFill 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.
- ▌ Compact Hygiene · onlyterpGuides 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".
- ▌ Secret Scrubber · onlyterpScan 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.
- ▌ Planning With Files · onlyterpUse 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⭐).
- ▌
- ▌ Cost Report · onlyterpWeekly LLM cost breakdown by provider / gateway / skill, posted to private DM
- ▌ Meeting Prep · onlyterpPrepare a 1-page brief for an upcoming meeting by combining calendar context, recent threads with attendees, and relevant docs
- ▌
- ▌ Hermes Weekly · onlyterpProduce a weekly "What's new in Hermes" digest by summarizing merged PRs + active issues from NousResearch/hermes-agent
- ▌
- ▌ Audit MCP · onlyterpAudit every configured MCP server — tool filtering, credential scope, last-update, risk flags
- ▌ Spam Trap · onlyterpClassify incoming messages from public channels as spam / prompt-injection-attempt / genuine; quarantine risky ones
- ▌ Telegram Triage · onlyterpClassify inbound Telegram DMs, autoreply low-stakes, escalate high-stakes to you
- ▌ Weekly Dep Audit · onlyterpAudit dependencies across configured repos for security advisories, open triage issues
- ▌ Daily Inbox Triage · onlyterpSweep inbox (email + Slack + Telegram DMs) and produce a prioritized action list with suggested replies
- ▌ Rotate Secrets · onlyterpRotate webhook HMACs, API keys, OAuth tokens, and update gateway configs atomically
- ▌ Audit Approval Bypass · onlyterpAudit every path that bypasses dangerous-command approval — YOLO, approvals off, command_allowlist entries, cron approve mode, container backends
- ▌ Gpuview · onlyterp bundleGPU-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).
- ▌ Roo Fix Volatile Msg · onlyterpLadder-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).
- ▌ Cline Pin Timestamp · onlyterpCline's system prompt includes a timestamp that may be recomputed per request, invalidating the system-prompt cache.
- ▌ Aider 1h Ttl · onlyterpAider uses 5min TTL by default and works around long pauses with keepalive pings. Wire up the 1h TTL beta instead.
- ▌