From audiobook-organizer
Load project context for the audiobook-organizer codebase. Invoke this skill at the start of any agent that needs project knowledge. Reads live docs files — no hardcoded values. Falls back to generic behavior on non-audiobook-organizer projects.
How this skill is triggered — by the user, by Claude, or both
Slash command
/audiobook-organizer:project-contextThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Check if `docs/AI-REFERENCE.md` exists in the current working directory.
Check if docs/AI-REFERENCE.md exists in the current working directory.
CLAUDE.md and any files in docs/ that describe architecture. Continue with whatever you find.Read each file below in order. Stop if the context window is getting full (skip later files).
docs/AI-REFERENCE.md — architecture overview, package map, API surface, critical gotchasdocs/database-architecture.md — DB design decisions, rationale, schema overviewdocs/database-pebble-schema.md — PebbleDB key format referenceCLAUDE.md — workflow rules, constraints, build commandsdocs/specs/ (by filename prefix YYYY-MM-DD) — recent architectural decisionsUse ls docs/specs/ | sort -r | head -3 to identify the newest spec files.
After reading, emit this block (fill in from what you read):
=== PROJECT CONTEXT ===
Language/Framework: Go 1.24 backend + React 18/TypeScript frontend (Gin, Material UI)
Build: make build (full) | make build-api (backend only) | make deploy (prod)
Test: make test | make test-all | make test-e2e
DB: PebbleDB (primary) | NutsDB (activity log) | SQLite (opt-in)
Key constraints:
- UpdateBook does FULL column replacement — always supply all fields
- ensureLibraryCopy returns stale data — follow with syncMetadataToLibraryCopy
- runApplyPipeline must check isProtectedPath
- Purge skips books with iTunes PIDs
- Use LSP (gopls hover/goToDefinition/findReferences) instead of grep for Go symbols
Recent decisions: [list 1-3 key points from the newest spec files]
=== END CONTEXT ===
After emitting the context summary, the invoking agent takes over. Do not answer any questions yet — just load context and hand off.
npx claudepluginhub falkcorp/audiobook-organizer --plugin audiobook-organizerOffers UI/UX design guidance for web and mobile with 50+ styles, 161 color palettes, 57 font pairings, and 99 UX guidelines across 10 stacks. Use for designing pages, components, color systems, or reviewing UI code.
Mines projects and conversations into a searchable memory palace. Activates on queries about MemPalace, memory palace, mining, searching, palace setup, wings, rooms, drawers, or recalling past work.