Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

claude-plugins-registry

claude-plugins-registry contient 67 skills collectées depuis leandrosilvaferreira, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
67
Stars
4
mis à jour
2026-07-23
Forks
5
Couverture métier
7 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

condense-harness-prompts
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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

2026-06-21
3d-games
Développeurs de logiciels

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

2026-06-21
game-art
Développeurs de logiciels

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

2026-06-21
game-audio
Développeurs de logiciels

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

2026-06-21
game-design
Développeurs de logiciels

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

2026-06-21
mobile-games
Développeurs de logiciels

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

2026-06-21
multiplayer
Développeurs de logiciels

Multiplayer game development principles. Architecture, networking, synchronization.

2026-06-21
pc-games
Développeurs de logiciels

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

2026-06-21
game-development
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-21
web-games
Développeurs de logiciels

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

2026-06-21
i18n-localization
Développeurs de logiciels

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
Concepteurs web et d'interfaces numériques

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
Développeurs 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
Concepteurs web et d'interfaces numériques

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
Autres occupations informatiques

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-20
dart-flutter-patterns
Développeurs de logiciels

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
Développeurs de logiciels

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

2026-06-20
django-security
Analystes en sécurité de l'information

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

2026-06-20
django-tdd
Analystes en assurance qualité des logiciels et testeurs

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

2026-06-20
Affichage des 40 principaux skills collectés sur 67 dans ce dépôt.