Use when implementing or debugging code that uses @suaveplan/cache: Type-safe caching abstraction: LRU/LFU/FIFO/TTL MemoryCache, NamespacedCache, CacheFactory, stale-while-revalidate, multi-get/set, lifecycle events, injectable clock, OTel instrumentation, and structured CACHE.
Use when implementing or debugging code that uses @suaveplan/db-sqlite: Universal SQLite adapter for the genesis monorepo: bun:sqlite on the Bun server, @sqlite.
Use when implementing or debugging code that uses @suaveplan/db: Universal relational database adapter interface: DatabaseAdapter (extends DatabaseLike), structured DB.
Use when implementing or debugging code that uses @suaveplan/migration: Database-agnostic migration runner with ledger tracking, dry-run, checksums, lock adapters, and OTel instrumentation.
Use when implementing or debugging code that uses @suaveplan/surrealdb: Universal SurrealDB client wrapper implementing DatabaseAdapter: connection lifecycle, singleton registry, typed CRUD, schema discovery, initialisation, version detection, OTel instrumentation, retry integration, and structured SURREAL.
Claude Code plugin marketplace for the Suaveplan monorepo. Each plugin corresponds 1:1 to a domain folder under genesis/packages/<plugin>/. Skills inside each plugin are generated from on-disk package READMEs and co-located .md files.
# In Claude Code, add this marketplace:
/plugin marketplace add SuavePlan/suaveplan-skills
# Then install plugins individually:
/plugin install suaveplan-foundation@suaveplan
/plugin install suaveplan-crypto@suaveplan
# ...etc
plugins/suaveplan-architect/ — start here. The pick-plugins skill interrogates your use case and recommends the right plugin set (one of ~10 archetypes: password manager, multiplayer game, SaaS web app, logistics platform, decentralised app, observatory tool, etc.).plugins/suaveplan-<domain>/ — one plugin per domain folder in genesis/packages/. Each contains one SKILL.md per @suaveplan/<package>.archetypes.yml — recipe data: which plugins to install for each project archetype. Read by pick-plugins.scripts/generate-marketplace.ts — regenerates .claude-plugin/marketplace.json from genesis/scripts/folder-reorg/assignment.yml.scripts/generate-skills.ts — regenerates every SKILL.md from on-disk package READMEs.Skills and the marketplace manifest are generated, not hand-written (the suaveplan-architect plugin is the one exception). Whenever genesis ships a package or changes its README, regenerate:
bun scripts/generate-marketplace.ts
bun scripts/generate-skills.ts
CI on this repo runs both with --check and fails on drift.
54 plugins, 403 packages (current + Vaulted future + universe family). See .claude-plugin/marketplace.json for the live list.
MIT, matching genesis.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
npx claudepluginhub suaveplan/suaveplan-skills --plugin suaveplan-database@suaveplan/random domain skills (auto-generated).
@suaveplan/image domain skills (auto-generated).
@suaveplan/crypto domain skills (auto-generated).
@suaveplan/codes domain skills (auto-generated).
@suaveplan/foundation domain skills (auto-generated).
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
A growing collection of Claude-compatible academic workflow bundles. Covers scientific figures, manuscript writing and polishing, reviewer assessment, citation retrieval, data availability, paper reading, literature search, response letters, paper-to-PPTX conversion, and evidence-grounded Chinese invention patent drafting. Rules are organized as reusable skill folders with explicit workflows and quality checks.
Intelligent draw.io diagramming plugin with AI-powered diagram generation, multi-platform embedding (GitHub, Confluence, Azure DevOps, Notion, Teams, Harness), conditional formatting, live data binding, and MCP server integration for programmatic diagram creation and management.
Persistent file-based planning for AI coding agents. Crash-proof markdown plans (task_plan.md, findings.md, progress.md) that survive context loss and /clear, with an opt-in completion gate and multi-agent shared state. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. Includes Arabic, German, Spanish, and Chinese (Simplified and Traditional).
Complete creative writing suite with 10 specialized agents covering the full writing process: research gathering, character development, story architecture, world-building, dialogue coaching, editing/review, outlining, content strategy, believability auditing, and prose style/voice analysis. Includes genre-specific guides, templates, and quality checklists.
Payload Development plugin - covers collections, fields, hooks, access control, plugins, and database adapters.