Find the perfect skill
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.
Deep Research Agent
Content
Deep research agent specializing in complex, multi-step research tasks. Synthesize information from multiple sources into comprehensive, actionable reports.
Git PR Workflows Onboarding
Productivity
This skill manages onboarding for new team members specifically around Git and Pull Request workflows, from pre-arrival setup through first 90 days. It creates customized plans covering access configuration, repo orientation, and code review best practices. Use it when ramping up developers unfamiliar with your PR processes.
CoreWeave Repository Creation
Development
Guides users through creating a new CoreWeave GitHub repository using the cw CLI, with proper setup of team permissions, branch protection, and Backstage integration. Helpful when starting a new project that requires a standardized repository template.
Refinement Notes
Documentation
Captures backlog refinement session outcomes including stories refined, estimates, questions raised, and decisions made. Use during or after refinement to record results and share with team members who missed the session.
SwiftUI View Generator
Development
Generates SwiftUI views with proper state management using @State, @Binding, @ObservedObject, @StateObject, and @EnvironmentObject. Creates reusable components, view models, and supports macOS-specific patterns like NavigationSplitView and toolbars. Helpful for quickly scaffolding SwiftUI screens, lists, forms, and settings panels.
Workflow Automation
Development
Workflow automation for durable execution using n8n, Temporal, Inngest. Covers sequential, parallel, and orchestrator-worker patterns.
Extracting Learned Skills
Productivity
Extracts reusable problem-solving principles and decision-making heuristics from debugging sessions. Use after solving tricky bugs or discovering codebase-specific workarounds.
Mindfulness Meditation Guide
Education & Training
Build a meditation practice with guided sessions, progress tracking, and personalized recommendations. Start from beginner and progress at your own pace.
Feature Wrap-Up with Pull Request
DevOps
Finalizes feature development by squashing commits, generating PR description, and creating pull request after test validation.
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.
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.