Backend type bridger
Syncs FastAPI OpenAPI schema to TypeScript types and reads Firestore schema hints. Use when writing Vue composables against FastAPI or Firebase backends.From its SKILL.md
npx -y skills add HeyEddi-com/skills --skill backend-type-bridgerAssembled 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.
SKILL.md
0.8 KB, 132 tokens by cl100k_base, as published. Nobody here has run it
Backend Type Bridger
When to use
- Frontend agent needs accurate API payload shapes
openapi.jsonor FastAPI server available locally- Firestore rules or schema file exists for Firebase projects
Instructions
- FastAPI:
python scripts/sync_openapi.py --project-root <root>— writessrc/types/api.tsfromopenapi.jsonor--url - Firebase:
python scripts/fetch_firestore_schema.py --project-root <root> - Import generated types in composables — never guess field names. Refine generated interfaces if OpenAPI uses
$refheavily.
What ships with it: 7 files
8.8 KB alongside SKILL.md, 3 of them executable
context/
- ANTI_PATTERNS.md158 B
- EXAMPLES.md189 B
- VOCABULARY.md318 B
scripts/
- fetch_firestore_schema.pyruns1.4 KB
- _skill_cli.pyruns1.3 KB
- sync_openapi.pyruns4.3 KB
- manifest.json1.1 KB