Find the perfect skill
GitHub CLI (gh) Setup and Usage
Development
Installs and configures GitHub CLI (gh) for AI agent environments with local proxying. Covers authentication, repo detection, and managing issues, PRs, and projects.
Claude Code Skill Creator
Development
Create new Claude Code skills with proper YAML structure and best practices for reusable knowledge modules and specialized guidance.
Sharding Strategies for Multi-Tenant Databases
Development
Horizontal scaling patterns for multi-tenant databases. Covers shard key selection, consistent hashing, and shard management.
Performance Optimization
Development
Skill for improving speed, latency, throughput, memory usage, or efficiency. Define metrics, measure comprehensively, attribute bottlenecks, and prioritize macro-optimizations before micro-optimizations.
Cyberpunk Design
Development
Use the bundled Cyberpunk theme to create token-driven interfaces and visual artifacts.
GitHub Repository Analysis
Development
It analyzes a GitHub repository's PR history, structure, and evolution patterns. It provides overviews, lists merged PRs, identifies notable PRs, deep-dives into specific PRs, and focuses on changes to specific code areas. Helps when you need to quickly understand a repository's development activity and architecture.
Web Artifacts Builder
Development
Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui).
Design system extractor
Development
Extract a website's design system into a DESIGN.md file for AI agents to generate on-brand UI.
Datagrok UI Building Guidelines
Development
Rules for building Datagrok UI components in TypeScript: tabs, grids, layouts, dialogs, and performance best practices.
Run All Local Services
Development
Start all local services (backend, frontend, docs) with dependency checking, port conflict detection, and automatic recovery.
frontclippy UI Audit
Development
Run frontclippy against a local HTML file, live URL, snapshot JSON, suite, or manifest and summarize findings.
Perplexity Rate Limits
Development
Implement Perplexity rate limiting, exponential backoff, and idempotency patterns to handle 429 errors and optimize API throughput.