Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

claude-plugins-registry

claude-plugins-registry contiene 67 skills recopiladas de leandrosilvaferreira, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
67
Stars
4
actualizado
2026-07-23
Forks
5
Cobertura ocupacional
7 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

condense-harness-prompts
Desarrolladores de software

Condenses harness .md prompts (.claude/agents, commands, rules, skills) using caveman full + Opus, without losing information. Compresses verbose prose and tables, preserves code blocks/URLs/inline-code/headings via a deterministic gate. Overwrites in place (git is the review safety net). Use when asked to "condense/compress/shorten the agents/commands/rules/skills in .claude".

2026-07-23
revise-agent-routing-workflow
Otras ocupaciones informáticas

Audit .claude/agents/*.md frontmatter descriptions against the routing-description standard (condition-shaped, "Use proactively", 40-600 chars) and sync them with the project's CLAUDE.md `## Workflow & Agents` table or free-text mentions. Fixes descriptions in place, fixes stale/missing table rows, flags orphaned agents. Works on any existing project — not just one scaffolded by aia-harness. Use standalone, or after adding/editing agents by hand.

2026-07-23
revise-claude-md
Desarrolladores de software

Generate or refresh rich intermediate CLAUDE.md files for strategic subdirectories of the target project. Reads .claude/rules/ (recursive), analyzes actual source files, maps rules to domains, and generates domain-specific CLAUDE.md with Key patterns, Applied rules, and Local conventions sections. Two-phase: map → approve → generate with diffs. Use after /aia-harness:init (step 5.6), or standalone to refresh existing files.

2026-07-23
setup-testing
Analistas de garantía de calidad de software y probadores

Seeds unit tests in a project that has none — installs the recommended framework for the stack, writes a real test in an existing module, wires the `test` script, and runs until green. Use when the project has no tests, when asked to "configure tests", "setup tests", "add tests", or "create test suite".

2026-07-12
harness-engineering
Otras ocupaciones informáticas

Use when setting up, scaffolding, bootstrapping, or improving a Claude Code "harness" for a project — hooks, skills, agents, rules, settings.json, .mcp.json, settings.local.json, worktree config, or per-domain CLAUDE.md. Triggers on "set up Claude Code", "harness engineering", "scaffold hooks/rules", "configure this project for Claude", "bootstrap .claude".

2026-07-01
revise-agent-frontmatter
Desarrolladores de software

Review and upgrade the routing descriptions of candidate agents under templates/ (ECC, ag-kit, first-party) so each follows the best-practice standard — condition-shaped, with "Use proactively" and explicit trigger conditions. Writes the canonical description into the matching *_AGENT_WHEN_TO_USE map, propagates it into every agent file, and verifies the integrity gate. Use after editing any candidate agent, or standalone to sweep all of them.

2026-06-28
nestjs-db-migration
Desarrolladores de software

Guards the Drizzle-kit generate → review → migrate flow for NestJS + Drizzle ORM projects. Use when changing the database schema or applying a migration.

2026-06-28
nestjs-gen-test
Desarrolladores de software

Guides writing Jest unit tests for NestJS services and controllers using @nestjs/testing and mocked Drizzle DB. Use when adding or expanding unit tests.

2026-06-28
nestjs-pr-check
Desarrolladores de software

Local pre-PR gate for NestJS projects. Runs lint, typecheck, tests, and build, then triggers the appropriate reviewer agent. Use before opening a pull request.

2026-06-28
github-pm
Desarrolladores de software

This skill should be used when the user mentions tickets, issues, backlog, PR, pull request, worktree, sprint, or any development project management activity. Also activate when the user says "create issue", "work on #N", "close ticket", "open PR", "merge PR", "view backlog", "create branch for issue", or when code was modified without a linked issue.

2026-06-28
goal-builder
Otras ocupaciones informáticas

Use when asked to generate, build, prepare, optimize or assemble a /goal command for autonomous or overnight execution — triggers: "assemble goal", "generate autonomous goal", "prepare overnight task", "goal for autonomous session", "optimize goal", "goal builder".

2026-06-25
new-module-adianti
Desarrolladores de software

This skill should be used to scaffold a complete new CRUD module in a PHP Adianti Framework project — Active Record model (TRecord) + list controller + form controller + menu.xml entry — by mirroring an existing module already in the codebase. Use when the user asks "create new module", "new Adianti module", "scaffold a module", "create CRUD", "new entity/registration", "create model + list + form", "add a new domain/entity", or names a new entity to register (e.g. "create a Fornecedores module"). Mirror the project's own conventions first; fall back to the adianti-framework skill references only when no existing module exists.

2026-06-25
claude-code-worktrees
Otras ocupaciones informáticas

This skill should be used when the user asks about "worktree", "worktrees", "parallel sessions with worktree", "--worktree flag", "EnterWorktree", "ExitWorktree", ".worktreeinclude", "WorktreeCreate hook", "WorktreeRemove hook", "worktree.baseRef", "isolate subagents", "isolation worktree", "isolated sessions in Claude Code", "run Claude in parallel with worktrees", or any question about running parallel Claude Code sessions in isolated git worktrees.

2026-06-25
safe-hooks
Desarrolladores de software

Use when writing, wiring, reviewing, or debugging Claude Code hooks — especially JavaScript hooks. Covers exit codes, the node-resolver wrapper, fail-open vs blocking behavior, matchers, timeouts, and security. Triggers on "write a hook", "PreToolUse/PostToolUse/Stop hook", "hook not blocking", "format on save hook".

2026-06-24
app-builder
Desarrolladores de software

Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents. When creating a new full-stack application from scratch, selecting tech stack, or scaffolding project structure. Use with /create workflow.

2026-06-21
templates
Desarrolladores de software

Project scaffolding templates for new applications. Use when creating new projects from scratch. Contains 13 templates for various tech stacks.

2026-06-21
code-review-graph
Analistas de garantía de calidad de software y probadores

Token-efficient code review using Tree-sitter AST graphs and MCP. Cuts AI token usage on large codebases by computing the blast radius of changes instead of reading entire codebases. Uses a SQLite graph database for structural analysis. When reviewing code in large codebases (500+ files), when token costs are high, when making multi-file changes with cross-module dependencies, or when working with monorepos. Also for dead code detection, architecture visualization, and refactoring previews. NOT for small projects under 200 files with isolated single-file changes.

2026-06-21
2d-games
Desarrolladores de software

2D game development principles. Sprites, tilemaps, physics, camera.

2026-06-21
3d-games
Desarrolladores de software

3D game development principles. Rendering, shaders, physics, cameras.

2026-06-21
game-art
Desarrolladores de software

Game art principles. Visual style selection, asset pipeline, animation workflow.

2026-06-21
game-audio
Desarrolladores de software

Game audio principles. Sound design, music integration, adaptive audio systems.

2026-06-21
game-design
Desarrolladores de software

Game design principles. GDD structure, balancing, player psychology, progression.

2026-06-21
mobile-games
Desarrolladores de software

Mobile game development principles. Touch input, battery, performance, app stores.

2026-06-21
multiplayer
Desarrolladores de software

Multiplayer game development principles. Architecture, networking, synchronization.

2026-06-21
pc-games
Desarrolladores de software

PC and console game development principles. Engine selection, platform features, optimization strategies.

2026-06-21
game-development
Desarrolladores de software

Game development orchestrator. Routes to platform-specific skills based on project needs. When building games with Unity, Godot, Unreal, Phaser, or any game engine. Routes to platform-specific sub-skills.

2026-06-21
vr-ar
Desarrolladores de software

VR/AR development principles. Comfort, interaction, performance requirements.

2026-06-21
web-games
Desarrolladores de software

Web browser game development principles. Framework selection, WebGPU, optimization, PWA.

2026-06-21
i18n-localization
Desarrolladores de software

Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support. When internationalizing an app, managing translations, detecting hardcoded strings, or adding RTL support.

2026-06-21
mobile-design
Diseñadores de interfaces web y digitales

Mobile-first design thinking and decision-making for iOS and Android apps. Touch interaction, performance patterns, platform conventions. Teaches principles, not fixed values. Use when building React Native, Flutter, or native mobile apps. When designing mobile app interfaces for iOS/Android, React Native, or Flutter. Touch interaction and platform conventions. NOT for web apps.

2026-06-21
tailwind-patterns
Desarrolladores web

Tailwind CSS v4 principles. CSS-first configuration, container queries, modern patterns, design token architecture. When using Tailwind CSS v4, implementing design tokens, container queries, or modern CSS patterns with Tailwind.

2026-06-21
web-design-guidelines
Diseñadores de interfaces web y digitales

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices". When auditing web UI for best practices, checking accessibility, or reviewing design against Web Interface Guidelines.

2026-06-21
mcp-catalog
Otras ocupaciones informáticas

Use when choosing, recommending, or wiring MCP servers for a project's .mcp.json. Curated list of strategic MCP servers with safe configuration (env placeholders, scoping). Triggers on "add an MCP", "which MCP servers", "configure .mcp.json", "strategic MCPs".

2026-06-20
cpp-coding-standards
Desarrolladores de software

C++ coding standards based on the C++ Core Guidelines (isocpp.github.io). Use when writing, reviewing, or refactoring C++ code to enforce modern, safe, and idiomatic practices.

2026-06-20
cpp-testing
Analistas de garantía de calidad de software y probadores

Use only when writing/updating/fixing C++ tests, configuring GoogleTest/CTest, diagnosing failing or flaky tests, or adding coverage/sanitizers.

2026-06-20
csharp-testing
Analistas de garantía de calidad de software y probadores

C# and .NET testing patterns with xUnit, FluentAssertions, mocking, integration tests, and test organization best practices.

2026-06-20
dart-flutter-patterns
Desarrolladores de software

Production-ready Dart and Flutter patterns covering null safety, immutable state, async composition, widget architecture, popular state management frameworks (BLoC, Riverpod, Provider), GoRouter navigation, Dio networking, Freezed code generation, and clean architecture.

2026-06-20
django-patterns
Desarrolladores de software

Django architecture patterns, REST API design with DRF, ORM best practices, caching, signals, middleware, and production-grade Django apps.

2026-06-20
django-security
Analistas de seguridad de la información

Django security best practices, authentication, authorization, CSRF protection, SQL injection prevention, XSS prevention, and secure deployment configurations.

2026-06-20
django-tdd
Analistas de garantía de calidad de software y probadores

Django testing strategies with pytest-django, TDD methodology, factory_boy, mocking, coverage, and testing Django REST Framework APIs.

2026-06-20
Mostrando las 40 principales de 67 skills recopiladas en este repositorio.