Sarthib7

60 mods across 1 repository, 9 stars between them.

Sarthib7/agentsmith

Instructions file CodexOpenCode

AGENTS.md instructions for Sarthib7/agentsmith, covering repository instructions, skill ownership, yagni, generated files and plugin work.

9 14d ago A 309 tokens

adhd

02

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 14d ago A 129 tokens

bench-it

03

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 14d 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 14d ago C 65 tokens

followup-review

05

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 14d ago A 113 tokens

fresh-eyes

06

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 14d ago A 93 tokens

git-worktree-runner

07

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 14d ago A 61 tokens

prove-it

08

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 14d ago A 90 tokens

research-url

09

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 14d ago A 109 tokens

agent-browser

10

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 14d ago A 108 tokens

avoid-ai-writing

12

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 14d ago A 97 tokens

avoid-ai-writing

13

Sarthib7/agentsmith

Cursor rule

Audit and rewrite content to remove AI writing patterns ("AI-isms"). Activate whenever editing prose-heavy files (Markdown, documentation, blog posts, READMEs, release notes, emails). Cursor port of the avoid-ai-writing skill v3.16.0. See https://github.com/conorbronsdon/avoid-ai-writing.

9 14d ago A 0 tokens

avoid-ai-writing

14

Sarthib7/agentsmith

Plugin Claude Code

Audit & rewrite content to remove AI writing patterns ("AI-isms"). Supports detect-only and edit-in-place modes, voice profiles, and iterate-to-convergence.

9 14d ago A tokens not measured

backend-specialist

15

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 14d ago A 83 tokens

backprop

16

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 14d ago A 76 tokens

brand-design

17

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 14d ago D 181 tokens

build-data-pipeline

18

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 14d ago B 71 tokens

build-defi-protocol

19

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 14d ago B 100 tokens

build-mobile

20

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 14d ago B 69 tokens

build-with-claude

21

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 14d ago B 71 tokens

cavecrew

22

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 14d ago A 134 tokens

caveman-commit

23

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 14d ago A 79 tokens

caveman-compress

24

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 14d ago A 77 tokens