Glance Store Scaffold

Scaffold and validate a new glance_store backend plugin design with entry-point wiring, capability flags, and test planning. Use when user asks to create a store backend skeleton, add a new glance_store driver, or design multi-store compatible backend integration.

konan-abhi Updated

File contents

Glance Store Scaffold

Instructions

  1. Follow skills/glance-store-scaffold.md.
  2. Use docs/baseline_guides/store_backend_lifecycle.md as the lifecycle source.
  3. Generate structured output matching schemas/store_scaffold_schema.json.
  4. Validate style expectations using:
    • tools/validate_license_header.py
    • tools/validate_import_order.py

Scaffold checklist

  • Confirm module path and entry-point key.
  • Define Store and StoreLocation responsibilities.
  • Plan capability bitmask usage and scheme mapping.
  • Include unit + functional test outline.

Additional resources

  • docs/baseline_guides/store_backend_lifecycle.md
  • schemas/store_scaffold_schema.json

konan-abhi/glance-cursor-skills/tree/main/.cursor/skills/glance-store-scaffold commit 93aeb91d84

Frequently asked questions

npx skillmds@latest add konan-abhi/glance-store-scaffold