data-access-api
CommunityEnforce validated data flows via a service layer.
AuthorHashzin-0
Version1.0.0
Installs0
System Documentation
What problem does it solve?
Frontend data is untrusted — all external data interactions must be validated before touching the data layer, and all data access should go through a service layer to prevent leaks and inconsistent handling.
Core Features & Use Cases
- Validation-first data access: enforce schemas before any query to databases or external APIs.
- Centralized HTTP client with timeout and retry logic for reliable external calls.
- Explicit error handling with the Result pattern to avoid unhandled exceptions.
- Service-layer architecture that decouples components from data sources and enables easier testing.
Quick Start
Create a data service that validates incoming data against a schema before calling the repository or API client.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: data-access-api Download link: https://github.com/Hashzin-0/Curion/archive/main.zip#data-access-api 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 471,000+ vetted skills library on demand.