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

claude-plugins

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

skills coletadas
29
Stars
47
atualizado
2026-07-18
Forks
3
Cobertura ocupacional
8 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

dev-workflow
Desenvolvedores de software

Guided development workflow that orchestrates planning, review, implementation, testing, and rule maintenance. Use this skill whenever the user wants to develop a feature, fix a bug, refactor code, or make any code changes following a structured process — even if they don't explicitly mention "workflow" and simply describe what they want built or fixed.

2026-07-18
rules-review
Analistas de garantia de qualidade de software e testadores

Check code changes for .claude/rules/ compliance. Use this skill when you need to verify that code changes follow project coding rules, whether as part of dev-workflow or standalone. Triggers on: rule compliance check, rules review, verify conventions, check coding standards. Best suited for hard rules (naming, imports, placement, explicit prohibitions); intent-style rules are checked on a best-effort basis.

2026-07-17
ask-peer
Desenvolvedores de software

Consult with a peer engineer for plan review, code review, implementation discussions, or problem-solving brainstorming. Use when you need a second opinion, want to validate your approach, or check for overlooked issues.

2026-07-16
ask-codex
Desenvolvedores de software

Asks Codex CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.

2026-07-16
publicity-review
Desenvolvedores de software

Review uncommitted diff for content unsuitable for publication to a public repository — secrets/credentials, user-specific absolute paths, internal-only URLs/hostnames, and personal identifiers. Each iteration dispatches a fresh subagent that returns findings; the main thread applies the subagent's mechanical fixes and re-dispatches until the subagent declares no remaining findings or max iterations is reached. Non-interactive — no user prompts. Use as a final gate before publishing changes; designed to be called from non-interactive routines such as dev-workflow's hooks.on_complete or dev-workflow-triage's per-Finding sub-flow.

2026-07-10
prose-polish
Desenvolvedores de software

Refactor verbose or unnatural natural-language prose — code comments, test descriptions, docstrings, user-facing text — into concise, native-sounding prose in a configured target language, using a sonnet subagent by default. Two modes: file mode rewrites a file's target-language prose in place; text mode returns the refactored text. Preserves code, identifiers, and proper-noun terms while translating ordinary technical vocabulary into the target language. Non-interactive — no user prompts. Use after generating prose with a model prone to verbosity, or to polish text before presenting it.

2026-07-10
tidy
Desenvolvedores de software

Review changed code for reuse, quality, and efficiency, then apply cleanup edits. Dispatches a fresh host-provided reviewer per iteration when available; the main thread applies mechanical edits and re-dispatches until no further edits remain. Non-interactive — no user prompts. Use after implementation as a code-cleanup pass complementary to correctness review.

2026-07-10
triage-review
Desenvolvedores de software

Daily review of the latest origin triage-* branch. Operator-prepared invariant — the operator fetches origin and switches the local repository to the triage branch before invocation. The skill verifies that the current branch matches `triage-*`, then dispatches `Skill(prompt-tuning)` per prompt-eligible changed file, `Skill(skill-review)` with `Base ref: main`, `Skill(publicity-review)` with `Base ref: main`, and `Skill(rules-review)` with `--base-commit main` (rules-compliance detection layer) in sequence, finally emits a summary. Project-local routine — not for marketplace distribution.

2026-07-07
dev-workflow-monthly-consolidation
Desenvolvedores de software

Monthly maintenance routine for dev-workflow's char-budget health (G2b — "reduce what already exists", the counterpart to G2a's "stop growing" cap and A1's "reduce via structure"). Consolidates duplicate reminders in `skills/dev-workflow/SKILL.md` / `references/*.md`, re-audits intentional reinforcement-by-repetition, converts synonymous prose to cross-references, re-opens `dev-workflow-triage` issues that were deferred by the char-budget gate, dispatches `Skill(verify-skill-refs)` for governed-site enumeration drift, and checks G4 history-note sunset eligibility. Project-local routine — not for marketplace distribution. Trigger manually (`/dev-workflow-monthly-consolidation`) on a monthly cadence, or sooner when `dev-workflow-triage`'s summary reports a growing `budget-deferred (skipped, awaiting headroom)` count.

2026-07-07
run-tests
Analistas de garantia de qualidade de software e testadores

Verify plugins marketplace structure, version consistency, and JSON/frontmatter validity via subagent

2026-07-03
verify-diff
Analistas de garantia de qualidade de software e testadores

Empirically verify that a code diff achieves its stated objective by dispatching a bias-free executor that actually runs auto-derived evaluation scenarios against the post-diff file. The executor returns a JSON verdict with `suggested_edits`, and this skill applies them iteratively until the executor declares no further fixes are needed, max-iterations is reached, or a safety rail trips. Non-interactive — no user prompts. Use after applying an Edit when you need a dynamic cross-check that complements static reviewers like skill-review.

2026-07-03
dev-workflow-triage
Desenvolvedores de software

Triage open issues in the dev-workflow-bundle retrospective repo. Read each open issue, judge each Finding (accept / reject), apply accepted fixes to the triage-scope skills (the bundle skills dev-workflow, ask-peer, extract-rules, rules-review, tidy, plus dev-workflow-triage itself for self-targeted findings from its own self-retrospective), post a triage comment, and close the issue; after the per-issue loop, run a once-per-run rules-compliance detection pass (Step 3.8) over the run's diff via Skill(rules-review). Designed for non-interactive routine execution (no plan mode, no user prompts) on Claude Code on the Web.

2026-07-03
verify-bundle-sync
Analistas de garantia de qualidade de software e testadores

Verify the dev-workflow-bundle canonical and bundle copy directories are in sync. Workaround for upstream symlink bug; delete this skill and its callers when symlinks are restored.

2026-07-02
verify-skill-refs
Analistas de garantia de qualidade de software e testadores

Statically lint the dev-workflow skill tree for SKILL.md cross-reference invariants — dangling `§` / bold-label references, mirrored closed-list divergence, bare-number Step references, and governed-site enumeration gaps — via a subagent, returning a structured two-layer verdict. Use after editing `skills/dev-workflow/SKILL.md` or its `references/*.md` to catch cross-reference drift before commit. Non-interactive — no user prompts. Project-local routine — not for marketplace distribution.

2026-07-02
extract-rules
Desenvolvedores de software

Extract project-specific coding rules and domain knowledge from existing codebase, generating markdown documentation for AI agents. Use when onboarding a new project, after code review discussions about coding style, or when coding conventions need documenting. Also consider running after sessions where coding preferences were discussed or corrected (--from-conversation), or after PRs with significant review feedback (--from-pr).

2026-06-29
skill-review
Analistas de garantia de qualidade de software e testadores

Review uncommitted skill changes against an internal checklist of skill-creator best practices and apply improvements. Use this whenever the user asks to "review skills", "check best practices", "improve SKILL.md", or wants a quality check on skill files before committing. Use this when there are uncommitted diffs in SKILL.md, README.md, or references/ files under skills/ or .claude/skills/. This is for reviewing existing skill changes, not creating new skills from scratch. Runs standalone — no external skill dependencies.

2026-06-26
apply-rules
Desenvolvedores de software

Apply organization-wide rules (from merge-rules output) to the current project. Detects tech stack, merges Principles, cleans up promoted patterns from .local.md, and fixes non-conforming files.

2026-06-26
ask-agy
Desenvolvedores de software

Asks Antigravity CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.

2026-06-26
ask-claude
Desenvolvedores de software

Asks Claude CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.

2026-06-26
ask-copilot
Desenvolvedores de software

Asks Copilot CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.

2026-06-26
ask-gemini
Desenvolvedores de software

Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.

2026-06-26
merge-rules
Outras ocupações de informática

Merge extract-rules output from multiple projects into a unified portable rule set. Promotes .local.md patterns shared across projects to Principles format.

2026-06-26
security-scanner
Analistas de segurança da informação

Scan installed plugins and skills for security risks including malicious code AND malicious natural language instructions. Use /security-scanner to audit before installation.

2026-06-26
review-with-untracked
Desenvolvedores de software

Temporarily visualize untracked new files into the git diff so a chain of diff-deriving review callees can see them, then restore the files to untracked. Runs `git add -N` on untracked new files (intent-to-add), dispatches the requested review callees (rules-review / skill-review / publicity-review / verify-diff / tidy) in order, then `git reset -- <paths>` to restore the untracked state. Holds a closed list of each callee's visualization and restore-safety assumptions. Non-interactive — no user prompts. Project-local routine — not for marketplace distribution.

2026-06-22
prompt-tuning
Cientistas de dados

Methodology for iteratively improving agent-facing instructions (skills / slash commands / CLAUDE.md / code-gen prompts) by having a bias-free executor run them and evaluating two-sidedly (executor self-report + instruction-side metrics) until improvements plateau. Use after creating or revising a prompt or skill.

2026-05-22
inbox-add
Secretárias e assistentes administrativos (exceto jurídico, médico e executivo)

Read .claude/inbox-add.local.md and append one task line to the Obsidian Vault's inbox.md. Use when the user requests "add to inbox", "inboxに追加", "これをinboxに入れて", or any equivalent task-capture intent.

2026-05-21
work-complete
Desenvolvedores de software

Work completion handler. Archives the plan file. Example: /work-complete

2026-05-20
caffeinate
Administradores de redes e sistemas de computador

Manage macOS caffeinate to prevent system sleep. Supports start/stop/status. macOS only.

2026-05-11
tr
Redatores técnicos

Translate text between Japanese and English. Auto-detects source language. Use --hq for high-quality (sonnet), --fast for standard (haiku).

2026-05-11