agentsclimarketplace

Backend type bridger

Skill HeyEddi-com/skills/skills/backend-type-bridger

HeyEddi Cursor Agent Skills hub — 20 skills, agent eval suite, git subtree distribution

Install
npx -y skills add HeyEddi-com/skills --skill backend-type-bridger

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its author says it does

Copied from the file, not written here

Syncs a local FastAPI OpenAPI file to TypeScript types and reads Firestore schema hints. Use when writing Vue composables against FastAPI or Firebase backends.

SKILL.md

1.2 KB, as published. Nobody here has run it

Backend Type Bridger

When to use

  • Frontend agent needs accurate API payload shapes
  • Local openapi.json (or another OpenAPI file under the project root)
  • Firestore rules or schema file exists for Firebase projects

Instructions

  1. Ensure a local OpenAPI file at openapi.json (project root). Prefer the scaffolded file. If the API is running and the file is missing/stale, export to disk first (do not pass a URL into this skill):

    curl -fsS http://127.0.0.1:8090/openapi.json -o openapi.json
    
  2. FastAPI types: python scripts/sync_openapi.py --project-root <root>: writes src/types/api.ts from local openapi.json only (optional --openapi path/rel.json).

  3. Firebase: python scripts/fetch_firestore_schema.py --project-root <root>

  4. Import generated types in composables: never guess field names. Refine generated interfaces if OpenAPI uses $ref heavily.

Keep looking

Skills are one crate of 328,083. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.