heyeddi-com/heyeddi-skills

composable-patterns

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.

First seen Jul 6, 2026

Installation

$ npx skills add heyeddi-com/heyeddi-skills --skill composable-patterns

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from heyeddi-com/heyeddi-skills · top by installs.

npx skills add heyeddi-com/heyeddi-skills

Browse all from heyeddi-com/heyeddi-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Version1.0.0

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 864 B
  • docs SUMMARY.md 207 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 69 installs

SKILL.md

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

  1. Read context/fastapi-jwt.md for REST + JWT projects.
  2. Read context/firebase-client.md for Firebase/Firestore projects.
  3. Optional: python scripts/validate_composable.py --path src/composables/useX.ts

Notes

  • Prefer context docs over improvising interceptors or security rules.