Parses and analyzes Claude Code conversation history. Triggers on "analyze a Claude Code conversation", "parse conversation history", "read session files", "extract messages from JSONL", "list Claude sessions", "find conversations by prompt", "search conversation content", "find projects", "search plans", or mentions…
Checks for updates to Claude Code skill authoring APIs and best practices, then proposes changes to the claude-skills skill. Triggers on "update claude-skills", "sync skill docs", "check for skill API changes", "are my skills up to date", "claude-skills outdated", "refresh skill documentation".
Provides comprehensive guidance on Claude Code skill authoring. Triggers on "create a skill", "build a skill", "make a new skill", "develop a skill", "write a skill", "enhance a skill", "improve this skill", "refine skill description", "add trigger phrases", "fix skill frontmatter", "update SKILL.md", or works with…
Reclaims disk space by finding and removing regenerable build artifacts and tool caches (cargo target/, Xcode DerivedData, nodemodules, Swift .build, Homebrew/pnpm/bun/npm caches). Triggers on "clean storage", "free up disk space", "what is taking up space", "disk is full", "reclaim disk", "clean build artifacts"…
Navigates Conductor worktree environments for parallel agent development. Triggers on working in a .conductor/ directory, mentions of "Conductor", or parallel agent workspaces. PROACTIVE.
Live parameter tweaking and design exploration for React projects using the dialkit npm package. Triggers on "design with dialkit", "live parameter tweaking", "interactive design exploration", "tweak parameters", "tune values", "explore design directions", "dial in this component", "design exploration", or invokes…
Use when an agent needs to drive a booted iOS Simulator programmatically - tap, scroll/swipe, type text, press hardware buttons, read on-screen elements, or screenshot - especially for SwiftUI apps. Also use when simulator taps silently do nothing or fail with "SimulatorKit is required for HID interactions".
This skill should be used when the user asks about Effect-TS patterns, services, layers, error handling, service composition, or writing/refactoring code that imports from 'effect'.
Executes Claude Code workflow scripts (.claude/workflows/.js) in a harness that lacks the Workflow tool (Codex, plain sessions) by interpreting the script and performing each agent() call as a subtask. Use when asked to "run this workflow", "execute the workflow file", "follow the workflow manually", or when handed a…
Runs a batch of tickets in parallel as real agent sessions in sibling herdr tabs, each in its own worktree, coordinated over cross-session peer messaging. Workers self-review against the spec and report back; the coordinator serializes merges. Triggers on "herd these tickets", "run these in parallel panes", "spin up…
Control herdr from inside it. Manage workspaces and tabs, split panes, spawn agents, read output, and wait for state changes — all via CLI commands that talk to the running herdr instance over a local unix socket. Use when running inside herdr (HERDRENV=1).
Generates app icons using the snapai CLI with AI-powered image generation. Orchestrates project discovery, style refinement, icon generation, review, and multi-platform resizing. Triggers on "generate app icon", "create an icon", "make an app icon", "icon for my project", "app icon design", "generate icons", "app…
Generates JSON Schema from JSON files using genson to understand data structure. Triggers on "inspect JSON", "understand JSON format", "analyze JSON data shape", "generate JSON schema", or mentions "genson".
Kickstart the just command runner and author justfiles. Triggers on "just", "justfile", "Justfile", "just recipe", "just --list", "run a just task", "just command runner", "just --fmt", "just --init".
Creates, validates, and renders Mermaid diagrams as interactive HTML. MUST be used to validate written Mermaid syntax, including Mermaid code fences in Markdown. Triggers on "validate mermaid", "create a diagram", "draw a flowchart", "sequence diagram", "visualize architecture", "class diagram", "ER diagram", "Gantt…
Guides structured naming workflows with brainstorming, domain availability checking, and conflict research. Triggers on "name a project", "brainstorm names", "find a name for", "check domain availability", "what should I call", or "suggest names".
Generates a new CLI-usage skill for a target CLI. Given a name (searched) or a URL (GitHub repo / package), it maps the CLI's command surface and config-file formats into a skill that kickstarts common operations. Triggers on "use the new-cli-skill", "create a skill for the [cli] cli", "generate a CLI skill", "make a…
Looks up npm package metadata, readmes, and maintainer info. Triggers on "look up npm package", "what does [package] do", "npm package info", "show me the readme for", "who maintains [package]", or mentions needing information about a specific npm package.
Creates a pull request for the current branch. Reviews commits up to the merge base, detects repo PR templates, or generates a What/Why/How description. Prompts for draft state and optionally rebases stale branches first. Triggers on "create a PR", "open a pull request", "push and create PR", "submit this branch"…
Fetches PR review comments and failing CI checks, verifies each against the codebase, proposes a triaged plan (fix, push back, clarify, skip) for user approval, then silently implements fixes, posts reasoned replies only on disagreements or clarifications, auto-resolves fixed threads, and optionally commits the…
Rebases the current branch onto the latest origin base branch, autonomously resolves conflicts by reading both sides' intentions, verifies the result via project checks, then force-pushes with lease. Triggers on "rebase this branch", "rebase onto main", "update PR with latest base", "resolve rebase conflicts", "run…
Performs comprehensive code review of Git changes with security, performance, and quality analysis, including repository health diagnostics (churn, bug hotspots, bus factor, momentum, crisis patterns) cross-referenced against the current diff for risk assessment. Triggers on "review code", "review changes", "check my…
Shows a graph of all open PRs authored by the current GitHub user in the current repository, grouped by stack, plus any PRs merged remotely whose local branches still exist. Triggers on "show my PRs", "PR status", "PR graph", "open PRs", "my open pull requests", "what PRs do I have", "pr cleanup", or invocation via…