Find the perfect skill
Create PDF Test Fixtures
Testing
Generate complete PDF test fixtures combining ReportLab tables and AI-generated images to test extractors. Orchestrates create-table and create-image skills.
Content Marketing Strategist
Content
Expert content marketing strategist leveraging AI for content creation, SEO optimization, and omnichannel distribution. Focuses on social media, email marketing, and performance analytics to drive engagement and conversions.
Externalise Handover Tasks
Documentation
Exports critical conversation details (pending tasks, completed work, bugs, uncertainties) into a structured .md file for seamless handover to another agent or teammate. Best used when you need to capture progress and user instructions clearly before switching context.
Full Tasuku Context Dump
Productivity
Provides a full dump of the Tasuku project context by fetching the complete `.tasuku.json` state via the `tk_context` MCP tool. Presents in-progress tasks, ready queue, blockers, key decisions, learnings/rules, and notes in a structured, scannable format. Useful for getting oriented at the start of a session or when the user requests the full task landscape with `/tk:context`.
Git Move - Move and Rename Files
Development
Move or rename files using `git mv` to preserve Git history and automatically stage changes. Avoids breaking history into delete+add operations. Use when reorganizing code structure or refactoring file locations.
Agentuity CLI Authentication Login
DevOps
Login to the Agentuity Platform using a browser-based authentication flow. Manage your authentication credentials.
Atlan SQL Connector Patterns
Data & AI
Select and apply the correct SQL connector implementation pattern (SDK-default minimal or source-specific custom) for building or extending SQL metadata/query extraction connectors. Helps developers choose between minimal and custom paths based on a decision tree, ensuring consistent implementation of authentication, preflight, workflow map, and transformation behavior.
Code Review Patterns
Testing
Structured guide for code reviews in two stages: specification compliance verification, then code quality assessment with detailed checklists.
RevenueCat App Setup
Development
Walks through complete RevenueCat app setup for iOS or Android: creating the app, configuring store credentials (App Store Connect or Google Play Console), setting up products, and getting the API key. Use when integrating a new app with RevenueCat for the first time.
Phoenix Context Boundary Validation
Development
Analyzes Phoenix context dependencies via mix xref to detect boundary violations, circular dependencies, and layer contamination. Computes a health score (0-100) and suggests refactoring actions like splitting contexts or extracting sub-contexts. Use before major refactors, during PR reviews, or when evaluating architectural health.
Gamma Debug Bundle
DevOps
Comprehensive debugging toolkit for systematic troubleshooting of Gamma API integration issues. Includes TypeScript debug client and diagnostic scripts with request tracing and logging.
Git Commit with Prefix
Development
Analyzes code changes to select the appropriate commit prefix (add/fix/docs/refactor/test/chore/perf/build/ci/revert/style) and generate a clear, structured commit message. Helps maintain a consistent and traceable commit history by categorizing changes accurately.