Find the perfect skill
Development Task Planning
Development
Skill for planning development tasks using a checklist and template. It guides impact tier assessment, decomposes work into independently testable units, and formats the plan output. Helpful for structuring work before coding.
Convex Component Authoring
Development
Covers how to create reusable Convex components with isolated database tables, typed functions, and proper dependency management. Includes component configuration, schema definition, writing queries and mutations, and publishing as an npm package.
Skill Polisher
Development
Validates and standardizes Codex and Claude skills by checking structural integrity (SKILL.md existence, valid frontmatter) using existing tools like polish_skill.py or skill_audit.py. Helps maintain consistency across skill repositories during audits or standardization sweeps.
Feature Implementation with Fiscal Validation
Development
Implement invoicing features compliant with Italian tax regulations (VAT, withholdings, split payment, stamp duty, PA invoices, flat-rate regime, progressive numbering, credit notes). Validates against DPR 633/72, 600/73, 642/72. Use when adding financial logic that must respect tax laws; not for technical bug fixes or UI changes without fiscal impact.
Systematic Debugging
Development
A structured debugging methodology with a decision tree for reproducing, isolating, and tracing bugs. Helps developers systematically diagnose issues by comparing environments, tracing data flow, and performing binary search. Useful when investigating bugs, crashes, or unexpected behavior.
Claude Code - Agentic Coding Tool
Development
This skill provides guidance on installing, configuring, and using Claude Code's advanced features like slash commands, agent skills, MCP servers, and enterprise setup. It helps when you need to set up or troubleshoot the Claude Code agentic coding tool.
Build Verifier
Development
Run the TypeScript build and automated consistency checks across types, config, state, and webhook response ordering. Presents results as a pass/fail checklist. Helps verify that configuration defaults, documentation, state backfill, and webhook ordering are all consistent and correct.
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.
Python Patterns and Decision-Making
Development
This skill provides principles for making decisions in Python development: framework selection (FastAPI, Django, Flask), async vs sync patterns, type hints strategy, and project structure. It helps developers choose the right approach based on context rather than memorizing fixed patterns.
Spawn Search Agents
Development
Guide to using search agents for information gathering: codebase exploration, references, and web search.
Database Patterns (Drizzle ORM)
Development
Provides database patterns for PostgreSQL using Drizzle ORM, including a repository-based data access layer. Enforces conventions like snake_case naming, UUID primary keys, and timestamps. Includes migration workflow and common query patterns for filtering.
Product Requirements Document Creation
Development
Generates product requirements documents (PRDs) tailored for AG4ONE's autonomous development cycles. Structures user stories with acceptance criteria and priorities, outputting a JSON file ready for integration with the Ralph loop.