Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

claude-plugins-registry

claude-plugins-registry contém 67 skills coletadas de leandrosilvaferreira, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
67
Stars
4
atualizado
2026-07-23
Forks
5
Cobertura ocupacional
7 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

condense-harness-prompts
Desenvolvedores 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
Outras ocupações de informática

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
Desenvolvedores 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 garantia de qualidade de software e testadores

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
Outras ocupações de informática

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
Desenvolvedores 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
Desenvolvedores 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
Desenvolvedores 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
Desenvolvedores 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
Desenvolvedores 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
Outras ocupações de informática

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
Desenvolvedores 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
Outras ocupações de informática

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
Desenvolvedores 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
Desenvolvedores 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
Desenvolvedores 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 garantia de qualidade de software e testadores

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
Desenvolvedores de software

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

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

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

2026-06-21
game-art
Desenvolvedores de software

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

2026-06-21
game-audio
Desenvolvedores de software

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

2026-06-21
game-design
Desenvolvedores de software

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

2026-06-21
mobile-games
Desenvolvedores de software

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

2026-06-21
multiplayer
Desenvolvedores de software

Multiplayer game development principles. Architecture, networking, synchronization.

2026-06-21
pc-games
Desenvolvedores de software

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

2026-06-21
game-development
Desenvolvedores 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
Desenvolvedores de software

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

2026-06-21
web-games
Desenvolvedores de software

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

2026-06-21
i18n-localization
Desenvolvedores 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
Designers de interfaces web e digitais

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
Desenvolvedores 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
Designers de interfaces web e digitais

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
Outras ocupações de informática

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
Desenvolvedores 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 garantia de qualidade de software e testadores

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 garantia de qualidade de software e testadores

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

2026-06-20
dart-flutter-patterns
Desenvolvedores 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
Desenvolvedores 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 segurança da informação

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

2026-06-20
django-tdd
Analistas de garantia de qualidade de software e testadores

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

2026-06-20
Mostrando as 40 principais de 67 skills coletadas neste repositório.