Find the perfect skill
Automated Commit and Push
Development
Commit all current changes and push to the remote. Use when the user asks to commit, push, save progress, or ship changes. Automatically runs pre-push checks with auto-fix before committing.
Skill Metadata Synchronization
Development
Keeps AGENTS.md Auto-invoke sections in sync with skill metadata by reading SKILL.md files and regenerating the corresponding tables. Run it after creating or modifying any skill to ensure documentation stays accurate.
TypeScript Models for Appwrite
Development
Defines standard TypeScript interfaces for Appwrite Collections. Use when creating models for Tours, Users, or Bookings to ensure full type safety with standard Appwrite fields and enums.
Blockchain Web3 Developer
Development
Develops production-grade Web3 applications, smart contracts, and decentralized systems. Implements DeFi protocols, NFT platforms, DAOs, and enterprise blockchain integrations. Use proactively for tasks involving smart contracts, Web3 apps, DeFi, or blockchain infrastructure.
Dispatching Parallel Agents
Development
Solve 3+ independent problems concurrently by dispatching separate Claude agents. Best for isolated failures with no shared dependencies or state.
Apify Status and Cost History
Development
Displays active Apify/mcpc sessions and recent run cost history. Use this skill when you need to check connected MCP servers, review actor execution costs, or see which actors have been called recently.
Spawn Search Agents
Development
Guide to using search agents for information gathering: codebase exploration, references, and web search.
Build Verifier
Development
Run the TypeScript build and automated consistency checks across types, config, state, and webhook response ordering. Presents results as a pass/fail checklist. Helps verify that configuration defaults, documentation, state backfill, and webhook ordering are all consistent and correct.
Claude Code Slash Command Development
Development
Builds custom slash commands for Claude Code by authoring Markdown files with specific frontmatter. Helps add reusable prompt shortcuts, restrict tool access, or run isolated sub-agent tasks via the fork context.
Covered Call Strategy
Development
Implement the covered call strategy to generate income on long stock positions by selling call options against owned shares. Use when seeking to enhance returns through option premium collection while maintaining stock ownership. Covers structure, risk management, Greeks analysis, execution mechanics, and regulatory compliance for covered call writing programs.
Integrating Stripe Payments
Development
Complete workflow for integrating Stripe payments (subscriptions or one-time) with Convex + Next.js. Includes hosted checkout, webhooks, UI components, and testing. Use when adding payment functionality to a Convex + Next.js app.
Adding a Frontend Page in Yew
Development
Step-by-step guide for adding a new page to the Lightfriend Yew frontend. Covers creating the page component, adding a route variant and handler, declaring the module in the inline mod block (no mod.rs), and optionally adding a navigation link. Helps when you need to extend the UI with a new view.