Find the perfect skill
Claim Voting Rewards Safe Batch Generator
Development
Generates a Safe Transaction Builder compatible JSON batch for claiming all voting rewards (internal LP fees and external bribes) on the Lithos protocol. Useful for multisig owners who need to collect rewards from multiple bribe contracts in a single transaction. Automatically checks bribe balances to avoid revert errors.
Project Management Orchestration Patterns
Productivity
Provides structured patterns for decomposing epics, planning sprints, tracking progress, managing dependencies, and coordinating teams. Helps break down complex projects into manageable tasks using hierarchical decomposition, capacity-based planning, and multi-dimension status reporting.
Add Skill
Development
Guides the creation of a new skill for a Claude Code plugin by generating a SKILL.md file with frontmatter and instructions. Use when a user wants to extend a plugin's capabilities, prompting for required information like skill name, description, and behavior.
Module Federation module info
Development
Fetches metadata and manifest info for a remote Module Federation module — publicPath, remoteEntry, type file URLs, exposes, remotes, and shared dependencies. Works in two modes: consumer mode (inside a project, using the remote name) or standalone mode (with explicit remoteEntry URL). Helps inspect remote module configuration without manually navigating config files.
Azure Logic Apps Workflow Generator
Development
Generates production-ready Azure Logic Apps workflows with triggers, connectors, and integration patterns (approval, sync, batch, schedule, event-driven). Helps quickly create enterprise integration workflows in Azure without manually writing ARM/Bicep templates.
Graphic Recording Generation
Content
This skill generates hand-drawn visual note illustrations from slide content or screenshots, using the Gemini API. It extracts theme colors from the deck configuration, constructs a prompt, and produces an image in graphic recording style. Helpful for transforming text-heavy slides into engaging visual summaries without manual design work.
SDD Planning
Development
Reads the specification (Part 1) and appends an implementation plan (Part 2) following Specification-Driven Development. Validates phase gate 1 conditions, designs architecture, breaks acceptance criteria into atomic test-first tasks, checks simplicity constraints, and assesses risks. Use when the user asks to create an implementation plan or proceed to the SDD planning phase.
Capability Check
Development
Check whether a given action is feasible and identify what blocks it. Useful when verifying permissions, diagnosing why a command fails, or determining if a tool like iMessage or calendar access is available. Provides commands to test each capability and a troubleshooting flow.
Book Docusaurus
Documentation
Scaffold, structure, and deploy a Docusaurus site for the Physical AI textbook. Use this skill when setting up the textbook's documentation site, adding chapters, configuring sidebar navigation, or deploying to GitHub Pages or Vercel. It also enforces RAG-ready content structure with proper frontmatter and semantic headings.
Git Worktree Management for Jira Tickets
Development
Manages git worktrees for Jira ticket development. Creates worktrees from a main repo with auto-generated branch names, fetches ticket details via Jira, and optionally transitions the ticket to 'In Development'. Also handles cleanup of completed worktrees.
Infrastructure Code Review
DevOps
Infrastructure Code Review performs a comprehensive review of infrastructure as code, CI/CD pipelines, migrations, logging, and observability. It spawns a senior review specialist agent that applies six specialized checklists to identify security misconfigurations, operational risks, and production readiness issues. This skill is particularly useful when reviewing changes to infrastructure files like Terraform, Kubernetes manifests, CI/CD configs, and database migrations.
Scene Detector
Development
Detects scene changes and shot boundaries in videos. Uses adaptive detection to identify fast cuts and gradual fades for video segmentation.