Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

claude-plugins-registry

claude-plugins-registry에는 leandrosilvaferreira에서 수집한 skills 67개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
67
Stars
4
업데이트
2026-07-23
Forks
5
직업 범위
직업 카테고리 7개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

condense-harness-prompts
소프트웨어 개발자

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
기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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
기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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

2026-06-21
3d-games
소프트웨어 개발자

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

2026-06-21
game-art
소프트웨어 개발자

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

2026-06-21
game-audio
소프트웨어 개발자

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

2026-06-21
game-design
소프트웨어 개발자

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

2026-06-21
mobile-games
소프트웨어 개발자

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

2026-06-21
multiplayer
소프트웨어 개발자

Multiplayer game development principles. Architecture, networking, synchronization.

2026-06-21
pc-games
소프트웨어 개발자

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

2026-06-21
game-development
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-06-21
web-games
소프트웨어 개발자

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

2026-06-21
i18n-localization
소프트웨어 개발자

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
웹·디지털 인터페이스 디자이너

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
웹 개발자

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
웹·디지털 인터페이스 디자이너

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
기타 컴퓨터 관련 직업

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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

2026-06-20
dart-flutter-patterns
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-06-20
django-security
정보 보안 분석가

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

2026-06-20
django-tdd
소프트웨어 품질 보증 분석가·테스터

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

2026-06-20
이 저장소에서 수집된 skills 67개 중 상위 40개를 표시합니다.