Find the perfect skill
Finding Arbitrage Opportunities
Finance & Accounting
Detects and analyzes real-time arbitrage opportunities across centralized exchanges (CEX), decentralized exchanges (DEX), and cross-chain markets. Allows scanning for price spreads, comparing multi-exchange prices, discovering triangular arbitrage paths, and monitoring continuously with alerts. Helps identify profitable trades after accounting for fees and costs.
Verify Persistence Configuration
DevOps
Checks that persistence.xml uses environment variables for JNDI datasources and DDL generation paths before a git push. Prevents QA deployment failures by detecting hardcoded values.
Notion Daily Note Creator
Productivity
Creates a daily note in Notion with a structured template including focus, tasks, schedule, notes, and wins. Helps you plan your day efficiently by automating the creation of a consistent daily journal.
Module Migration to Target Architecture
Development
Migrates a complete module to the target architecture from `docs/ARCHITECTURE.md` across six phases (analysis, structure, types, services, state, components) with approval gates. Helps when systematically refactoring SvelteKit modules, whether upgrading Svelte 4 to 5, JavaScript to TypeScript, or SvelteKit 1 to 2.
Manage Reusable Parameterized Skills
Development
Allows users to list, show, validate, and render reusable parameterized prompts (skills) defined in SKILL.md files. Helps organize common coding tasks like code reviews or bug detection by providing a structured way to run targeted prompts with arguments.
Factory Run - Complete Pipeline
DevOps
Orchestrates sequential execution of 5 phases (intake, spec, plan, build, QA) for a full requirements-to-release pipeline. Each phase invokes a specialized skill and must pass its gate before proceeding. Helps automate standardized development workflows with mandatory checkpoints.
Building API Routes
Development
Build RESTful Flask endpoints with consistent URL conventions, input validation via Marshmallow or Pydantic, and uniform JSON response envelopes. Helps when adding new CRUD resources or refactoring existing routes to follow REST standards, including offset or cursor-based pagination for list endpoints.
Prediction Tracking
Data & AI
Track and evaluate AI predictions over time to assess accuracy. Use it to review past predictions and determine whether they came true, failed, or remain uncertain.
Quick note addition
Documentation
Quickly adds notes to personal documentation (tips, todos, monitoring, changelog) using a shell script. Helps log useful tricks, tasks, research items, or changelog entries into dedicated files.
MVP Theme Definition
Productivity
Define a clear MVP theme and business domain for new product ideas. Use this when starting a new project, brainstorming business concepts, or clarifying service scope.
Create Skill
Development
Interactive wizard for creating new Claude Code skills from templates. It guides you through naming conventions, type selection, file generation, and installation, with validation and reference examples for different skill categories.
RESTful API Design
Development
Design and implementation of RESTful APIs following best practices. Includes type definitions, database schemas, routing, and API clients.