leandronsp

38 mods across 1 repository, 44 stars between them.

dotfiles CLAUDE.md

01

leandronsp/dotfiles

Instructions file

Claude Code instructions for leandronsp/dotfiles, covering dotfiles, commands, adding a new package, key decisions and packages.

44 27d ago D 3,900 tokens

leandronsp/dotfiles

Agent Claude Code

Performance-focused code reviewer. Finds N+1 queries, missing indexes, memory leaks, hot loops, cache misses, blocking I/O, unnecessary allocations.

44 27d ago A 34 tokens

quality-reviewer

03

leandronsp/dotfiles

Agent Claude Code

Code quality reviewer. Design, architecture, testing, naming, SOLID, DDD, clean code, error handling, modularity, readability.

44 27d ago A 33 tokens

review-auditor

04

leandronsp/dotfiles

Agent Claude Code

Red team auditor. Reviews the reviewers. Finds blind spots, false positives, contradictions, missed context, severity miscalibration.

44 27d ago A 30 tokens

scout

05

leandronsp/dotfiles

Agent Claude Code

Fast codebase recon. Maps architecture, patterns, conventions, test structure, error handling. Returns compressed context for downstream agents.

44 27d ago A 28 tokens

security-reviewer

06

leandronsp/dotfiles

Agent Claude Code

Security-focused code reviewer. Finds auth bypasses, injection, secrets, unsafe deserialization, SSRF, path traversal, timing attacks, race conditions.

44 27d ago A 34 tokens

tdd-driver

07

leandronsp/dotfiles

Agent Claude Code

TDD driver in adversarial pair programming. Proposes one test idea at a time with single assertion and minimal setup, writes failing test, then minimum code to pass. Baby steps enforced. Used by /dev Mode 1.

44 27d ago A 50 tokens

tdd-navigator

08

leandronsp/dotfiles

Agent Claude Code

TDD navigator in adversarial pair programming. Gates each driver turn: test-idea size, RED-for-right-reason, minimum-code discipline, baby-step slippage. Adversarial, not rubber-stamp. Used by /dev Mode 1.

44 27d ago A 0 tokens

browser

09

leandronsp/dotfiles

Skill Claude CodeCodex

Browser automation via agent-browser CLI. Navigate, snapshot, screenshot, click, fill, type, wait, eval, pdf. Use for visual verification, smoke testing, form interaction, and page inspection. Trigger on phrases like "check the browser", "take a screenshot", "test the page", "what does it look like", "verify the UI"…

44 27d ago A 82 tokens

bugfix

10

leandronsp/dotfiles

Skill Claude CodeCodex

Bug hunter. Reproduces bugs with failing tests (RED), then fixes with TDD. Accepts a prompt, issue URL, or bug description. Simpler than /dev, focused solely on fixing bugs. Use when: bugfix, fix bug, debug, broken, regression, failing, doesn't work, something's wrong, fix this.

44 27d ago A 73 tokens

cms

11

leandronsp/dotfiles

Skill Claude CodeCodex

Writing companion that watches a file or folder with fswatch, reads the article on every save, and gives concise feedback on grammar, context, and structure. Ghostwriter mode. Never writes content unless explicitly asked. Use when the user says "cms", "watch my writing", "review my article", "writing companion", "help…

44 27d ago A 80 tokens

commit

12

leandronsp/dotfiles

Skill Claude CodeCodex

Git commit with conventional commits, optional draft PR. Small, incremental, human-written messages. Never mentions AI, agents, or Claude. Use when: commit, commit this, save changes, git commit, stage and commit, create PR, open PR, draft PR.

44 27d ago A 56 tokens

dev

13

leandronsp/dotfiles

Skill Claude CodeCodex

Senior engineer. Scouts the codebase, clarifies requirements, proposes test cases, then implements with strict TDD in 3 modes (agent-pair, solo, pair-with-me). Accepts a prompt, issue URL, PRD file, or no args. Use when: dev, implement, build this, code this, tdd, let's build, pick a task, next task, implement…

44 27d ago A 91 tokens

explainer

14

leandronsp/dotfiles

Skill Claude CodeCodex

Create a standalone, self-contained interactive HTML explainer in an editorial style (deep navy canvas, one accent, hairlines, mono microtype) for a technical change, architecture decision, incident, data flow, or product behavior. Ships with Present mode (a keyboard-driven slide deck). Works in any project, any…

44 27d ago A 118 tokens

leandronsp/dotfiles

Skill Claude CodeCodex

FFmpeg video editing commands. Cut, trim, add audio tracks, loop audio, and combine video with music. Use when the user wants to edit video with ffmpeg, add background music, cut clips, or manipulate audio/video streams.

44 27d ago A 48 tokens

finance-ask

16

leandronsp/dotfiles

Skill Claude CodeCodex

Answer questions about personal finances by searching only the /vault/finance/ section of the Obsidian vault. Use when the user asks "quanto gastei", "como estou em [mês]", "qual minha despesa fixa", "posso gastar X", "forecast", "carteira", "minha situação financeira", or any question about their money, bills, cards…

44 27d ago A 86 tokens

finance-update

17

leandronsp/dotfiles

Skill Claude CodeCodex

Process credit card bills, bank statements, or screenshots, extract expenses, update current month snapshot and 6/12-month forecasts in the Obsidian finance vault. Use when the user shares faturas, extratos, prints, or asks to "atualizar finanças", "processar contas", "atualiza fatura", "roda forecast", "atualiza…

44 27d ago A 90 tokens

ghostwriter

18

leandronsp/dotfiles

Skill Claude CodeCodex

Ghostwriter, tutor and reviewer for Leandro's technical blog articles (leandronsp.com). Leandro writes 100% of the article, never the assistant. The assistant explains the underlying concepts (physics, math, CS), hands over passages to copy and adapt, reviews concisely, and standardizes structure (agenda, anchors…

44 27d ago A 131 tokens

handoff

19

leandronsp/dotfiles

Skill Claude CodeCodex

Summarize current work into a handoff file for another agent to continue. Creates a structured markdown briefing with context, progress, next steps, and key decisions. Use when: handoff, hand off, pass to next agent, agent handoff, save context, continue later, pick up later.

44 27d ago A 64 tokens

note

20

leandronsp/dotfiles

Skill Claude CodeCodex

Capture an insight, idea, or note into the Obsidian vault. Use when the user wants to save something for later, jot down an idea, record a TIL, start a blog draft, or log anything to their second brain. Trigger on phrases like "save this", "note this down", "I had an idea", "TIL", "remember this", "add to vault".

44 27d ago A 83 tokens

ocr

21

leandronsp/dotfiles

Skill Claude CodeCodex

Automatically extract text from images using Tesseract when the model doesn't support images. This is a pi extension that hooks into beforeagentstart and runs OCR transparently. No manual triggering needed. Only activates on vision-free models. Do NOT trigger manually — the extension handles it automatically.

44 27d ago A 58 tokens

pagespeed

22

leandronsp/dotfiles

Skill Claude CodeCodex

Run PageSpeed audit against a URL. Requires a URL argument. Use when the user says "pagespeed", "check performance", "audit the blog", "run lighthouse", "test page speed", or wants to catch performance issues.

44 27d ago A 50 tokens

pair

23

leandronsp/dotfiles

Skill Claude CodeCodex

Pair-programming navigator - the human writes the code in their editor, the agent watches saves in real time, navigates the codebase, runs scoped tests and the project's linter, and speaks only when it changes what the human does next. Trigger phrases - "pair with me", "let's pair", "/pair on ".

44 27d ago A 70 tokens

po

24

leandronsp/dotfiles

Skill Claude CodeCodex

Product Owner. Scouts the codebase, understands a prompt, writes a comprehensive PRD focused on product requirements for business people. Stack-agnostic, works across Ruby, Elixir, Rust, JS, Bash projects. Use when: PRD, product requirements, feature spec, what should we build, scope this, plan feature, po, write…

44 27d ago A 77 tokens