openapi-regen

OpenAPI Spec Regeneration

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "openapi-regen" with this command: npx skills add significant-gravitas/autogpt/significant-gravitas-autogpt-openapi-regen

OpenAPI Spec Regeneration

Steps

  • Run end-to-end in a single shell block (so REST_PID persists): cd autogpt_platform/backend && poetry run rest & REST_PID=$! WAIT=0; until curl -sf http://localhost:8006/health > /dev/null 2>&1; do sleep 1; WAIT=$((WAIT+1)); [ $WAIT -ge 60 ] && echo "Timed out" && kill $REST_PID && exit 1; done cd ../frontend && pnpm generate:api:force kill $REST_PID pnpm types && pnpm lint && pnpm format

Rules

  • Always use pnpm generate:api:force (not pnpm generate:api )

  • Don't manually edit files in src/app/api/generated/

  • Generated hooks follow: use{Method}{Version}{OperationName}

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

vercel-react-best-practices

No summary provided by upstream source.

Repository SourceNeeds Review
General

worktree-setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

backend-check

No summary provided by upstream source.

Repository SourceNeeds Review
General

frontend-check

No summary provided by upstream source.

Repository SourceNeeds Review