Latest Agent Skills

25788 skills

lucassantana-dev
Parallel Phases
Execute phased plans with multiple independent tasks per phase by fanning out one agent per task, reconciling outcomes per wave, gating between phases with verify commands, and emitting a phase × outcome report. Triggers include "execute this plan", "work through these phases", "swarm over this backlog", "parallelize this plan".
1 · bundle
lucassantana-dev
Create Subagent
Design and author reusable subagents for specialized AI tasks. Use when the task needs an isolated agent persona, scoped system prompt, or reusable domain-specific assistant rather than a general skill.
1 · bundle
lucassantana-dev
Token Audit
Audit historical Claude Code token usage from JSONL session files — shows total spend, cache hit rates, top costly sessions, weekly trends, and where tokens are going. Run after heavy sessions or weekly to measure optimization impact.
1 · bundle
lucassantana-dev
Repo Intake
Onboard into an unfamiliar repository fast before making any changes
1 · bundle
lucassantana-dev
RAG Quality
Evaluate retrieval quality from the local RAG index
1 · bundle
lucassantana-dev
RAG Inspect
Examine what's actually stored in the index for specific items
1 · bundle
lucassantana-dev
Orchestrate
Coordinate multiple subagents/worktrees for parallel workstreams. Decomposes larger tasks into independent sub-tasks, dispatches each to a dedicated agent.
1 · bundle
lucassantana-dev
Multi Agent
Orchestrate teams of agents — DAG execution, routing, state sharing, failure recovery. Use when coordinating parallel agents in task pipelines with dependencies or distributing work by capability.
1 · bundle
lucassantana-dev
Auto Invoke
Meta-skill — defines when to apply other skills automatically without being asked
1 · bundle
lucassantana-dev
Repo Bootstrap
Composite skill — configure a fresh or under-configured repo for the release-branch workflow in one pass. Creates the `release` branch on origin, seeds `CHANGELOG.md` (Keep-a-Changelog format), drops in `.claude/dep-sweep-config.json` + `.claude/branch-hygiene-config.json` + a `release-cadence.md` standard stub, opens a `chore/repo-bootstrap` PR to main. Use instead of manually setting these up before the first `/pr-to-release` — without this, none of the release-branch composites can fire. Idempotent: skips any artifact that already exists. Replaces ad-hoc "set up the new repo" scripts.
1 · bundle
lucassantana-dev
Branch Hygiene
Composite skill — one-pass cleanup of stale local branches, dead worktrees, merged branches, and abandoned remote PR branches. Chains `git fetch --prune` → `clean_gone` (kill [gone] branches) → worktree prune + offer-to-remove dead worktrees → list-and-delete branches merged to main and release → delete remote PR branches whose PRs merged >7 days ago. Use instead of running `clean_gone` alone — that only catches half the rot. Daily-friction composite; fires on "clean up branches", "branch hygiene", "stale worktrees", and on session start when local branch count > 30.
1 · bundle
lucassantana-dev
Unstick Pr
Recover a PR whose head SHA disagrees with its branch ref (webhook desync). Force-push and close+reopen rarely fix it — recreate the PR.
1 · bundle
lucassantana-dev
Ship Check
Verify work before committing, pushing, or requesting review
1 · bundle
lucassantana-dev
RAG Curate
Manually improve corpus quality by adding missing docs and filling retrieval gaps
1 · bundle
lucassantana-dev
Perf Audit
End-to-end performance audit composite — baseline the slow metric, profile to find the real hotspot, implement the smallest targeted fix, re-benchmark to confirm improvement, capture in ADR. Use when users report slowness, CI shows runtime regression, or before a release. Never optimize without profiling first.
1 · bundle
lucassantana-dev
Debug Deep
Composite skill — full debugging workflow from "this is broken" to root cause and fix. Chains systematic-debugging (root-cause hypotheses) → tracer agent (evidence walk) → sentry (production correlation if applicable) → ci-watch (regression check) → incident-response (if production-impacting). Use when a bug needs deep investigation, not just a quick fix.
1 · bundle
lucassantana-dev
Checkpoint
Git-level WIP safety net. Stashes uncommitted work, tags, and pushes to remote
1 · bundle
lucassantana-dev
Audit Deep
Composite skill — full project health check across testing, config, hooks, performance, security, MCP, and plugins. Runs the audit skills in parallel and reconciles into one severity-ranked report with prioritized remediation plan. Use weekly per active project, before major releases, or as part of quarterly tech-debt review.
1 · bundle
lucassantana-dev
Roadmap Refresh
Regenerate `docs/roadmap.md` for a repo from all specs under `docs/specs/` + their frontmatter (status, tags, pr). Produces Now/Next/Recently-shipped sections. Run after creating / shipping a spec, or at the start of a new session for orientation.
1
lucassantana-dev
Git Worktrees
Multiple AI agent sessions working on the same repository cause chaos. Session A is on branch feature/auth. Session B switches to main to check something. Session A's next tool call fails because the branch disappeared. Or worse: Session B force-pushes over Session A's work.
1 · bundle
lucassantana-dev
Agent Gotchas
AI coding agents fail in consistent, predictable ways. They fabricate npm packages that don't exist. They catch errors and continue silently. They add features you never asked for. They lose context mid-session and forget what they were doing.
1 · bundle
lucassantana-dev
Self Heal
Autonomous error recovery — detect failures, diagnose root cause, apply fixes, and resume without stopping
1 · bundle
lucassantana-dev
RAG Drift
Detect and fix stale chunks (files that changed or were deleted since last indexing)
1 · bundle
lucassantana-dev
Build Fix
Local build-error triage. Detects common compile errors and suggests fixes
1 · bundle
lucassantana-dev
Adr Write
Capture an Architecture Decision Record — what was decided, why, what alternatives were considered, and when to revisit. Writes a numbered ADR file to docs/adr/ in the active repo, with consistent formatting that downstream skills (improve-codebase-architecture, refactor-plan) can read. Use right after deciding something non-obvious so the reasoning isn't lost.
1 · bundle
lucassantana-dev
Mac Optimize
Diagnose and fix macOS resource pressure for Claude Code workflows. Use when load avg is high, swap is saturated, CC feels slow, or before spinning up parallel agents/worktrees. Covers CPU top-talkers, swap pressure, zombie claude processes, Node heap tuning, Spotlight/background-agent pruning, and purge. Apple Silicon aware.
1 · bundle
lucassantana-dev
Handoff Diet
Meta-skill codifying the no-wakeup-polling pattern. Describes the ScheduleWakeup anti-pattern, the fix (--auto merge + detached watcher), and when to still use wakeups. Reduces handoff spam by 80%.
1 · bundle
lucassantana-dev
UI Audit
UI/UX design system reference, pattern library, and focused review guidance for web and mobile applications. Use for targeted design research, pattern selection, UX audits, accessibility guidance, palette and typography selection, layout heuristics, and component pattern research. Covers 50+ styles, 97 color palettes, 57 font pairings, Web Interface Guidelines compliance, and concrete visual/usability improvements for modern SaaS and product interfaces.
1 · bundle
lucassantana-dev
Schedule
Define and manage recurring automated agent runs — CI monitoring, dep updates, security scans
1 · bundle
lucassantana-dev
Research
Deep research on a topic using web search, docs, and codebase analysis
1 · bundle
lucassantana-dev
Optimize
Optimize context usage for the session by reducing bloat, improving token efficiency, and focusing on relevant areas. Use when context is growing large, responses are slow, or switching between unrelated tasks. Covers context analysis, compacting, targeted pruning, MCP-first strategies, and focused scoping by area.
1 · bundle
lucassantana-dev
Fallback
Graceful degradation when primary approach fails. Try alternates in priority order; record which path succeeded for future routing.
1 · bundle
lucassantana-dev
CI Watch
Inspect current CI state, identify the first real blocker, separate required failures from noise, and monitor until checks settle. Use when checks are failing, flaky, or blocking a merge.
1 · bundle
lucassantana-dev
Warp AI Setup
Configure Warp terminal to share Claude Code's MCP servers and AI rules via File-based MCP + AGENTS.md. One-time UI toggles plus file sync. Use when onboarding Warp or after a Warp update resets settings.
1
lucassantana-dev
Sync AI Tools
Sync Claude Code AI tooling (skills, MCP servers, rules) across Warp, Cursor, and VSCode. Idempotent — safe to re-run. Use when onboarding a new editor, after adding MCP servers, or when standards files change.
1 · bundle
lucassantana-dev
Release Cut
Composite skill — promote the long-lived `release` branch to `main`, cut a single version that batches every PR accumulated since the last tag, then clean up. Chains pr-merge-readiness (on release→main PR) → version-bump (semver from commits) → changelog-update (promote [Unreleased] → versioned) → ship (tag + GitHub release) → stale-branch cleanup → optional ship-it for deploy. Use this INSTEAD of releasing every small fix individually. Many small commits become one well-scoped release.
1 · bundle
lucassantana-dev
Code Review
Code review is time-consuming and inconsistent. Reviewers miss security issues, overlook edge cases, or focus on style over substance. Meanwhile, AI agents catch these mechanical issues instantly but can't judge business logic correctness, UX decisions, or architectural fit.
1 · bundle
lucassantana-dev
Agent Teams
Decompose a task into parallel workstreams, assign agent ownership, run integration at dependency boundaries, and synthesize results.
1 · bundle
lucassantana-dev
Ship It
Composite skill — take a merged PR all the way to production. Chains version-bump → changelog-update → ship (tag + release) → deployment-automation or vercel-deploy / cloudflare-deploy / prod-rebuild → post-deploy verify (sentry + ci-watch). Distinct from merge-confidently which stops at merge; this one ends with "live in prod, verified, no incidents."
1 · bundle
lucassantana-dev
Context
Optimize context window usage — compact stale data, compress via summarization, preserve active state
1 · bundle
lucassantana-dev
Verify
Run full quality gate suite before committing or creating a PR
1 · bundle
lucassantana-dev
Ticket
Assemble a Jira/Linear/GitHub-Issue body from recent commits, diff, and branch context
1 · bundle
lucassantana-dev
Secure
Shortcut for security review on current change set. Runs layered checks (secret-scan, dep-audit, semgrep, OWASP patterns, prompt-injection review).
1 · bundle
lucassantana-dev
Resume
Recover session state from git, plans, and open PRs, then continue from the last completed phase without repeating work
1 · bundle
lucassantana-dev
Memory
Persist decisions, preferences, and project state across sessions using structured memory types
1 · bundle
lucassantana-dev
MCP Audit
Read-only diagnostic that scans Claude Code session transcripts to surface which MCP servers and tools you actually use, ranked by call frequency, with zero-use servers flagged for removal. Use when planning an MCP cleanup, evaluating whether to keep a newly-added server, deciding which servers warrant token cost in the catalog, or before authoring an MCP-removal PR. Outputs a markdown report (last N days) — does not modify any settings. Pair with the manual `claude mcp remove <name>` step once findings are reviewed.
1 · bundle
lucassantana-dev
Route
Route a task to the most fitting skill or agent. Parses user intent, checks installed-skill inventory, and picks the best match (single skill or chain).
1 · bundle
lucassantana-dev
Learn
Auto-extract reusable patterns from the current session into skills or memory
1 · bundle
lucassantana-dev
Context Pack
Build a task-aware context bundle (relevant code + applicable standards + related past decisions) via the local RAG index, capped at a token budget. Use at the start of any implementation/refactor/debug task instead of reading files blindly. Replaces "read whole file" with "retrieve the function + callers + rules + prior ADR."
1
lucassantana-dev
First Pr
Composite skill — land a safe first PR in an unfamiliar repo without rediscovery loops or guessing at conventions. Chains onboard-new-repo (architecture + scripts + CI scan) → context-pack (relevant files + standards + ADRs for the scoped change) → scope-and-execute (narrow the task) → test-driven-development (write failing test first) → pr-to-release (open the PR). Use the first time you contribute to a repo OR when an unfamiliar contributor needs a guided first change.
1 · bundle
lucassantana-dev
Ship
Commit, push, and open a pull request with a conventional commit message
1 · bundle
lucassantana-dev
Plan
Build a compact, validation-gated implementation plan for multi-step, risky, or ambiguous work — typically when phases need explicit checkpoints, the change touches multiple files/services, or the user wants alignment before execution. Output goes to `.claude/plans/<topic>.md` (or `.agents/plans/`) with goal, in/out-of-scope, phased steps, validation per phase, and replanning triggers. Skip for trivial single-file fixes, bug investigations (use `tracer`), or open-ended exploration (use `explore`). Pair with `ship` once the plan ends and merge work begins.
1 · bundle
lucassantana-dev
Loop
Default execution rhythm — inspect → act → verify → checkpoint — applied iteratively until the task is done or a clear blocker emerges. Use when working through a known plan, draining a queue (PRs, issues, dependency bumps), or executing a multi-step recipe where each step's output informs the next. Each iteration must produce a concrete artifact (commit, comment, decision) and a one-line state update. Stop on first unrecoverable error rather than retrying blindly. Pair with `ship` for merge-bound work and `handoff` if budget runs out mid-loop.
1 · bundle
lucassantana-dev
Eval
Evaluate LLM outputs systematically — benchmarks, automated metrics, human preference, and regression tracking
1 · bundle
lucassantana-dev
Cost
Track and report token usage and estimated cost per session, agent, and phase
1 · bundle
lucassantana-dev
Spec Ship
spec-ship
1
lucassantana-dev
Testing
Test generation is repetitive but critical. Developers skip tests because writing edge cases is tedious. AI agents can generate tests quickly but often produce brittle, unrealistic tests that provide false confidence. Tests that mock internals, use fake data like "foo@example.com", or test implementation details break on every refactor.
1 · bundle
lucassantana-dev
RAG
Build and debug Retrieval-Augmented Generation pipelines — chunking, embedding, retrieval, reranking
1 · bundle
lucassantana-dev
Add
Meta-adder for toolkit artifacts. Single entry point to add a skill, pattern, best-practice, hook, agent, or guide with correct frontmatter + sync to 4 publish targets.
1 · bundle
lucassantana-dev
Spec New
Create a committed per-feature spec under `docs/specs/YYYY-MM-DD-<slug>/{spec,tasks}.md` with frontmatter (status, created, owner, pr, tags). Promotes an ephemeral `.claude/plans/<name>.md` into a persistent, searchable artifact. Use when starting a feature that's larger than a one-shot PR.
1