MartinoPolo
- 71 skills
- 0 followers
- 1 week ago last updated
- ▌ Mpx Add Requirements · martinopoloPrimary requirements skill. Create or update .mpx/SPEC.md from user input, then always re-parse via mpx-spec-analyzer into ROADMAP.md + phase checklists. Use when: "add requirement", "create spec", "update spec"
- ▌ Mpx Project Workflow · martinopoloProject workflow guidance for spec-driven development. Background knowledge auto-loaded when relevant.
- ▌ Harvest Decisions · martinopoloScans recent Claude Code sessions for design discussions, folds the decisions into CONTEXT.md and DECISIONS.md, and flags redundant memory files.
- ▌ Suppression Audit · martinopoloRepo-wide audit of code-quality suppressions (eslint-disable, ts-ignore, fallow-ignore) that fixes unjustified ones and opens a PR.
- ▌ Mp Gh Issue Branch Pr · martinopoloDEPRECATED: Use /mp-issue-create + /mp-commit-push-pr instead. Create issue from current work, branch, then commit/push/create PR.
- ▌ Mp Grill Requirements · martinopoloGrill user on raw requirements, then create structured requirements in REQUIREMENTS.md. Use when "add requirements", "grill requirements", "parse raw requirements".
- ▌ Setup React Native · martinopolo bundleCreates a React and React Native monorepo from template, with GitHub repo, branch protection, and CI.
- ▌ Architecture Review · martinopolo bundleReviews codebase architecture and logs a refactor issue/task in the project's tracker with the findings.
- ▌ Consolidate Context · martinopoloConsolidates CONTEXT.md by removing duplicates and outdated items and tightening the language.
- ▌ Mpx Report Issue Or Bug · martinopoloTrack bugs/issues in .mpx/ phase system. Parses reports, finds related phases, adds fix tasks or creates bugfix phases. Use when: "track this bug", "add issue to project", "log this bug", "add bug to checklist"
- ▌ Mpx Show Project Status · martinopoloShow current project progress. Displays phase status and next steps. Use when: "show status", "project progress", "what's done"
- ▌ Mp Publish Obsidian Plugin · martinopoloPublishes an Obsidian plugin to the community directory, from manifest checks through PR submission.
- ▌ Mp Consolidate Requirements · martinopoloConsolidate CONTEXT.md (or legacy REQUIREMENTS.md): remove duplicates, outdated items, tighten language. Use when: "consolidate requirements", "clean up requirements", "consolidate context", "simplify context".
- ▌ Design Init · martinopoloBootstraps a project's visual identity — derives a palette, font pairing, density, and motion language from the project's domain, then writes designs/tokens.css and designs/DESIGN_SYSTEM.md. Use when asked to init or bootstrap a design system, set up design tokens, or establish a project's visual identity. Run once per project.
- ▌ Grill Voice · martinopolo bundleVoice-enabled variant of mp-grill: publishes each interview round as a JSON file for the companion mobile voice app, waits for the spoken answers, and continues until the design is settled and recorded in project docs.
- ▌ Skill Audit · martinopoloAudits one skill or every active skill root for portable discovery, authoring conventions, hierarchy, workflow endpoints, tool integrity, and stale or ineffective instructions; safely fixes mechanical drift.
- ▌ Mp Gemini Fetch · martinopoloFetches content from sites Claude cannot reach, using the Gemini CLI as a fallback.
- ▌ Issue Create · martinopoloCreates or files a GitHub issue in the repo's standard format, optionally linked to an epic.
- ▌ Agent Create · martinopoloCreates or restructures a custom agent when a user needs a delegated role, distinct delegation branches, tools, workflow, or structured output.
- ▌ Design Brief · martinopolo bundleWrites a standalone design brief for a UI component — surrounding context, exhaustive requirements and states, and a component reuse map — then gates dependent tracker issues/tasks with a Design needed label. Use for a design brief, design spec, component spec, or UI spec.
- ▌ Skill Create · martinopoloCreates or restructures a skill for Claude, Pi, and Codex when a user asks to add skill behavior, invocation branches, procedures, or reference material, then audits the result.
- ▌ Mp Review Branch · martinopoloRead-only branch review via subagents. Use when: "review branch", "review my changes"
- ▌ Mp Review Design · martinopoloVisual inspection of websites to identify and fix design issues. Triggers on: "review design", "check the UI", "fix layout", "find design problems", "test responsive"
- ▌ Batch Execute · martinopolo bundleImplements a batch of small AFK issues in sequential sub-agents on one shared branch, then opens a single PR.
- ▌ Design Refine · martinopolo bundleApplies refinement requirements to a chosen mockup variant, producing refined.html and SUMMARY.md, updating the brief, and unblocking the tracker issues/tasks that were gated on the design. Use when asked to refine a design, accept or select a variant, polish a mockup, or refine all pending designs.
- ▌ Mp Review Changes · martinopoloRead-only review of uncommitted changes via subagents. Use when: "review changes", "review uncommitted"
- ▌
- ▌ Setup Sveltekit · martinopoloCreates a SvelteKit project from template, with GitHub repo, branch protection, and CI.
- ▌ Playwright Test · martinopoloVerifies UI changes with raw Playwright over a defined scope and reports a per-surface PASS/FAIL table with screenshots. Use when asked to visually verify UI changes or run a Playwright test.
- ▌ Mp Gh Issue Execute · martinopolo bundleExecute GitHub issue scope (bug, task, or feature): investigate, plan, implement, review, run frontend verification when needed, and resolve findings. Use when: "execute issue #N", "implement issue", "work on issue"
- ▌ Components Audit · martinopolo bundleAudits design-system component usage, flagging native elements, wrong variants, missed componentization opportunities, and hardcoded colors that bypass theme tokens.
- ▌ Script Discovery · martinopoloDiscovers runnable scripts across package.json files and identifies the frontend, backend, and database run commands.
- ▌ Mp Video To Image · martinopolo bundleCreates a printable cheat sheet, infographic, or visual summary from a YouTube video, with a dedicated workout mode and a generic overview mode.
- ▌
- ▌ To Issues · martinopoloBreaks an epic issue into vertical-slice sub-issues with blocking relationships.
- ▌ Check Fix · martinopoloDetects the project's check scripts, runs them, and fixes what fails. Use when asked to run checks, fix lint or type errors, or get the build green.
- ▌ Decompose · martinopoloSplits a large source file or a folder of them into logical modules while preserving behavior.
- ▌ Sync Base · martinopoloMerges the target base branch into the current branch, resolving conflicts and pushing the result.
- ▌ Mp Brainstorm · martinopoloDesign before implementation. Explores intent, requirements and approaches through collaborative dialogue. Use when: "brainstorm", "design a...", "how should we approach..."
- ▌ Mp Board To Issues · martinopoloConverts Obsidian board notes from the To Process lane into labelled GitHub issues, deduping against existing ones.
- ▌ Mp Tutorial Create · martinopolo bundleCreates an interactive, self-contained HTML tutorial for a requested topic or code showcase in the configured AI-generated assets root.
- ▌ Bug Report · martinopoloInvestigates a bug's root cause, designs a TDD fix plan, and opens an issue/task labelled bug in the project's tracker.
- ▌ Code Clean · martinopoloDeduplicates code, removes repetition, and deletes dead code in a given scope.
- ▌ Fallow Fix · martinopoloDiagnoses and fixes fallow dead-code audit failures, suppressing or baselining findings when justified.
- ▌ Vocabulary · martinopoloCreates or updates the domain language section of CONTEXT.md, confirming terms with the user first.
- ▌ Mp Design UI 3 · martinopolo bundleGenerates several UI variants in different design styles for side-by-side comparison.
- ▌
- ▌ Mpx Parse Spec · martinopoloParse .mpx/SPEC.md by spawning mpx-spec-analyzer. Regenerates ROADMAP.md and phase CHECKLIST.md files.
- ▌ Mp Project Register · martinopolo bundleRegisters an existing project with the workstation — one colour driving its Windows Terminal profile and icon, its VS Code Peacock theme, its status-line ports and its Raycast quicklinks.
- ▌ Epic Review · martinopolo bundleEnd-of-epic review covering code quality, architecture, cleanup, documentation, and unresolved items; optionally executes the resulting fixes.
- ▌ Mp Podcast · martinopolo bundleCreates a personalized educational podcast about a requested topic from the listener's repositories and notes, using NotebookLM or Gemini multi-speaker TTS.
- ▌
- ▌ Mp Clean Pc · martinopolo bundleFull-disk cleanup sweep across caches, Docker/WSL, build output, apps, duplicates and installers, with per-group approval.
- ▌ Hitl · martinopoloResolves HITL-blocked issues into AFK-ready ones by grilling the human decisions out of them.
- ▌ Ship · martinopoloShips finished work end to end by syncing the base, committing, pushing, opening a PR, waiting for CI, then merging. Use when asked to ship or merge completed work; use the dedicated commit, push, or PR skills for individual steps.
- ▌ Grill · martinopoloInterviews the user about a plan, design, or requirements until the design is settled, then records the decisions in project docs. Use when asked to be grilled, or to pin down requirements or a design.
- ▌ Mp Rebase · martinopoloRebase or merge target branch into current branch. Use when: "rebase on main", "update from dev", "merge main into branch"
- ▌ Mpx Setup · martinopoloUnified project setup. Auto-detects state and orchestrates mpx skills/agents for init, conversion, or restructure.
- ▌ Mp Board Setup · martinopolo bundleSets up an Obsidian board for the project and links it into the repo through a BOARD.md symlink.
- ▌ Mockup · martinopoloGenerates self-contained HTML variant mockups from a design brief, one by default or N in parallel, and opens them for comparison. Use when asked to create a mockup, mock up a component, visualize a design, or produce design variants.
- ▌ Review · martinopoloReviews a branch, working diff, or PR across specialist axes (security, performance, tests, quality) and optionally applies the fixes. Use when asked to review code, changes, or a pull request.
- ▌ Mp Release · martinopoloBump version, push tag, verify CI workflow starts. Use when: "release", "bump version", "version bump", "cut a release"
- ▌ Execute · martinopolo bundleExecutes, implements, or works through a GitHub issue, milestone, or inline task list end to end with TDD, then opens a PR and merges it once CI is green.
- ▌ To Epic · martinopoloCreates an epic (parent GitHub issue) from the requirements passed in; the epic's description is a spec written as user stories.
- ▌ Handoff · martinopoloWrites or updates HANDOFF.md with session progress and open threads. Use for a handoff or to save progress at the end of a session.
- ▌ Symlink · martinopoloCreates and verifies Windows symlinks and directory junctions through PowerShell New-Item. Any symlink or junction work on Windows. Git Bash ln -s and cmd mklink silently create the wrong thing here.
- ▌ Notebooklm · martinopolo bundleFull programmatic API for Google NotebookLM: create notebooks, add sources, generate every artifact type, and download in multiple formats.
- ▌ Mp Execute · martinopolo bundleExecute checklist tasks in grouped loops with executor/reviewer/checker agents and conditional frontend verification. Use when: "execute checklist", "run this task list", "complete unchecked tasks"
- ▌ Continue · martinopoloRecovers interrupted sub-agent and background work after a session-limit hit, crash, or manual interrupt, then resumes it.
- ▌ Mp Review Pr · martinopoloRead-only PR review via subagent. Works on draft PRs. Use when: "review PR #N"
- ▌ Mp Raycast Config · martinopolo bundleDecrypts a Raycast .rayconfig export, audits quicklinks for stale targets and orphaned aliases, adds or repairs entries under fixed naming rules, and rebuilds an importable config.