
Gpd Build Lifecycle
- 31 installs
- 6 repo stars
- Updated July 3, 2026
- rudrankriyam/gpd-cli-skills
Helps with ai & agent building tasks.
About
gpd-build-lifecycle is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.
- gpd-build-lifecycle
- AI & Agent Building
- AI-coding skill
Gpd Build Lifecycle by the numbers
- 31 all-time installs (skills.sh)
- Ranked #9,164 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
- Data as of Jul 26, 2026 (Skillselion catalog sync)
npx skills add https://github.com/rudrankriyam/gpd-cli-skills --skill gpd-build-lifecycleAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Installs | 31 |
|---|---|
| repo stars | ★ 6 |
| Last updated | July 3, 2026 |
| Repository | rudrankriyam/gpd-cli-skills ↗ |
What it does
Helps with ai & agent building tasks.
Files
GPD Build Lifecycle
Use this skill to manage build state, processing, and retention.
Upload and validate
gpd publish upload app.aab --package com.example.appInspect release status
gpd publish status --package com.example.app --track internal
gpd publish status --package com.example.app --track productionRecent tracks and releases
gpd publish tracks --package com.example.appInternal app sharing
Use for fast distribution of a build without a full track release.
gpd publish internal-share upload app.aab --package com.example.appCleanup and rollback
gpd publish halt --package com.example.app --track production --confirm
gpd publish rollback --package com.example.app --track production --confirmNotes
- Prefer
gpd publish releasefor end-to-end flow instead of manual steps. - Use a new version code for each uploaded build.
Related skills
AI & Agent Buildingagents