Find the perfect skill
Create Pull Requests with Automated Review
Development
Creates a pull request for the current branch with pre-flight checks, automated review via subagents, and stacked PR support.
Technical Design Specification Generation
Development
Generate comprehensive technical design documents that translate approved requirements into actionable architecture specifications. This skill guides you through verifying prerequisites, reviewing requirements, selecting architecture patterns, and documenting components, data models, interfaces, and error handling. Use it after requirements are approved to create detailed design documents for new features.
New Column Conventions
Development
Conventions for adding database columns: snake_case, no booleans, Go struct tags.
Skill Schema v2
Development
Used for creating, auditing, refactoring, or repairing an Agent Skill for reusability, governance, and runtime efficiency.
Authentication & Authorization Patterns
Development
Master authentication and authorization patterns including JWT, OAuth2, session management, and RBAC to build secure access control systems.
TVM FFI Development
Development
This skill assists in developing and verifying Foreign Function Interface (FFI) changes in TVM. It can take a GitHub issue URL or a text description, then fetches details, writes a minimal Python reproducer, and follows a development loop with building and testing. It enforces project-specific code style and best practices for C++ and Python.
WordPress Presence API (experimental ref.)
Development
Awareness reference for the experimental WordPress Presence API (v0.1.x), using a dedicated table with TTL and Heartbeat. Use to avoid postmeta/options-based presence implementations.
Code Refactoring Analysis
Development
Analyzes code to identify refactoring opportunities with blast radius assessment, risk evaluation, and recommended order of operations. Helps engineers plan refactoring initiatives by evaluating complexity, duplication, and coupling concerns before making changes.
Java 21+ Development Expertise
Development
Advanced Java developer specialized in Java 21+ features, virtual threads, Spring Boot 3.x, and performance optimization for enterprise applications.
Scaffold AgentKit Skills, Commands & Agents
Development
Scaffold a new skill, command, agent, rule, or guideline with correct frontmatter and location. Validates description and checks for collisions.
Browser Automation with webctl in Containers
Development
Covers using webctl CLI for browser automation in Claude.ai containers, including setup of an authenticated proxy workaround for Chromium.
Claim Voting Rewards Safe Batch Generator
Development
Generates a Safe Transaction Builder compatible JSON batch for claiming all voting rewards (internal LP fees and external bribes) on the Lithos protocol. Useful for multisig owners who need to collect rewards from multiple bribe contracts in a single transaction. Automatically checks bribe balances to avoid revert errors.