mrclrchtr
- 30 skills
- 0 followers
- 9 hours ago last updated
- ▌ Supi Flow Plan · mrclrchtrCreate an implementation plan for an approved design with exact file paths, ordered tasks, concrete verification, and no placeholders.
- ▌ Supi Flow Apply · mrclrchtrExecute an approved implementation plan task by task — verify each step fresh, stop when blocked, and ask instead of guessing.
- ▌ Supi Flow Debug · mrclrchtrSystematic debugging protocol — find the root cause before proposing fixes.
- ▌ Supi Flow Archive · mrclrchtrVerify implementation against the plan, update living documentation, and close out the change.
- ▌ Supi Flow Brainstorm · mrclrchtrYou MUST use this before any implementation. Clarify intent, shape the design, and get approval before touching code.
- ▌ Pi Tui Design · mrclrchtr bundleCreate distinctive, crafted TUI components for pi using @earendil-works/pi-tui and @earendil-works/pi-coding-agent. Use when building interactive terminal UIs — custom components, overlays, dialogs, dashboards, widgets, data visualizations, animated elements, game-like interfaces, or any visual TUI work inside pi extensions or custom tools. Triggers on: 'build a TUI component', 'make a dashboard', 'create an overlay', 'interactive widget', 'terminal UI', 'custom component', 'pi-tui', or any request to create visual, interactive terminal interfaces. Also use when beautifying or redesigning existing TUI components.
- ▌
- ▌ Grilling · mrclrchtr bundleGrill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases.
- ▌ Code Review · mrclrchtr bundleReview the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X".
- ▌ Update Package Readme · mrclrchtrUpdate one SuPi package README and its direct user-facing Markdown references from installed Pi docs and verified package evidence.
- ▌ Claude Md Improver · mrclrchtr bundleAudit and improve existing CLAUDE.md files across a repository. Use for a deliberate, repo-wide quality review—not to record learnings from the current session.
- ▌ Claude Md Revision · mrclrchtr bundleRecord durable, project-specific learnings from the current session in CLAUDE.md, .claude.local.md, or AGENTS.md—not general documentation, session summaries, or repo-wide audits.
- ▌ Brainstorming · mrclrchtr bundleYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
- ▌ Writing Plans · mrclrchtr bundleUse when you have a spec or requirements for a multi-step task, before touching code
- ▌ Writing Skills · mrclrchtr bundleUse when creating new skills, editing existing skills, or verifying skills work before deployment
- ▌ Executing Plans · mrclrchtrUse when you have a written implementation plan to execute in a separate session with review checkpoints
- ▌ Using Superpowers · mrclrchtr bundleUse when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
- ▌ Systematic Debugging · mrclrchtr bundleUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes
- ▌ Requesting Code Review · mrclrchtr bundleUse when completing tasks, implementing major features, or before merging to verify work meets requirements
- ▌ Dispatching Parallel Agents · mrclrchtrUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies
- ▌ Subagent Driven Development · mrclrchtr bundleUse when executing implementation plans with independent tasks in the current session
- ▌
- ▌ Pi Upgrade · mrclrchtr bundleCheck for available upgrades to the pi coding agent framework by comparing the current `@earendil-works/pi-*` or legacy `@mariozechner/pi-*` version in package.json against releases on `earendil-works/pi`. Use this skill whenever the user asks to upgrade pi, update pi, check pi changelogs/releases, or migrate off the deprecated `@mariozechner/*` packages.
- ▌ Review Changes · mrclrchtr bundleStructured code and document review workflow for finding actionable issues in diffs, PRs, commits, files, directories, and architecture docs.
- ▌ Web Fetch To Markdown · mrclrchtr bundleFetches and normalizes http(s) web pages into clean Markdown for LLM ingestion. Use when a task includes a URL, needs to fetch docs or asks to convert web docs/articles/pages into Markdown for summarizing, quoting, diffing, or saving.
- ▌ Review · mrclrchtrDelegate UI code reviews to a subagent. Reviews components, pages, git changes, or specification files using web design guidelines.
- ▌ React Testing · mrclrchtr bundleThis skill should be used when the user asks to "write React tests", "test a component", "set up test utils", "mock an API", "use React Testing Library", "configure MSW", "test async behavior", "choose query type", "test Mantine components", "test a modal", or when writing tests for React components using Vitest, RTL, MSW, or Mantine. Provides best practices for component and integration testing.
- ▌ Web Design Guidelines Apply · mrclrchtr bundleUse when building or modifying frontend UI and implementation choices should follow shared web interface guidelines for interactions, accessibility, forms, motion, performance, responsive behavior, or copy.
- ▌ Web Design Guidelines Design · mrclrchtr bundleUse when creating, redesigning, or restyling a UI and Codex should establish a clear design direction before implementation.
- ▌ Web Design Guidelines Review · mrclrchtr bundleUse when reviewing existing frontend UI, UI code, or design changes for issues in interactions, accessibility, forms, motion, performance, responsive behavior, or copy.