state-db
CommunityPersistent state for Claude Code skills.
Authorwitooh
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill provides a centralized, persistent storage layer for Claude Code skills, enabling them to save, retrieve, and manage data across different sessions and executions.
Core Features & Use Cases
- Data Persistence: Store and retrieve any type of data (configurations, user states, logs, etc.) in a structured PostgreSQL database.
- Cross-Session Memory: Allows skills to remember information between invocations, crucial for complex workflows.
- Shared Data Storage: Enables multiple skills to access and modify a common data store, facilitating inter-skill communication and data synchronization.
- Use Case: A
food-trackerskill can save daily meal entries, and asummary-reporterskill can later query this data to generate weekly nutritional reports.
Quick Start
Use the state-db skill to save a new entry for the food-tracker skill with the data {"meal": "lunch", "items": ["rice", "chicken"], "phosphorus_mg": 250}.
Dependency Matrix
Required Modules
None requiredComponents
references
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: state-db Download link: https://github.com/witooh/skills/archive/main.zip#state-db Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.