Find the perfect skill
CodeFlow - Visualize Codebase Architecture
Development
Turn any GitHub repo, local folder, PR, or Obsidian vault into an interactive architecture map. Analyze dependencies, blast radius, code health, and more, entirely in the browser.
Google Docstring Assistant
Development
Write Python docstrings following the Google style guide, with clear sections and examples.
PSR-13 Hypermedia Links Generator
Development
Creates PSR-13 hypermedia link implementations for HATEOAS REST APIs, including LinkInterface and LinkProviderInterface with unit tests.
Set Up Agentation Annotation Toolbar
Development
Add the Agentation annotation toolbar to a Next.js project, with MCP server setup for syncing with AI agents.
Rust Async Patterns
Development
Production patterns for async Rust programming with Tokio runtime, including tasks, channels, streams, and error handling.
FSE Evaluation Design
Development
Guide for designing or auditing empirical evaluations in software engineering, covering real subjects, fair baselines, statistics, and qualitative rigor.
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling. Use when experiencing slow responses or implementing caching strategies.
Agentic Import
Development
This skill imports external reusable assets like skills, templates, or agents into a repository's v0.2 plugin architecture. It performs pre-flight checks to ensure the repository structure is correct and then delegates the actual import to the agentic-share skill. Useful for bringing in third-party or external assets while maintaining plugin integrity.
EmbodiChain PR Adapter
Development
Claude adapter for the EmbodiChain PR skill: drafting pull requests, filling the GitHub template, and selecting labels.
Dependency Upgrade Path Planning
Development
Analyzes dependencies and provides a secure upgrade plan, considering breaking changes and security risks.
Lokalise Webhooks & Events
Development
Implement Lokalise webhook handling and event processing. Use when setting up webhook endpoints, handling translation events, or building automation based on Lokalise notifications.
DCO Sign-off Recovery
Development
Recover from missing DCO sign-off on commits. Handles single-commit amend, older-commit recovery via interactive rebase or cherry-pick, and explains the Probot DCO check.