Claude Code
Claude Code from gabrielmoreira/agent-skills-mirror.
Skills in this plugin
18- ▌ Run · gabrielmoreiraLaunch and drive this project's app to see a change working. Use when asked to run, start, or screenshot the app, or to confirm a change works in the real app (not just tests). First looks for a project skill that already covers launching the app; otherwise falls back to built-in patterns per project type (CLI, server, TUI, Electron, browser-driven, library).
- ▌ Debugger · gabrielmoreiraUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Using Oac · gabrielmoreiraUse when starting any conversation — establishes how to find and use OAC skills, requiring Skill tool invocation BEFORE ANY response including clarifying questions, this is your secret weapon to best perform your tasks
- ▌ Schedule · gabrielmoreiraCreate, update, list, or run scheduled cloud agents (routines) that execute on a cron schedule.
- ▌ Oac Approach · gabrielmoreiraUse before any implementation — understands the request, discovers project context, and proposes a concise plan for user approval before writing any code.
- ▌ Design Sync · gabrielmoreiraPush a React design system to claude.ai/design. This runs a converter that bundles the real component code (from Storybook or a bare package) and uploads it. Use when the user runs /design-sync or says "sync my design system to Claude Design".
- ▌ Context Setup · gabrielmoreiraInstall context files from registry. Use when user runs /install-context, says "install context", "setup context", or when context is missing and the user needs to get started.
- ▌ Test Generation · gabrielmoreiraUse when the user asks for tests, mentions TDD, or when new code has been written and needs test coverage.
- ▌
- ▌ Context Discovery · gabrielmoreira bundleUse when coding standards, security patterns, or project conventions need to be discovered before implementation begins.
- ▌ External Research · gabrielmoreiraUse when the task involves an external library or package and current API docs are needed before writing code.
- ▌ Claude In Chrome · gabrielmoreiraAutomates your Chrome browser to interact with web pages - clicking elements, filling forms, capturing screenshots, reading console logs, and navigating sites. Opens pages in new tabs within your existing Chrome session. Requires site-level permissions before executing (configured in the extension).
- ▌ Keybindings Help · gabrielmoreiraUse when the user wants to customize keyboard shortcuts, rebind keys, add chord bindings, or modify ~/.claude/keybindings.json. Examples: "rebind ctrl+s", "add a chord shortcut", "change the submit key", "customize keybindings".
- ▌ Parallel Execution · gabrielmoreiraUse when multiple subtasks have no shared files or dependencies and can be executed simultaneously.
- ▌ Workflow Authoring · gabrielmoreiraReference for writing a Workflow tool script (script API and gotchas, resume, quality patterns, worked examples). Load before authoring a script for a workflow the user already opted into; it does not itself authorize running one.
- ▌ Run Skill Generator · gabrielmoreira bundleAuthor or improve the run-<unit> skill - a per-project skill that tells agents how to build, launch, and drive this project's app. Use when the user asks to set up the project, get it running, write run instructions, or verify build/run steps work from a clean environment.
- ▌ Artifact Diagramming · gabrielmoreiraDiagramming know-how for Artifacts - when a picture earns its place, how to draw one that shows the real mechanism, and the inline-SVG mechanics that keep it legible in both themes.
- ▌ Fewer Permission Prompts · gabrielmoreiraScan your transcripts for common read-only Bash and MCP tool calls, then add a prioritized allowlist to project .claude/settings.json to reduce permission prompts.