Catalog
by @lucassantana-dev · plugin · 90 skills
Catalog from LucasSantana-Dev/forgekit.
Install the whole plugin (CLI)
npx skillmds add lucassantana-dev/xp
npx skillmds add lucassantana-dev/debug
npx skillmds add lucassantana-dev/hotfix
npx skillmds add lucassantana-dev/add
npx skillmds add lucassantana-dev/rag
npx skillmds add lucassantana-dev/testing
npx skillmds add lucassantana-dev/cost
npx skillmds add lucassantana-dev/eval
npx skillmds add lucassantana-dev/loop
npx skillmds add lucassantana-dev/plan
npx skillmds add lucassantana-dev/ship
npx skillmds add lucassantana-dev/first-pr
npx skillmds add lucassantana-dev/learn
npx skillmds add lucassantana-dev/route
npx skillmds add lucassantana-dev/mcp-audit
npx skillmds add lucassantana-dev/memory
npx skillmds add lucassantana-dev/resume
npx skillmds add lucassantana-dev/secure
npx skillmds add lucassantana-dev/ticket
npx skillmds add lucassantana-dev/verify
npx skillmds add lucassantana-dev/context
npx skillmds add lucassantana-dev/ship-it
npx skillmds add lucassantana-dev/agent-teams
npx skillmds add lucassantana-dev/code-review
npx skillmds add lucassantana-dev/release-cut
npx skillmds add lucassantana-dev/ci-watch
npx skillmds add lucassantana-dev/fallback
npx skillmds add lucassantana-dev/optimize
npx skillmds add lucassantana-dev/research
npx skillmds add lucassantana-dev/schedule
npx skillmds add lucassantana-dev/ui-audit
npx skillmds add lucassantana-dev/handoff-diet
npx skillmds add lucassantana-dev/mac-optimize
npx skillmds add lucassantana-dev/adr-write
npx skillmds add lucassantana-dev/build-fix
npx skillmds add lucassantana-dev/rag-drift
npx skillmds add lucassantana-dev/self-heal
npx skillmds add lucassantana-dev/agent-gotchas
npx skillmds add lucassantana-dev/git-worktrees
npx skillmds add lucassantana-dev/audit-deep
npx skillmds add lucassantana-dev/checkpoint
npx skillmds add lucassantana-dev/debug-deep
npx skillmds add lucassantana-dev/perf-audit
npx skillmds add lucassantana-dev/rag-curate
npx skillmds add lucassantana-dev/ship-check
npx skillmds add lucassantana-dev/unstick-pr
npx skillmds add lucassantana-dev/branch-hygiene
npx skillmds add lucassantana-dev/repo-bootstrap
npx skillmds add lucassantana-dev/auto-invoke
npx skillmds add lucassantana-dev/multi-agent
npx skillmds add lucassantana-dev/orchestrate
npx skillmds add lucassantana-dev/rag-inspect
npx skillmds add lucassantana-dev/rag-quality
npx skillmds add lucassantana-dev/repo-intake
npx skillmds add lucassantana-dev/token-audit
npx skillmds add lucassantana-dev/create-subagent
npx skillmds add lucassantana-dev/parallel-phases
npx skillmds add lucassantana-dev/design-build
npx skillmds add lucassantana-dev/plugin-audit
npx skillmds add lucassantana-dev/rag-coverage
npx skillmds add lucassantana-dev/release-flow
npx skillmds add lucassantana-dev/test-cleanup
npx skillmds add lucassantana-dev/context-building
npx skillmds add lucassantana-dev/hook-development
npx skillmds add lucassantana-dev/dep-lifecycle
npx skillmds add lucassantana-dev/fix-the-suite
npx skillmds add lucassantana-dev/mutation-test
npx skillmds add lucassantana-dev/next-priority
npx skillmds add lucassantana-dev/sync-memories
npx skillmds add lucassantana-dev/test-pipeline
npx skillmds add lucassantana-dev/agent-development
npx skillmds add lucassantana-dev/incident-followup
npx skillmds add lucassantana-dev/skill-md-adoption
npx skillmds add lucassantana-dev/knowledge-loop
npx skillmds add lucassantana-dev/security-sweep
npx skillmds add lucassantana-dev/seo-a11y-audit
npx skillmds add lucassantana-dev/smart-commands
npx skillmds add lucassantana-dev/sync-pt-parity
npx skillmds add lucassantana-dev/hook-effectiveness
npx skillmds add lucassantana-dev/task-orchestration
npx skillmds add lucassantana-dev/compress-assets
npx skillmds add lucassantana-dev/context-hygiene
npx skillmds add lucassantana-dev/vercel-patterns
npx skillmds add lucassantana-dev/command-development
npx skillmds add lucassantana-dev/onboard-new-repo
npx skillmds add lucassantana-dev/prompting-discipline
npx skillmds add lucassantana-dev/feature-from-zero
npx skillmds add lucassantana-dev/merge-confidently
npx skillmds add lucassantana-dev/rag-index-rebuild
npx skillmds add lucassantana-dev/refactor-pipelineSkills in this plugin
- ▌ xp · lucassantana-dev bundleExtreme Programming for AI-human pair development. Use when: pair programming with your AI, building incrementally with tests, working with clear role division, or the user mentions XP/YAGNI/simple design/continuous refactoring.
- ▌ debug · lucassantana-dev bundleSystematic root-cause analysis for bugs, errors, and unexpected behavior
- ▌ hotfix · lucassantana-dev bundleComposite skill — emergency bypass of the release branch when production is broken and waiting for the next release-cut is not viable. Chains incident scoping → branch from main (NOT release) → minimal fix → pr-merge-readiness → merge to main → patch-version tag → deploy → cherry-pick to release branch → post-deploy verify (sentry + ci-watch). Use ONLY for production-impacting breakage; routine "small fix" work belongs in /pr-to-release.
- ▌ add · lucassantana-dev bundleMeta-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.
- ▌ rag · lucassantana-dev bundleBuild and debug Retrieval-Augmented Generation pipelines — chunking, embedding, retrieval, reranking
- ▌ testing · lucassantana-dev bundleTest 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.
- ▌ cost · lucassantana-dev bundleTrack and report token usage and estimated cost per session, agent, and phase
- ▌ eval · lucassantana-dev bundleEvaluate LLM outputs systematically — benchmarks, automated metrics, human preference, and regression tracking
- ▌ loop · lucassantana-dev bundleDefault 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.
- ▌ plan · lucassantana-dev bundleBuild 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.
- ▌ ship · lucassantana-dev bundleCommit, push, and open a pull request with a conventional commit message
- ▌ first-pr · lucassantana-dev bundleComposite 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.
- ▌ learn · lucassantana-dev bundleAuto-extract reusable patterns from the current session into skills or memory
- ▌ route · lucassantana-dev bundleRoute 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).
- ▌ mcp-audit · lucassantana-dev bundleRead-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.
- ▌ memory · lucassantana-dev bundlePersist decisions, preferences, and project state across sessions using structured memory types
- ▌ resume · lucassantana-dev bundleRecover session state from git, plans, and open PRs, then continue from the last completed phase without repeating work
- ▌ secure · lucassantana-dev bundleShortcut for security review on current change set. Runs layered checks (secret-scan, dep-audit, semgrep, OWASP patterns, prompt-injection review).
- ▌ ticket · lucassantana-dev bundleAssemble a Jira/Linear/GitHub-Issue body from recent commits, diff, and branch context
- ▌
- ▌ context · lucassantana-dev bundleOptimize context window usage — compact stale data, compress via summarization, preserve active state
- ▌ ship-it · lucassantana-dev bundleComposite 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."
- ▌ agent-teams · lucassantana-dev bundleDecompose a task into parallel workstreams, assign agent ownership, run integration at dependency boundaries, and synthesize results.
- ▌ code-review · lucassantana-dev bundleCode 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.
- ▌ release-cut · lucassantana-dev bundleComposite 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.
- ▌ ci-watch · lucassantana-dev bundleInspect 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.
- ▌ fallback · lucassantana-dev bundleGraceful degradation when primary approach fails. Try alternates in priority order; record which path succeeded for future routing.
- ▌ optimize · lucassantana-dev bundleOptimize 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.
- ▌ research · lucassantana-dev bundleDeep research on a topic using web search, docs, and codebase analysis
- ▌ schedule · lucassantana-dev bundleDefine and manage recurring automated agent runs — CI monitoring, dep updates, security scans
- ▌ ui-audit · lucassantana-dev bundleUI/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.
- ▌ handoff-diet · lucassantana-dev bundleMeta-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%.
- ▌ mac-optimize · lucassantana-dev bundleDiagnose 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.
- ▌ adr-write · lucassantana-dev bundleCapture 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.
- ▌ build-fix · lucassantana-dev bundleLocal build-error triage. Detects common compile errors and suggests fixes
- ▌ rag-drift · lucassantana-dev bundleDetect and fix stale chunks (files that changed or were deleted since last indexing)
- ▌ self-heal · lucassantana-dev bundleAutonomous error recovery — detect failures, diagnose root cause, apply fixes, and resume without stopping
- ▌ agent-gotchas · lucassantana-dev bundleAI 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.
- ▌ git-worktrees · lucassantana-dev bundleMultiple 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.
- ▌ audit-deep · lucassantana-dev bundleComposite 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.
- ▌ checkpoint · lucassantana-dev bundleGit-level WIP safety net. Stashes uncommitted work, tags, and pushes to remote
- ▌ debug-deep · lucassantana-dev bundleComposite 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.
- ▌ perf-audit · lucassantana-dev bundleEnd-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.
- ▌ rag-curate · lucassantana-dev bundleManually improve corpus quality by adding missing docs and filling retrieval gaps
- ▌
- ▌ unstick-pr · lucassantana-dev bundleRecover a PR whose head SHA disagrees with its branch ref (webhook desync). Force-push and close+reopen rarely fix it — recreate the PR.
- ▌ branch-hygiene · lucassantana-dev bundleComposite 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.
- ▌ repo-bootstrap · lucassantana-dev bundleComposite 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.
- ▌ auto-invoke · lucassantana-dev bundleMeta-skill — defines when to apply other skills automatically without being asked
- ▌ multi-agent · lucassantana-dev bundleOrchestrate 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.
- ▌ orchestrate · lucassantana-dev bundleCoordinate multiple subagents/worktrees for parallel workstreams. Decomposes larger tasks into independent sub-tasks, dispatches each to a dedicated agent.
- ▌ rag-inspect · lucassantana-dev bundleExamine what's actually stored in the index for specific items
- ▌
- ▌ repo-intake · lucassantana-dev bundleOnboard into an unfamiliar repository fast before making any changes
- ▌ token-audit · lucassantana-dev bundleAudit 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.
- ▌ create-subagent · lucassantana-dev bundleDesign 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.
- ▌ parallel-phases · lucassantana-dev bundleExecute 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".
- ▌ design-build · lucassantana-dev bundleComposite skill — design, scaffold, build, and verify a UI in one workflow. Chains ui-ux-pro-max or web-design-guidelines (audit/principles) → shadcn or tailwind-design-system (component scaffold) → impeccable or frontend-design (build) → webapp-testing (verify). Use when the task is "build this page", "design and implement X", or any new UI surface.
- ▌ plugin-audit · lucassantana-dev bundleDiff the Anthropic `claude-plugins-official` marketplace against installed plugins and surface the delta, filtering known-unwanted entries (language LSPs you don't use, SaaS integrations you don't use, sample/demo plugins).
- ▌ rag-coverage · lucassantana-dev bundleAudit corpus distribution by source type and repo; identify coverage gaps and underindexed topics
- ▌ release-flow · lucassantana-dev bundleShip validated changes with repeatable release evidence — version bump, changelog, tag, and optional GitHub release
- ▌ test-cleanup · lucassantana-dev bundleAudit and prune a bloated test suite down to the minimum tests that hit the coverage threshold and guard real behavior. Replaces many shallow unit tests with fewer well-scoped integration tests. Use when test count is disproportionate to app size.
- ▌ context-building · lucassantana-dev bundleAI agents are only as good as the context they receive. A powerful model with zero project context produces generic code. A mediocre model with excellent context produces code that fits your project perfectly.
- ▌ hook-development · lucassantana-dev bundleUse when creating hooks for Claude Code plugins. Covers hook events, configuration, exit codes, and stdin/stdout contracts. Hooks execute in response to events to validate operations and enforce policies.
- ▌ dep-lifecycle · lucassantana-dev bundleFull dependency lifecycle composite — audit known vulnerabilities, triage by severity and breaking-change risk, upgrade targeted packages, verify tests pass, ship PR. Use monthly, before releases, or when dependency alerts are stacking. Never do a blanket upgrade; always triage first.
- ▌ fix-the-suite · lucassantana-dev bundleComposite skill — diagnose, repair, and validate a test suite end-to-end. Chains test-health (diagnose) → config-drift-detect (gate compatibility) → test-cleanup (prune + add integration tests) → mutation-test (validate survivors) → adr-write (capture decisions) → docs-sync. Use when "the test suite is bad" or you've hit the test-cleanup-bails-at-the-gate failure mode.
- ▌ mutation-test · lucassantana-dev bundleRun mutation testing against a project's test suite to verify the tests actually catch failures when source code is broken. Use after major test changes, before declaring a suite "good", or when coverage % looks healthy but you suspect tests aren't catching real bugs.
- ▌ next-priority · lucassantana-dev bundleDecide the highest-value safe thing to do right now in the active repo or workspace.
- ▌ sync-memories · lucassantana-dev bundleSync durable project or session knowledge into the available memory systems so future sessions have accurate context. Use when meaningful work is complete and the user wants the result remembered.
- ▌ test-pipeline · lucassantana-dev bundleFull test suite improvement composite — audit health, prune dead tests, validate with mutation testing, capture rationale in ADR. Use after a major feature ship, before tightening coverage gates, or when the suite shows bloat, excessive skips, or slow runtime. Chains test-health → test-cleanup → mutation-test → adr-write.
- ▌ agent-development · lucassantana-dev bundleThis skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent examples", "agent tools", "agent colors", "autonomous agent", or needs guidance on agent structure, system prompts, triggering conditions, or agent development best practices for Claude Code plugins.
- ▌ incident-followup · lucassantana-dev bundleComposite skill — runs the postmortem chain after any production incident (`/hotfix`, rollback, or prod outage acknowledged). Chains adt-research (root-cause learning) → adr-write (decision capture) → generate-tests (regression test) → security-sweep (conditional, only if root cause is auth/input/secret-related) → knowledge-loop (memory + RAG curation) → handoff. Stops the silent-postmortem failure mode where a hotfix ships and the lessons evaporate. Auto-queues after `/hotfix` Phase 10 completes; also fires when user says "postmortem", "what did we learn", "write up the incident".
- ▌ skill-md-adoption · lucassantana-dev bundleSKILL.md is an open specification released by Anthropic in 2025 that standardizes how tools discover and auto-invoke procedural knowledge (skills, patterns, guides, rules). Instead of each tool (Claude, Cursor, VSCode, CLI) maintaining isolated skill registries, SKILL.md enables a single skill to be published once and auto-invoked across any tool that speaks the spec.
- ▌ knowledge-loop · lucassantana-dev bundleComposite skill — query, capture, improve, and persist knowledge in one workflow. Chains recall (RAG query) → sync-memories (write durable note) → rag-curate (improve weak retrievals) → handoff (durable snapshot if session-ending). Use when the work involves "what did we decide", "remember this", "save where we are", or any closing checkpoint.
- ▌ security-sweep · lucassantana-dev bundleComposite skill — full security pass across secrets, dependencies, code paths, and OWASP risks. Chains security-audit (broad) + socket-audit (npm supply chain) + semgrep (pattern scan) + code-security (code review for vulns) in parallel, reconciles into one severity-ranked report with remediation plan. Use quarterly per active repo or before any release of security-sensitive code.
- ▌ seo-a11y-audit · lucassantana-dev bundleComposite skill — full SEO + Accessibility audit of a website or webapp in one workflow. Chains audit-website (squirrelscan SEO + tech + perf scan) + seo-audit (SEO framing) + playwright-best-practices (axe-core a11y) + ui-audit (design-system accessibility patterns) → reconciled severity-ranked report split by SEO vs A11y vs Both. Use for periodic site health checks, pre-launch audits, or when search rankings drop.
- ▌ smart-commands · lucassantana-dev bundleDecision guide for when to proactively use Claude Code slash commands — /think, /model, /compact, /clear. Use when choosing whether to invoke a command before or during a task, or when a complexity-classifier hook has flagged a task as high or critical. Pairs with the complexity-classifier UserPromptSubmit hook.
- ▌ sync-pt-parity · lucassantana-dev bundleSync files (skills, packages/core/patterns, agents, specs) from EN canonical repo to PT mirror, inserting "Tradução pendente" blockquote after YAML frontmatter, then open PR.
- ▌ hook-effectiveness · lucassantana-dev bundleAudit Claude Code hooks for fire frequency, latency, exit codes, and output value. Surfaces hooks that never fire, hooks that fire too often (spam), hooks that exit non-zero silently, and hooks that fire but produce no output Claude actually uses. Run weekly automatically. Required after wiring new hooks.
- ▌ task-orchestration · lucassantana-dev bundleYou have 5 projects, each with a session. You open each one, paste "continue with next priorities", wait, switch, repeat. You're acting as a human cron job.
- ▌ compress-assets · lucassantana-dev bundleLosslessly compress PNG and SVG assets in place and generate .webp siblings for every raster image. Use when the user asks to "compress assets", "optimize images", "shrink the assets folder", or "convert to webp". Runs a deterministic pipeline via oxipng + svgo + cwebp + ImageMagick.
- ▌ context-hygiene · lucassantana-dev bundleKeep sessions focused and efficient — prune stale outputs, preserve active state, recommend compaction
- ▌ vercel-patterns · lucassantana-dev bundleReact composition and performance optimization patterns from Vercel. Use when building component libraries, refactoring components with prop proliferation, optimizing React/Next.js performance, or designing scalable component architectures. Covers composition patterns, React 19 APIs, performance optimization across waterfalls, bundle size, server/client rendering, and re-render optimization.
- ▌ command-development · lucassantana-dev bundleUse when creating, writing, or organizing slash commands. Covers frontmatter, dynamic arguments, file references, and bash execution. Commands are instructions FOR Claude, not messages TO the user.
- ▌ onboard-new-repo · lucassantana-dev bundleComposite skill — first-touch workflow for an unfamiliar repo. Chains adt-repo-intake (understand) → audit-deep (health check) → config-drift-detect (gate audit) → init (CLAUDE.md if missing) → fewer-permission-prompts (prune permission noise). Use when entering a new repo for the first time, taking over from another developer, or after a major repo restructure.
- ▌ prompting-discipline · lucassantana-dev bundleHow you ask the model matters more than which model you ask. Two disciplines stop most AI coding failures before they start.
- ▌ feature-from-zero · lucassantana-dev bundleMega-composite — full greenfield feature development from idea to live. Chains research-and-decide (validate the idea + capture decision) → scope-and-execute (analysis + plan + implement) → design-build (if UI involved) → fix-the-suite (if tests need work) → merge-confidently → ship-it → knowledge-loop. The single command for "build feature X end-to-end."
- ▌ merge-confidently · lucassantana-dev bundleComposite skill — take a PR from "I think it's ready" to merged with full gate verification. Chains pr-merge-readiness (verdict) → ci-watch / gh-fix-ci (if blockers) → gh-address-comments (if review needed) → ship (when verdict is MERGE). Use as the one-call answer to "can I merge this?" instead of running 4 skills sequentially.
- ▌
- ▌ refactor-pipeline · lucassantana-dev bundleComposite skill — safely refactor a module end-to-end with sequencing, parallel implementation, post-refactor cleanup, and rationale capture. Chains refactor-plan (phased plan + rollback) → three-man-team (architect/builder/reviewer in parallel) → fix-the-suite post-refactor → adr-write → docs-sync. Use for non-trivial refactors that need both careful sequencing and durable record.