Find the perfect skill
Snipcart - E-commerce for Static Sites
Development
Add e-commerce to any static site with Snipcart's HTML-based shopping cart. No backend required—works with JAMstack, Astro, or plain HTML. Handles checkout, payments, shipping, taxes, and inventory.
Scaffold AgentKit assets
Development
Scaffold a new skill, command, agent, or Cursor rule using templates and a precise dispatch table.
SVM Warp ALT Management
Development
Create, check, and read on-chain Address Lookup Tables (ALTs) for SVM warp routes. Use after deploying/upgrading a route or when transfers hit transaction-size limits.
Governed Issue Mutations
Development
Closes or comments on GitHub issues via the gh CLI, recording each act on an append-only log with provenance for accountability.
Code Review Guidance for Traefik Proxy
Development
Repository-specific guidance for AI code reviewers: security, correctness, breaking changes, performance, and maintainability checks for the Traefik Proxy (Go) codebase.
Humanizer: Remove AI Writing Patterns
Content
Identifies and removes signs of AI-generated text to make writing sound more natural. Based on Wikipedia's 'Signs of AI writing' guide.
Feature Development Workflow
Development
Automate 7-phase feature development with specialized agents (code-explorer, code-architect, code-reviewer). Use for multi-file features, architectural decisions, or encountering ambiguous requirements, integration patterns, design approach errors.
Project Map
Development
Lists the project file structure in a token-optimized TOON format. Use instead of `ls -R` to quickly understand the codebase layout.
Build & Deploy VisaJobs.xyz
Development
Build, preview, and deploy the VisaJobs.xyz Eleventy site with Tailwind CSS and Pagefind search.
WAP Data Ingestion with Bauplan
Data & AI
Ingest data from S3 into bauplan using the Write-Audit-Publish pattern for safe data loading with quality checks.
Claude Code Ecosystem
Development
Comprehensive guide to the Claude Code ecosystem: configuration, extensibility with agents and skills, and CLAUDE.md optimization for effective agentic coding.
Environment Variable Handler
Development
Manage environment variables by distinguishing between .env (template) and .env.local (secrets). Ensures sensitive values stay local and unversioned.