Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsAuthors › LucasSantana-Dev › Page 3

LucasSantana-Dev

@LucasSantana-Dev on GitHub →

189 Claude Code skills authored by LucasSantana-Dev.

updated 2026-08-21 · showing 121–180 of 189 by quality score

Average Pro QualityScore: 69.4/100

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Persist decisions, preferences, and project state across sessions using structured memory types
Detect naming conventions from existing code, then audit new or all symbols for violations. Reports inconsistencies across files without enforcing a single style.
Parallel Architect→Builder→Reviewer pattern for complex multi-phase tasks. Dispatches 3 agents: Architect (Opus) reads codebase and writes a plan with phases; Builder (Sonnet)…
Default execution rhythm — inspect → act → verify → checkpoint — applied iteratively until the task is done or a clear blocker emerges.
Composite skill — diagnose, repair, and validate a test suite end-to-end. Chains test-health (diagnose) → config-drift-detect (gate compatibility) → test-cleanup (prune + add…
Composite skill — configure a fresh or under-configured repo for the release-branch workflow in one pass.
Aggregate every signal that gates a PR merge (CI, reviews, conflicts, branch staleness, security scans, third-party reviewers like CodeRabbit/Greptile/Sonar) into a single…
Add new area presets (professional verticals) to LinkedIn Engage for Connect, Companies, and Jobs modes.
Refresh the active backlog plan at the start of a session. Diffs git log against the plan, marks closed items, surfaces new ones, updates coverage headroom, and appends a delta…
Diff the Anthropic `claude-plugins-official` marketplace against installed plugins and surface the delta, filtering known-unwanted entries (language LSPs you don't use, SaaS…
Build a task-aware context bundle (relevant code + applicable standards + related past decisions) via the local RAG index, capped at a token budget.
Composite skill — first-touch workflow for an unfamiliar repo. Chains adt-repo-intake (understand) → audit-deep (health check) → config-drift-detect (gate audit) → init ( — from…
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…
Audits a JS/TS codebase for hand-rolled boilerplate that a secure, well-maintained, widely-used npm package could replace, and vets each candidate for security advisories,…
Composite skill — repair and validate a test suite end-to-end when: suite is bloated (test count >2× proportionality), slow (runtime >5 min), or cleanup previously stalled at…
Build distinctive, production-grade interfaces with Ralph Wiggum velocity. Ships working code — web or mobile — with modern CSS, fluid typography, purposeful motion, and zero…
Composite skill — batch-process the queue of open Dependabot / Renovate / npm-bot PRs by grouping them by risk, auto-merging the safe ones into `release`, and surfacing only the…
Reverse-engineer an external repository or codebase (competitor OSS, reference implementation, trending project) and map every adoptable idea — architecture, code patterns, DX,…
Losslessly 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", "shrin — from…
Scans a repo or workspace for whole capabilities — features, subsystems, internal tools, pipelines, dashboards — self-contained enough to spin off as their own project or product…
Use when the user asks to generate API tests, create integration test suites, test REST endpoints, or build contract tests. — from LucasSantana-Dev/forgekit
Mandatory default entry point for any non-trivial build/add/fix/implement/refactor request — drives work through explicit spec-driven-development phases (constitution check →…
Full test suite improvement composite — audit health, prune dead tests, validate with mutation testing, capture rationale in ADR.
Analyze a problem, plan the fix, execute with verification. Use when tackling a non-trivial bug, feature, or refactor that needs structured approach.
Composite skill — safely refactor a module end-to-end with sequencing, parallel implementation, post-refactor cleanup, and rationale capture.
Composite skill — query, capture, improve, persist knowledge in one workflow. Chains recall (semantic lookup) → sync-memories (write note) → rag-curate (improve weak retrievals) →…
Mega-composite for end-to-end greenfield feature: idea → ADR → plan → implement → test → merge → deploy → capture.
Coordinate multiple subagents/worktrees for parallel workstreams. Decomposes larger tasks into independent sub-tasks, dispatches each to a dedicated agent.
Composite skill — take a working change all the way from "code is done on a branch" to "merged into the long-lived `release` branch with changelog entry".
Inspect current CI state, identify the first real blocker, separate required failures from noise, and monitor until checks settle.
Assemble a Jira/Linear/GitHub-Issue body from recent commits, diff, and branch context
Sync Claude Code AI tooling (skills, MCP servers, rules) across Warp, Cursor, and VSCode. Idempotent — safe to re-run.
Dispatch ad-hoc tasks to remote agent-box (agent-box scripts or free-form claude prompts). Maps named aliases (ci-watch, health, security, etc.) to shell scripts on homelab;…
Map module coupling via import graph analysis. Identifies high fan-in (many callers) and high fan-out (many dependencies) nodes, and surfaces cycles.
Regenerate `docs/roadmap.md` for a repo from all specs under `docs/specs/` + their frontmatter (status, tags, pr). Produces Now/Next/Recently-shipped sections.
You 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.
Loads coding rules from Qodo most relevant to the current coding task by generating a semantic search query from the assignment.
Regenerate the cross-repo roadmap aggregate in your Claude memory directory by walking every curated repo's `docs/specs/**` frontmatter.
Regenerate the cross-repo roadmap aggregate in your Claude memory directory by walking every curated repo's `docs/specs/**` frontmatter.
Audit skill catalog for rot, dead links, oversize files, and orphans. Detect stale generated artifacts, skills exceeding size limits, and skills not referenced by any composite or…
Composite skill — start-of-day routine. Chains wake-up (compact brief) → next-priority (decide) → pr-snapshot (PR queue) → context-pack (load relevant context if work-intent).
Structured decision interview using 2–4 bounded options per fork (AskUserQuestion). Use when the user says "help me decide", "grill me with options", "pick-path", or to…
Define and manage recurring automated agent runs — CI monitoring, dep updates, security scans
Behavioral safety mode for when the user is live streaming or screen sharing — never print secrets, env vars, tokens, IPs, hostnames, or terminal-sensitive data on screen;…
UI/UX design system reference, pattern library, and focused review guidance for web and mobile applications.
Composite skill — first-touch workflow for an unfamiliar repo. Chains adt-repo-intake (understand) → audit-deep (health check) → config-drift-detect (gate audit) → init ( — from…
SKILL.md is an open specification released by Anthropic in 2025 that standardizes how tools discover and auto-invoke procedural knowledge (skills, patterns, guides, rules).
Autonomous error recovery — detect failures, diagnose root cause, apply fixes, and resume without stopping
Search and map visual frontend references from Dribbble, Mobbin, Pinterest, and curated galleries (Awwwards, Godly, Land-book, siteinspire) into a structured reference board…
React composition and performance optimization patterns from Vercel. Use when building component libraries, refactoring components with prop proliferation, optimizing…
Run a workspace backup sync on demand — rsyncs Claude/Codex configs, memories, standards, hooks, skills-index, and per-project dev files to a private git repo (e.g.
Sync 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.
Designs AND implements autonomous agent loops for any task. Trigger this skill whenever the user wants to stop manually prompting agents and instead build a self-running feedback…
Pick the lightest model or reasoning tier that can do the task well. Auto-triggered via complexity-classifier.sh hook on every prompt.
Git-level WIP safety net. Stashes uncommitted work, tags, and pushes to remote
Auto-extract reusable patterns from the current session into skills or memory
Examine what's actually stored in the index for specific items
Run full quality gate suite before committing or creating a PR
Deep research on a topic using web search, docs, and codebase analysis
Track and report token usage and estimated cost per session, agent, and phase
Search all 189 skills by LucasSantana-Dev →