Composable patterns
HeyEddi Cursor Agent Skills hub — 20 skills, agent eval suite, git subtree distribution
npx -y skills add HeyEddi-com/skills --skill composable-patternsAssembled 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
Provides FastAPI JWT and Firebase client composable patterns for consistent auth and data layers. Context-first skill — use when writing or reviewing Vue composables for API access.
SKILL.md
0.8 KB, as published. Nobody here has run it
Composable Patterns
When to use
- Writing
useAuth,useApi, or Firestore data composables - Choosing between FastAPI JWT vs Firebase client patterns
- Reviewing composable error handling and token refresh
Instructions
- Read
context/fastapi-jwt.mdfor REST + JWT projects. - Read
context/firebase-client.mdfor Firebase/Firestore projects. - Optional:
python scripts/validate_composable.py --path src/composables/useX.ts
Notes
- Prefer context docs over improvising interceptors or security rules.