Find the perfect skill
OpenAI Codex Integration
Development
Send prompts to OpenAI Codex CLI via /codex command, then process the output in various modes: review, compare, integrate, or raw. Useful for collaborative coding where Claude analyzes or refines Codex's solutions.
Factory Code Expert
Development
Factory Code is Anthropic's terminal-based agentic coding tool that combines planning, execution, and validation. This skill covers installation, configuration, slash commands, Agent Skills, MCP servers, hooks, plugins, troubleshooting, and enterprise deployment. It helps users get started, optimize workflows, and integrate with IDEs and CI/CD pipelines.
Code Review Orchestration Patterns
Development
Orchestrates multi-agent code reviews by fanning out analysis across parallel dimensions (quality, logic, security, performance) then synthesizing prioritized feedback. Helps streamline thorough PR reviews, security audits, and architecture evaluations.
Triage Report Structure
Development
Explains the output layout of the triage script: which files to read first (executive-summary.md, triage.md, agent-briefs.md) and how the report directory is organized. Helps after running triage or when onboarding a new maintainer to the workflow.
Skill Creation Guide
Development
Structured guide for creating a new AI coding skill from scratch, covering directory structure, frontmatter, and best practices. Helps when building a reusable SKILL.md file with proper organization.
Create Pull Request
Development
Creates a new pull request from the current branch. Use when the user wants to open a PR, submit code for review, create a draft PR, or push changes for merge. Supports specifying title, description, source and target branches, and draft status.
Database Reset & Seed
Development
This skill resets a database to a clean state and optionally seeds it with test data. It supports MongoDB and PostgreSQL projects, performing backup, drop, migration, and seeding steps. Use it when you need a fresh database for development or testing after running migrations.
Git Workflow Expert
Development
Expertise in Git branching strategies, merge vs rebase decisions, and conflict resolution. Helps teams maintain a clean, navigable code history with atomic commits and conventional commit messages. Ideal for developers needing guidance on Git flow, cherry-picking, or recovering lost commits via reflog.
Code Quality
Development
Enforces a 500-line limit per file and mandatory JSDoc/Docstring comments for all functions and complex logic. Helps maintain consistent code quality and prevents overly long or under-documented files.
Node.js Backend with Express and TypeScript
Development
Node.js 20 LTS runtime for building Express and TypeScript backend services. Handles async operations, database connections with PostgreSQL, image processing with Sharp, and environment configuration. Use when working on server-side JavaScript with modern module system and TypeScript.
Antigravity Skill Creator System
Development
Expert system for generating official Antigravity/Gemini Agent Skills. It enforces folder structure, YAML frontmatter standards, and best practices for creating predictable, high-quality skill directories. Use when building new skills for the Antigravity agent environment.
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.