Find the perfect skill
Skill Builder
Development
Generates custom AI skill files in markdown format based on user descriptions. Includes mandatory triggers and usage conditions. Use when someone wants to create a new skill or needs help structuring skill instructions.
Complete Current Expedition
DevOps
Complete in-progress work by running tests, committing changes, pushing to remote, and updating kanban status for cross-agent visibility.
NotebookLM Manager
Productivity
Handles NotebookLM notebook operations including querying, adding, listing, searching, and toggling enable/disable/remove. This skill activates automatically when a NotebookLM URL is present or NotebookLM is mentioned, using a built-in Chrome agent for all browser interactions.
Push Configuration Changes to GitHub
Development
Pushes local configuration changes to a GitHub repository. Checks for a git remote, commits with an optional custom message (defaults to 'Update Claude Code configuration'), and pushes the current branch. Helps when you need to manually sync your Claude Code settings to a remote repository.
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.
Creating Moorestech Server Protocols
Development
This guide helps create server protocols for moorestech, covering both request-response and event-driven types. It provides step-by-step instructions for creating protocol classes, registering them in PacketResponseCreator, and writing tests. Use when implementing new packet responses or event packets for client-server communication.
Next.js BFF with Route Handlers
Development
Implement a Backend for Frontend (BFF) layer using Next.js Route Handlers to aggregate multiple upstream APIs, hide credentials, and normalize responses for the UI. It explicitly applies validation, caching strategies (no-store or revalidate), and tenant isolation. Use it when you need to consolidate backend calls and enforce per-tenant data separation.
Integrate Payram Payouts
Development
This guide explains how to integrate Payram's payout API to send cryptocurrency payments to recipients. It covers the complete payout lifecycle, from creation to status monitoring, and includes SDK usage examples. Use this skill when building automated disbursement systems or withdrawal functionality.
Technical Documentation Research
Documentation
Guides searching and fetching authoritative technical documentation, API references, and implementation patterns. Helps when exploring unfamiliar frameworks, version-specific needs, or best practices for technical decisions.
CLAUDE.md Authoring
Development
Methodology for editing CLAUDE.md to keep it concise, high-signal, and structurally sound. Helps maintain a minimal yet effective configuration file by enforcing line count and relevance targets, and by moving reference material to docs/.
Code Fix Checklist
Development
This skill provides a structured checklist to prevent symptom-driven fixes by identifying root cause before writing code. It guides you to read design docs, trace execution flow, and apply minimal changes. Use it when fixing bugs or modifying implementation to avoid introducing new issues.
Apple Notes - Note Manager
Productivity
Manage Apple Notes via the memo CLI on macOS. Create, search, and organize your notes without leaving the terminal. Fast, native integration.