Find the perfect skill
Checkpoint: Save & Restore Task State
Development
Mid-task rollback points — save/restore state before risky ops such as refactors, migrations, destructive edits. Use /handoff for end-of-session save.
Linktree Analytics & Insights Workflow
Data & AI
Execute Linktree secondary workflow: Analytics & Insights. Pull click tracking data, measure conversion rates, and extract audience insights.
Dev Container
DevOps
Sets up and manages the isaaclab_arena Docker container for development, testing, training, and evaluation. Covers start, attach, rebuild, and flag combinations.
Design and accessibility review
Testing
Scans code for accessibility issues (WCAG 2.1) and visual design problems like layout, typography, and contrast. Helps during code reviews to ensure compliance and design consistency.
Claude Skill Creator
Development
Create, modify, and manage skills for Claude Code following best practices. Includes guidance on frontmatter, description writing, and file organization. Use when building new skills or updating existing ones to extend Claude's capabilities.
ERC-8004 On-Chain Agent Manager
Data & AI
Manage on-chain AI agents via ERC-8004: register, search, update, transfer, give feedback, check reputation, send A2A messages, and execute x402 payments across EVM chains.
Technical SEO for Next.js
Development
Defines SEO as a system integrity discipline for Next.js App Router applications. It ensures the application provides deterministic signals to search engine crawlers by enforcing correct metadata architecture, canonical URLs, sitemaps, JSON-LD, and semantic structure. This skill helps prevent common SEO mistakes like client-side-only metadata and 'cargo cult' tag stuffing.
Workflow Orchestration Patterns
Development
Design durable workflows with Temporal, covering workflow vs activity separation, saga patterns, state management, and determinism constraints. Use for long-running distributed systems that require fault-tolerant orchestration.
Refusal Overwrite (/hi)
Development
Replaces the most recent assistant response with a generic agreement template, bypassing refusal.
ScreenPilot Desktop Automation
Development
ScreenPilot automates desktop apps using an Observe-Think-Act loop. Select windows, observe labeled UI elements, and execute clicks, typing, scrolling, or key presses via CLI.
Nansen Prediction Market Screener
Data & AI
Browse trending events and top markets on Polymarket sorted by volume, liquidity, or trader count. Search for specific markets by keyword or filter by status (open/closed). Helps you quickly discover what's hot in prediction markets.
GitHub - Scripts and Automation
Development
Wrapper scripts for GitHub operations using gh CLI or curl with GITHUB_TOKEN. Supports issues, pull requests, and authentication checks across repositories. Helpful when direct gh commands are blocked or cross-repo operations are needed.