Find the perfect skill
Push Hubitat Groovy
Development
Push a local Groovy file to a Hubitat hub, compile it, and report the compile status. It identifies the file type (app or driver), extracts the name, finds or creates the entity on the hub, updates the code, and lists devices or apps using it.
Subagent Generator
Development
This skill designs and generates subagent definitions (`.claude/agents/*.md`) for existing skills. It helps when you need to create specialized agents for parallel execution, research, feedback, ideation, or validation tasks, by analyzing skill requirements and applying design principles.
Planning Work
Development
Generates thorough implementation plans broken into bite-sized tasks (2-5 minutes each). Use when requirements are clear and you need a step-by-step execution guide before coding multi-step features. Saves a structured plan file under docs/plans/.
Go CPU and Memory Profiling
Development
This skill runs CPU and memory profiling on Go packages using pprof, then analyzes the results to identify performance hotspots and memory allocation issues. Use it when investigating high resource usage or optimizing code.
API Mocking Framework
Development
This skill specializes in building realistic mock API services to simulate production behavior. It covers setting up mock servers with dynamic routing, latency simulation, and request tracking for parallel development and testing. Use it when you need to decouple frontend or testing from real APIs.
Zustand Middleware
Development
Use this skill when implementing Zustand middleware for persistence, dev tools, immutability, and other enhanced store functionality. It covers middleware composition, persist options, DevTools integration, and Immer for mutable-style immutable updates. Particularly helpful for complex state management requiring persistence and debugging support.
Claude Skill Creator
Development
Create or update Claude skills optimized for Skillmark benchmarks. Guides the full creation workflow from planning to validation, including benchmark optimization for accuracy and security scores. Use when building new skills or improving existing ones for Skillmark evaluation.
Convert Tasks to GitHub Issues
Development
Converts tasks from a tasks.md file into GitHub issues with labels and dependencies. Helps when exporting work items to GitHub, setting up project boards, or assigning tasks to team members.
PR State Diagnostics
Development
This skill reads the data/state.json file and produces a dashboard of all tracked pull requests, including status distribution, error entries, skipped PRs, and anomalies. It also supports detailed diagnosis of individual PRs by identifier to show full state information. It helps quickly identify stuck, errored, or stale PRs in an automated review system.
Workflow Creator
Development
Creates multi-agent orchestration workflows for complex tasks requiring coordination across multiple agents and phases. Suitable for automating enterprise processes, operational procedures, and custom orchestration patterns. Ensures workflows are properly registered in the router configuration and agent archetype references.
Building Logseq Plugins
Development
Expert guidance for creating Logseq plugins compatible with the DB architecture. Covers plugin structure, Logseq API, and database-specific considerations.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.