brainRead/write brain files (Obsidian vault at docs/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers: docs/ modifications, "add to brain".meditateAudit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".planBreak down medium-to-large tasks into phased plans in docs/plans/. Planning only — does not implement. Use for new features, multi-file refactors, or architectural changes — not small fixes. Triggers: "plan this", "break this down".reflectReflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".reviewPrinciple-grounded review of code changes, PRs, or plans. Use when asked to review, critique, or assess quality of work — "review", "review this", "code review", "check this".ruminateMine past Claude Code conversations for uncaptured patterns, corrections, and knowledge. Cross-references with existing brain content. Triggers: "ruminate", "mine my history".
Repository-Explorer
alexanderop · Repositories und repräsentative Skills - Seite 2
Repository-Ansicht von 229 gesammelten Skills in 40 GitHub-Repositories.
brainRead/write the docs/ vault — this project's persistent memory. Use for any task that persists knowledge: reflection, planning, gotchas, principles, or direct edits. Triggers: docs/ modifications, "add to docs", "remember this".design-specTurn a rough feature request into a concrete spec file at `specs/pending/<slug>.md`. Read the codebase first, then ask the user targeted questions, then write the spec. Use when the user says "design a spec", "spec this out", "/design-spec", or hands you a…meditateAudit and evolve docs/ — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the docs".ruminateMine past Claude Code conversations for uncaptured patterns, corrections, and knowledge. Cross-references with existing docs/. Triggers: "ruminate", "mine my history".writing-interactive-explainersProduces a single-file interactive HTML explainer (dark theme, embedded React demos via CDN) by editing a self-contained template in place, written in Josh Comeau's conversational voice. Use when the user asks for an "interactive guide", "blog post…reflectReflect on the conversation and update docs/. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Complements the automatic Stop-hook reflection (`.claude/hooks/docs-reflection.sh`) — invoke this manually…
brainRead/write the Obsidian brain vault (brain/). Triggers: "add to brain", brain/ edits.meditateAudit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".reflectReflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".reviewPrinciple-grounded review of code changes, PRs, or plans. Triggers: "review", "critique".ruminateMine past Claude Code conversations for uncaptured patterns. Triggers: "ruminate", "mine my history".brainRead/write brain files (Obsidian vault at brain/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers: brain/ modifications, "add to brain".
agent-battleRun one explore-qa charter in parallel across all three agents (claude, codex, copilot) on agent-browser, stream concise live status updates from each session log, and produce a comparison report at the end (speed, findings, discipline, report quality).…battle-playgroundGenerate a single-file HTML timeline playground for an agent-battle run. Reads the three `*_<agent>_agent-browser.md` reports under `qa-runs/charters/<charter>/`, parses the matching session JSONL logs, and writes…confirmLive-reproduce findings from an explore-qa run report against the real site using `agent-browser --headed`, so the user can watch and judge whether each finding is a real bug. Triggers on "confirm", "verify finding", "reproduce the bug", "run the report…new-charterCreate a new explore-qa charter file from charters/_template.md in a guided Q&A flow. Triggers on "new charter", "add charter", "create charter", or when the user describes a test mission they want to persist.onboard-siteScaffold a new site profile for explore-qa by browsing the target URL, mapping critical user journeys, and generating sites/<name>.md plus two or three starter charters. Triggers on "onboard site", "add site", "set up for <url>", or when a user asks how to…
brainRead/write brain files (Obsidian vault at brain/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers: brain/ modifications, "add to brain".ruminateMine past Pi sessions for uncaptured patterns, corrections, and knowledge. Cross-references with existing brain content. Triggers: "ruminate", "mine my history".meditateAudit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".planBreak down medium-to-large tasks into phased plans in brain/plans/. Planning only — does not implement. Use for new features, multi-file refactors, or architectural changes — not small fixes. Triggers: "plan this", "break this down".reviewPrinciple-grounded review of code changes, PRs, or plans. Use when asked to review, critique, or assess quality of work — "review", "review this", "code review", "check this".
screenshot-testAdd a screenshot (visual regression) browser test for a canvas feature. Use when asked to "add a screenshot test for X", "visual test for X", "screenshot test X", "add a browser test with screenshots", or when the user wants to verify how something renders on…nuxt-uiBuild UIs with @nuxt/ui v4 — 125+ accessible Vue components with Tailwind CSS theming. Use when creating interfaces, customizing themes to match a brand, building forms, or composing layouts like dashboards, docs sites, and chat interfaces.vueuse-functionsApply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.walkthroughGenerate interactive HTML walkthroughs with clickable Mermaid diagrams (flowcharts and ER diagrams) that explain codebase features, flows, architecture, and database schemas. Use when asked to "walkthrough", "explain this flow", "how does X work", "trace the…
init-brainScaffold the brain/ vault (folder + index.md) in the current project so the hooks and other brainmaxxing skills have somewhere to read and write. Use once when setting up brainmaxxing in a new project. Triggers: "init brain", "initBrain", "set up the brain",…meditateAudit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".reflectReflect on the conversation and update the brain. Use when wrapping up, after mistakes or corrections, or when significant codebase knowledge was gained. Triggers: "reflect", "remember this".ruminateMine past Claude Code conversations for uncaptured patterns, corrections, and knowledge. Cross-references with existing brain content. Triggers: "ruminate", "mine my history".
antfuAnthony Fu's opinionated tooling and conventions for JavaScript/TypeScript projects. Use when setting up new projects, configuring ESLint/Prettier alternatives, monorepos, library publishing, or when the user mentions Anthony Fu's preferences.nuxtNuxt full-stack Vue framework with SSR, auto-imports, and file-based routing. Use when working with Nuxt apps, server routes, useFetch, middleware, or hybrid rendering.vitepressVitePress static site generator powered by Vite and Vue. Use when building documentation sites, configuring themes, or writing Markdown with Vue components.
meditateAudit and evolve the brain vault — prune outdated content, discover cross-cutting principles, review skills for structural encoding opportunities. Triggers: "meditate", "audit the brain".vueuse-functionsApply VueUse composables where appropriate to build concise, maintainable Vue.js / Nuxt features.brainRead/write brain files (Obsidian vault at brain/). Use for any task that persists knowledge — reflection, planning, or direct edits. Triggers: brain/ modifications, "add to brain".
publish-skillCreates a new GitHub repository for a Claude Code skill with proper README and directory structure. Use when you want to package and publish a skill so others can install it. Triggers on "publish skill", "publish this skill", "create skill repo", "package…walkthroughGenerates a self-contained HTML file with an interactive, clickable Mermaid diagram (flowchart or ER diagram) that explains how a codebase feature, flow, architecture, or database schema works. Designed for fast onboarding — each walkthrough is a visual…
hello-workflowLaunches a tiny Pi dynamic-workflow demo to verify the extension is installed and can run a background subagent. Use when the user asks to try, demo, smoke-test, or verify dynamic workflows.workflow-debuggerDebug Pi dynamic-workflow runs from artifacts. Use whenever the user says a workflow failed, is stuck, completed with missing or wrong output, has a failed subagent, missed structured_output, resume/cache issue, or provides a run id/artifacts dir like…