Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsAuthors › produtoramaxvision

produtoramaxvision

@produtoramaxvision on GitHub →

23 Claude Code skills authored by produtoramaxvision.

updated 2026-05-23 · showing 1–23 of 23 by quality score

Average Pro QualityScore: 74.0/100

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Background-dispatch variant of execute-phase. Spawns one `claude --bg --agent maxv-executor` session per plan (with auto-worktree) instead of running waves of in-process Agent…
Dispatches a long-running task to a maxv-* subagent in background via Claude Code's Agent View (`claude --bg`).
Coordinates a repo-wide mechanical migration (rename X → Y across N files, bump dependency version across a monorepo, port a deprecated API call site by site) by dispatching the…
Re-fetches metadata for catalog sources (`skill-sources.json`) and updates fields like `last_updated`, star counts, latest commit sha, and license.
Creates a custom maxv-<task> skill in ~/.claude/skills/ by combining capabilities from multiple already-installed source skills.
Bootstraps or refreshes the local FTS5 catalog at ~/.claude/cache/maxv-orchestration/index.db by downloading the latest release artifact (default) or rebuilding it locally with…
Installs a Claude Code subagent on-demand from the FTS5 catalog (`~/.claude/cache/maxv-orchestration/index.db`) into `~/.claude/agents/<name>.md` (user scope) or…
Looks up a skill by name, keyword, or domain in the curated catalog (skill-sources.json). Returns the source repo, tier of trust, install methods supported, and any guardrails…
Ranks candidate skills/agents by task fit using Sonnet LLM-as-judge AND classifies task complexity (model + effort) in same call.
Audits the user's local skill collection (personal + plugin + project) for redundancy, broken descriptions, missing `paths` filters, skill bloat, and outdated components.
Goal-backward phase verification + UAT conversational verification, consolidated. Use when checking phase achieves promised goal before milestone.
Self-test the maxvision-orchestration plugin after install. Runs five read-only checks (index, cheatsheets, gh auth, jq+sqlite3 in PATH, sample BM25 query) and reports…
Removes a locally-installed skill from ~/.claude/skills/ (user scope) or .claude/skills/ (project scope). Deletes the skill folder and its .maxv-source.json sidecar.
Updates a stale skill or subagent to its latest upstream version. Always asks for confirmation before any write.
Looks up subagents by keyword/domain across all installed plugins (voltagent, pr-review-toolkit, feature-dev, code-review, superpowers, etc.) plus user-level agents.
Detects whether a user task contains multiple independent subtasks and splits it into a JSON array. Internal helper for orchestrate Phase 0.5; uses session credentials (no API…
Sweeps ~/.claude/skills/*/.maxv-source.json for ephemeral=true entries at SessionEnd. Deletes those below promote_threshold (default 5 uses); promotes those at/above threshold by…
Internal helper. Runs a BM25 FTS5 query against ~/.claude/cache/maxv-orchestration/index.db and returns top-N candidates ranked by relevance.
Compares the locally installed version of a skill or subagent against its upstream source (sha or semver) and reports whether an update is available. Cache-aware (1-hour TTL).
Removes a locally-installed Claude Code subagent from `~/.claude/agents/` (user) or `.claude/agents/` (project). Deletes the `.md` file and the `.maxv-source-<name>.json` sidecar.
Decides which subagent and which skills should handle a task by reading CLAUDE-agents.md and CLAUDE-skills.md, applying the routing-rules.json heuristics, and returning a…
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
A valid sample skill for unit tests covering common frontmatter patterns and SKILL.md body shape.
Search all 23 skills by produtoramaxvision →