Skip to main content
Run any Skill in Manus
with one click
GitHub repository

cxas-auto-pi-agent

cxas-auto-pi-agent contains 8 collected skills from Yash-Kavaiya, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
8
Stars
0
updated
2026-06-15
Forks
0
Occupation coverage
3 occupation categories · 100% classified
repository explorer

Skills in this repository

tester
software-quality-assurance-analysts-and-testers

Test-phase skill for pi-forge. Use during the Test phase to run the project's test suites (unit, integration, contract, E2E for the general path), capture results and coverage, write artifacts/test-report.md, and record metrics via forge_metric.

2026-06-15
cxas-wrapper
software-developers

Safe bridge to the cxas CLI for pi-forge CXAS projects. Use whenever a CX Agent Studio project needs to lint an app directory, run evaluations, manage apps/deployments, or migrate from Dialogflow CX. Always go through the forge_cxas tool (never raw shell); it enforces an allow-list and returns structured results.

2026-06-15
evaluator
software-developers

Evaluate-phase skill for pi-forge. Use during the Evaluate phase to make a holistic, freeform judgment of the work against the brief, write artifacts/scorecard.md with an approve|iterate recommendation plus justification and risks, and record the verdict via forge_metric to inform the G2 gate.

2026-06-15
project-planner
software-developers

First Build-phase skill for pi-forge. Use at the start of the Build phase to turn the approved brief into an executable plan. Reads artifacts/brief.json and writes artifacts/plan.md with the approach, module/feature breakdown (WBS), build sequence, and stack rationale.

2026-06-15
project-orchestrator
project-management-specialists

Drives a project through the pi-forge delivery lifecycle (intake → clarify → build → test → evaluate → improve → deliver). Use when starting or continuing a pi-forge project, or whenever asked to "run the project", "continue the project", or after /forge-new. Reads state via forge_status and advances phases via forge_advance, opening gates with forge_gate.

2026-06-15
improver
project-management-specialists

Improve-phase skill for pi-forge. Use during the Improve phase after an iterate verdict to root-cause the scorecard findings, write a prioritized artifacts/backlog.md, and hand back so the orchestrator re-enters the Build phase (bounded by maxIterations).

2026-06-15
requirements-clarifier
project-management-specialists

Clarify-phase skill for pi-forge. Use during the Clarify phase to turn a raw request into a high-quality Project Brief. Scans for ambiguity across functional, non-functional, integration, data, user, edge-case, metric, and scope dimensions, asks batched categorized questions, and writes artifacts/brief.md + brief.json.

2026-06-15
tdd-builder
software-developers

Second Build-phase skill for pi-forge. Use to implement the plan with strict test-first discipline by delegating to superpowers:test-driven-development. Reads artifacts/plan.md and brief.json, implements each acceptance criterion red-green-refactor, and makes conventional commits.

2026-06-15