Sarthib7/agentsmith

Agent rules and reusable skills from my daily setup

9Stars on the repository
60Mods indexed here, across every type
15d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

adhd

01

Sarthib7/agentsmith

Skill Claude CodeCodex

Parallel divergent ideation for coding agents. Spawns N isolated branches under different cognitive frames (regulator, biology, speedrunner, 10-year-old, $0 budget), scores, clusters, prunes traps, and deepens top survivors. Use on /adhd, "ADHD mode", brainstorm/ideate intents, or open-ended design, architecture…

9 15d ago A 129 tokens

bench-it

02

Sarthib7/agentsmith

Skill Claude CodeCodex

Benchmark a product claim against a named baseline or competitor. Asks whether the comparison is inside (our own past) or outside (a rival product, the alternative we skipped, a bar someone set), drills down from the answer, then holds both sides to the same conditions. Use when a claim of faster, cheaper, better…

9 15d ago A 143 tokens

Sarthib7/agentsmith

Skill Claude CodeCodex

Reviews code changes with deterministic scope selection, isolated review units, evidence-backed findings, exact line anchoring, and a final falsification pass. Use when reviewing workspace changes, commits, branch ranges, pull request diffs, patches, or any unified diff across languages, models, and Git hosts.

9 15d ago C 65 tokens

followup-review

04

Sarthib7/agentsmith

Skill Claude CodeCodex

Re-review a pull request after the author has pushed fixes for your earlier findings. Establishes which bugs are new versus ones you missed, checks each prior finding closed end-to-end rather than at the patched line, and treats the fix commit itself as unreviewed code. Use when returning to a PR you already reviewed…

9 15d ago A 113 tokens

fresh-eyes

05

Sarthib7/agentsmith

Skill Claude CodeCodex

Get a second opinion from a subagent that has none of your context, either to independently corroborate a diagnosis or to adversarially break your work. Use before a conclusion blocks or justifies significant work, before merging security-sensitive code, when you have already changed your mind once on the same…

9 15d ago A 93 tokens

git-worktree-runner

06

Sarthib7/agentsmith

Skill Claude CodeCodex

Manages isolated development worktrees with git gtr, including creation, validation, command execution, tool launch, and safe cleanup. Use when the user mentions git-worktree-runner, git gtr, parallel branch worktrees, or running coding agents in isolated worktrees.

9 15d ago A 61 tokens

prove-it

07

Sarthib7/agentsmith

Skill Claude CodeCodex

Verify a change in both directions before claiming it works. Confirm it passes, then break it on purpose and confirm it fails. Use when a fix ships with a test, when touching anything that detects or gates (linter, secret scanner, CI check, validator, rate limiter, auth guard, allowlist), when resolving a merge…

9 15d ago A 90 tokens

research-url

08

Sarthib7/agentsmith

Skill Claude CodeCodex

Research a URL (repo, gist, article, doc) with one dedicated subagent per URL, producing a fixed-format distilled report plus entries in the project learnings file. Use when the user drops a link and asks to research it, learn from it, or extract tips, rules, or lessons ("research this URL", "have an agent learn from…

9 15d ago A 109 tokens

agent-browser

09

Sarthib7/agentsmith

Skill Claude CodeCodex

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a…

9 15d ago A 108 tokens

avoid-ai-writing

10

Sarthib7/agentsmith

Skill Claude CodeCodex

Audit and rewrite content to remove AI writing patterns ("AI-isms"). Use this skill when asked to "remove AI-isms," "clean up AI writing," "edit writing for AI patterns," "audit writing for AI tells," or "make this sound less like AI." Supports a detect-only mode, an edit-in-place mode for files, an optional voice…

9 15d ago A 97 tokens

backend-specialist

11

Sarthib7/agentsmith

Skill Claude CodeCodex

Expert backend engineering playbook for APIs, databases, auth, distributed systems, observability, performance, and production hardening. Use when designing or reviewing server-side code, building REST/GraphQL/gRPC/WebSocket APIs, debugging database or latency issues, choosing monolith vs services, adding…

9 15d ago A 83 tokens

backprop

12

Sarthib7/agentsmith

Skill Claude CodeCodex

Bug → spec protocol. When a bug is found or a test fails, trace the cause, decide whether a new §V invariant would catch recurrence, append to §B. This is the one non-obvious thing SDD does that plan-then-execute doesn't. Triggers on test failure, bug report, post-mortem, or explicit user ask.

9 15d ago A 76 tokens

brand-design

13

Sarthib7/agentsmith

Skill Claude CodeCodex

Generate, preview, and apply a brand color palette (plus typography, gradients, and tone/voice) to a frontend project. Use when a user says "pick brand colors", "choose a color palette", "brand design", "generate a palette", "theme this project", "what colors should I use", "brand identity", "design my brand", "set up…

9 15d ago D 181 tokens

build-data-pipeline

14

Sarthib7/agentsmith

Skill Claude CodeCodex

Guide a developer through building a Solana data pipeline or indexer. Use when a user says "build an indexer", "data pipeline", "analytics", "track transactions", "monitor wallets", "webhook", "index accounts", or "real-time data". Reads build-context.md from a prior scaffold phase if available.

9 15d ago B 71 tokens

build-defi-protocol

15

Sarthib7/agentsmith

Skill Claude CodeCodex

Guide a developer through building a DeFi protocol on Solana. Use when a user says "build a DEX", "AMM", "lending protocol", "vault", "yield", "liquidity pool", "DeFi protocol", "swap program", "build a DeFi app", "perpetual futures", "perps protocol", "leverage trading", or "derivatives". Reads build-context.md from…

9 15d ago B 100 tokens

build-mobile

16

Sarthib7/agentsmith

Skill Claude CodeCodex

Guide a developer through building a Solana mobile app. Use when a user says "build a mobile app", "React Native Solana", "Solana mobile", "mobile wallet", "mobile dApp", "Android Solana", or "iOS Solana". Reads build-context.md from a prior scaffold phase if available.

9 15d ago B 69 tokens

build-with-claude

17

Sarthib7/agentsmith

Skill Claude CodeCodex

Guide a developer through building their Solana MVP step by step using Claude Code. Use when a user says "help me build this", "start the MVP", "guide me through implementation", "what should I build first", or "walk me through the code". Reads build-context.md from a prior scaffold phase if available.

9 15d ago B 71 tokens

cavecrew

18

Sarthib7/agentsmith

Skill Claude CodeCodex

Decision guide for delegating to caveman-style subagents. Tells the main thread WHEN to spawn cavecrew-investigator (locate code), cavecrew-builder (1-2 file edit), or cavecrew-reviewer (diff review) instead of doing the work inline or using vanilla Explore. Subagent output is caveman-compressed so the tool-result…

9 15d ago A 134 tokens

caveman-commit

19

Sarthib7/agentsmith

Skill Claude CodeCodex

Ultra-compressed commit message generator. Cuts noise from commit messages while preserving intent and reasoning. Conventional Commits format. Subject ≤50 chars, body only when "why" isn't obvious. Use when user says "write a commit", "commit message", "generate commit", "/commit", or invokes /caveman-commit.…

9 15d ago A 79 tokens

caveman-compress

20

Sarthib7/agentsmith

Skill Claude CodeCodex

Compress natural language memory files (CLAUDE.md, todos, preferences) into caveman format to save input tokens. Preserves all technical substance, code, URLs, and structure. Compressed version overwrites the original file. Human-readable backup saved as FILE.original.md. Trigger: /caveman-compress FILEPATH or…

9 15d ago A 77 tokens

caveman-help

21

Sarthib7/agentsmith

Skill Claude CodeCodex

Quick-reference card for all caveman modes, skills, and commands. One-shot display, not a persistent mode. Trigger: /caveman-help, "caveman help", "what caveman commands", "how do I use caveman".

9 15d ago A 56 tokens

caveman-review

22

Sarthib7/agentsmith

Skill Claude CodeCodex

Ultra-compressed code review comments. Cuts noise from PR feedback while preserving the actionable signal. Each comment is one line: location, problem, fix. Use when user says "review this PR", "code review", "review the diff", "/review", or invokes /caveman-review. Auto-triggers when reviewing pull requests.

9 15d ago A 72 tokens

caveman-stats

23

Sarthib7/agentsmith

Skill Claude CodeCodex

Show real token usage and estimated savings for the current session. Reads directly from the Claude Code session log — no AI estimation. Triggers on /caveman-stats. Output is injected by the mode-tracker hook; the model itself does not compute the numbers.

9 15d ago A 60 tokens

caveman

24

Sarthib7/agentsmith

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts output tokens 65% (measured) by speaking like caveman while keeping full technical accuracy. Supports intensity levels: lite, full (default), ultra, wenyan-lite, wenyan-full, wenyan-ultra. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens"…

9 15d ago A 102 tokens