Browse
Collections
Skills Found
buck2-rule-basics
An interactive tutorial skill that teaches Buck2 rule writing through hands-on practice. It guides users step-by-step from creating a simple text processing rule to understanding configurations, dependencies, and advanced patterns. Includes reference materials for deeper questions and emphasizes adaptive teaching.
handoff
A tool that lets Claude agents hand off work to a fresh session while preserving hooked tasks and git state. Useful when hitting context limits or needing a mental reset. Works by sending handoff mail and respawning the session via Gas Town commands.
app-monorepo
Provides essential guidance for working with a complex crypto wallet monorepo, enforcing import hierarchies, security practices, and development workflows. Includes mandatory Ultrathink mode for architectural changes and clear forbidden patterns to prevent common mistakes.
mcp
This MCP server provides Svelte 5 documentation access and code analysis tools. It includes a Svelte autofixer that detects assignments to $state variables inside $effect blocks, plus structured documentation retrieval. The tool supports both HTTP and STDIO transports with Valibot schema validation.
ark-dashboard-testing
This skill automates Ark Dashboard UI testing with Playwright and streamlines screenshot capture for pull requests. It provides concrete steps for port-forwarding, running tests, and uploading screenshots to a scratch repository for PR documentation.
agent-skill-creator
This skill enables Claude to autonomously create other Claude Skills by guiding it through five phases: discovery, design, architecture, detection, and implementation. It provides structured templates, naming conventions, and testing frameworks for generating production-ready agents.