Our review
Centralized index of all available Claude Code skills in the project, including resolution order and topic-to-skill mapping.
Strengths
- Clear organization of skills by category (project, library).
- Explicit resolution order to avoid conflicts.
- Topic-to-skill map for quick lookup.
Limitations
- Only an index, no implementation details.
- Requires that the listed skills are actually available.
When orienting to the available skills or deciding which skill to invoke for a given task.
When needing concrete guidance on a specific framework or library.
Security analysis
SafeThis file is a static Markdown index linking to other skill directories. It contains no executable instructions, shell commands, or data exfiltration risks. It is purely informational and poses no direct execution risk.
No concerns found
Examples
List all Claude Code skills available in this project.Which skill covers Firebase services and Firestore?What skill should I use for shadcn-svelte components?Skills Directory — Master Index
Root index for all Claude Code skills in this project.
Project-Specific Skills
| Skill | Directory | Use When... |
|---|---|---|
| bpsk | bpsk/ | Working with this SvelteKit boilerplate — architecture, setup, config, stores, services, utilities, components, packages, security |
Library & Framework Skills
Firebase
| Skill | Directory | Use When... |
|---|---|---|
| firebase | firebase/ | Firebase services, Firestore queries/rules, Cloud Functions, Auth providers, emulators, deployment |
UI Components (shadcn-svelte)
| Skill | Directory | Use When... |
|---|---|---|
| shadcn_svelte | shadcn_svelte/ | Adding/using shadcn-svelte components, forms, dark mode, data tables, theming |
Frontend Design (Impeccable)
| Skill | Directory | Use When... |
|---|---|---|
| impeccable | impeccable/ | Designing/refining UI/UX, typography/color/layout decisions, design anti-patterns |
Svelte 5 & SvelteKit
| Skill | Directory | Use When... |
|---|---|---|
| svelte5_sveltekit | svelte5_sveltekit/ | Svelte 5 runes, SvelteKit routing/data flow, Tailwind integration, SSR patterns |
Skill Resolution Order
- Project-specific first —
bpskfor boilerplate conventions. These override external guidance. - Library skills second —
firebase,shadcn_svelte,svelte5_sveltekit,impeccablefor technology-specific guidance.
Topic → Skill Map
| Topic | Primary Skill | Also Check |
|---|---|---|
| Project architecture / orientation | bpsk | — |
| Setup / CLI / config | bpsk | — |
| npm packages / @xbg.solutions/* | bpsk | — |
| Import paths / dependency graph | bpsk | — |
| Test suite / mocks / test utils | bpsk | — |
| Stores (auth, loading, toast) | bpsk | svelte5_sveltekit (runes) |
| Services (auth, API, toast) | bpsk | firebase (Firebase Auth) |
| Utilities (cn, guards, errors) | bpsk | — |
| UI components / blocks | bpsk | shadcn_svelte, impeccable |
| Security (CSP, CSRF, App Check) | bpsk | firebase |
| Firebase Auth / Firestore / Functions | firebase | bpsk (wrappers) |
| shadcn components | shadcn_svelte | bpsk (import conventions) |
| Svelte 5 runes / reactivity | svelte5_sveltekit | bpsk (store patterns) |
| SvelteKit routing / load functions | svelte5_sveltekit | bpsk (route guards) |
| Tailwind CSS / styling | svelte5_sveltekit | shadcn_svelte (theming) |
| Design / UI refinement | impeccable | shadcn_svelte |
API Documentation Generator
Documentation
Automatically generates OpenAPI/Swagger API documentation.
Technical Writer
Documentation
Writes clear technical documentation following top style guides.
Diataxis Documentation Framework
Documentation
Create comprehensive, user-focused documentation using the Diataxis framework. Identify the right documentation type (tutorials, how-to guides, references, explanations) and apply best practices for each.