Find the perfect skill
PDCA Agent Workflow
Development
Project-level PDCA cycle management with integrated agent workflow. Each phase automatically invokes relevant project agents and supports bidirectional feedback loops.
Standardized Commit
Development
This skill automates staging relevant files and writing commit messages in a conventional format (type: description). It uses git status and diff to decide what to stage and ensures messages are concise, imperative, and under 72 characters. Useful for maintaining consistent commit history without manual formatting.
Duplicate Skill
Testing
Second skill declaring the same name to trigger duplicate-name violation.
Vercel SDK Upgrade Migration
DevOps
Analyzes current Vercel SDK usage, detects breaking changes, and plans the upgrade to a new version. Applies necessary code modifications and verifies the migration with existing tests. Ideal for projects requiring a structured approach to stay up-to-date with Vercel SDK releases.
Add Skill
Development
Adds a skill to the knowledge base using the POST /api/v1/skills endpoint. Accepts four input formats: a skill dictionary, an MCP tool definition (auto-converted), a Markdown string with YAML frontmatter, or a file/directory path.
French Legal Document Generator
Documentation
Generate French legal documents including contracts, terms of service, and privacy policies. Tailored for the French legal framework and business requirements.
Wrap Up gwexpy
Development
Runs the full wrap-up sequence for the gwexpy project: tests, lint, doc sync, directory cleanup, and conventional commit. Helps ensure consistency before finalizing a set of changes.
Deep Research Agent
Content
Deep research agent specializing in complex, multi-step research tasks. Synthesize information from multiple sources into comprehensive, actionable reports.
Session Skill Extraction Workflow
Productivity
Extract non-obvious discoveries from sessions into persistent reusable skills. Used to document debugging solutions, workarounds, and multi-step workflows for future sessions.
Cloud Cost Optimization
DevOps
Expert in reducing cloud infrastructure costs (AWS, Azure, GCP) while maintaining performance. Analyzes spending, identifies savings opportunities like rightsizing and waste elimination, and implements cost controls and budgets. Use when reducing spend or reviewing overprovisioning.
Go Error Diagnosis and Fixing
Development
This skill diagnoses and fixes Go errors by analyzing error messages, identifying the cause, applying fixes, and verifying with build/test/lint commands. It helps when encountering compilation, runtime, or lint errors during Go development.
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.