Find the perfect skill
Shadowrun UI Aesthetic
Development
Applies Shadowrun's cyberpunk aesthetic to UI components using a dark palette, neon accents, and monospace typography for numerical data. Helps when building character sheets, gear panels, or modals for character management tools.
OpenCode Skill Update
Development
Updates an existing OpenCode skill to match current platform best practices, fixes deprecated patterns, and validates the result. Use when you need to modernize an OpenCode SKILL.md file or migrate it to the latest format.
Stripe Testing and Debugging
Development
Test and debug Stripe payment integrations end-to-end. Simulate payment flows, verify webhook handling, diagnose failed charges, and validate subscription lifecycle. Useful when ensuring Stripe integrations work correctly in development or production.
Workflow Orchestration Patterns
Development
Design durable workflows with Temporal, covering workflow vs activity separation, saga patterns, state management, and determinism constraints. Use for long-running distributed systems that require fault-tolerant orchestration.
Deepgram SDK Patterns
Development
Production-ready patterns for Deepgram SDK integration in TypeScript and Python. Includes robust error handling, response validation, and exponential backoff retry logic.
1C Configuration Validation
Development
Validates the structure of a 1C configuration's Configuration.xml file, checking XML well-formedness, properties, child objects, language references, and file/directory existence. Use after creating or modifying a configuration to catch structural errors.
Deploy to Vercel
Development
This skill commits and pushes all tracked changes to GitHub, automatically triggering a Vercel deployment. Use it after making changes to your site to publish updates via Vercel.
Prompt Creator
Development
Provides guidelines for designing effective system prompts for AI agents and assistants. Helps when writing or improving agent instructions by emphasizing clarity, specificity, and iterative refinement.
OpenClaw Cleanup
Development
This skill thoroughly removes all remaining files from OpenClaw from your system. It offers a dry-run mode to preview what will be deleted before executing. After cleaning, it provides a summary of the number of items removed and estimated space freed.
V3 Core Implementation
Development
Implements core TypeScript modules for claude-flow v3 following Domain-Driven Design principles, clean architecture patterns, and modern TypeScript best practices with comprehensive test coverage.
Claude Code Skill Creator
Development
This skill helps create, edit, and manage Claude Code skills, including designing skill structures, writing SKILL.md files, organizing supporting files, and setting up automation hooks. It assists when building custom automation workflows or converting sub-agents to the skill format.
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.