corgi
Run multi-repo stacks, databases, and cross-repo feature work
All Skills in This Repository (15)
Pure Emerald Level Indicatorssuggest
Generate evidence-backed feature and engineering suggestions for corgi workspaces.
corgi
Automate local multi-service development setup using corgi-compose.yml.
purchases
Manage In-App Purchases and sync product IDs for Expo/React Native apps.
memory
Manage shared workspace memory for a corgi stack.
improve-skill
Refine or create agent skills from observed conversation evidence.
suggest-proactive
Generate and deduplicate improvement ideas on a schedule, proposing top ideas as tracker tickets.
tracker
Coordinate task tracking and prioritization in Corgi workspaces via Linear or Jira.
mobile-screenshots
Automate app store screenshot creation for Expo/React Native apps.
stories
Automate branch creation, testing, and pull requests for software stories in corgi-compose workspaces.
mobile
Automate Expo/React Native mobile app testing on real devices with Maestro.
review
Review GitHub pull requests and GitLab merge requests against repository standards.
ship
Automate Expo/React Native build, submission, and version bumping to TestFlight and Google Play.
Frequently Asked Questions
FAQPage SchemaHow to install corgi?▼
Run `npx skills add Andriiklymiuk/corgi --all -g -y` in your terminal to install all skills in this suite globally.
What problem does corgi solve?▼
It runs an entire multi-repo project — services, databases, seed data, and env wiring — from one committed corgi-compose.yml file with a single command. This removes the need for multiple terminals, manual clones, and bespoke setup scripts per project.
Can an agent build a feature across multiple repos?▼
Yes. The stories skill reads a ticket, edits every affected service, boots the real stack to verify, and opens a draft pull request per repo for your review.
Does corgi work in CI pipelines?▼
Yes. The ci skill scaffolds GitHub Actions or GitLab CI jobs that boot the full stack from the branches under review and run cross-repo end-to-end tests with logs uploaded as artifacts.
Can I control my dev stack from my phone?▼
Yes. Running `corgi agent up` prints a QR code that pairs your phone, letting you start supervised coding sessions in any registered workspace from anywhere.
Related Repositories in Software Engineering
View All in Software Engineering→openclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core