Find the perfect skill
ClaudeMemory Setup & Upgrade
Development
Automatically installs, configures, or upgrades ClaudeMemory by checking current state, executing setup or upgrade steps, and providing next steps. Helps avoid manual configuration errors and ensures memory tools are ready for use.
Wallet Update
Development
Guides contributors through populating or updating feature data for an existing wallet in the Walletbeat project. Walks through filling in null feature fields with proper values, types, and refs, and ensures contributor files are set up correctly.
Git Workflow Management
Development
Manages Git operations including branching, merging, commits, and conflict resolution. Helps maintain a clean commit history and keep feature branches in sync with the development branch.
Pre-Commit Fixer
Development
Automatically fixes pre-commit hook failures and retries the commit. Use when a git commit fails due to ESLint errors, pattern compliance violations, missing document headers, cross-document dependency issues, or documentation index staleness. Spawns a targeted subagent to fix each category of failure, then re-stages and re-commits.
Intent Extraction
Development
Automatically extracts the underlying intent, severity, sentiment, and actionability from issues and PRs, going beyond surface-level requests. Helps with triage, duplicate detection, and generating minimal next steps.
Invoking Configurable Subagents
Development
Spawns subagents with configurable tool access that return just the answers without flooding your context. Use for summarizing extensive git history, comparing across multiple repositories in parallel, or processing large diffs/logs.
Code Changes Review
Development
Performs a comprehensive code review of uncommitted git changes, analyzing for bugs, security vulnerabilities, best practices, DRY violations, code smells, performance issues, and areas of improvement. Use it when you need to review changes before committing, for pre-commit reviews, or quality checks. Works with any language or framework.
TypeScript Strict Patterns and Best Practices
Development
Comprehensive guide to strict TypeScript patterns including const types, flat interfaces, type guards, and avoiding 'any'. Covers best practices for better code maintainability and type safety.
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.
Skillpack Plugin Maintenance
Development
Systematic maintenance of Claude Code plugins including skills, commands, agents, and hooks. Validates behavior not syntax through domain analysis, structure review, and behavioral testing.
Channel Information
Development
Retrieves available messaging channels (WhatsApp, SMS, RCS, etc.) and their capabilities using the Sinch Conversation API. Use this skill to determine which channels can reach a contact or what channel configurations an app supports. It queries MCP tools first, falling back to the API endpoints.
Ninja Enrich
Development
Populates the 'long_description' field in meta.yaml files by fetching content from man pages, website meta descriptions, or --help output. Useful for automatically generating descriptions for tools after adding new scripts or website fields. Supports --force to refresh and --dry-run to preview changes.