data-access-patterns
CommunityEfficient session data access for ultrawork.
Authormnthe
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This skill helps ultrawork agents access session data efficiently by routing JSON data through scripted queries while reading Markdown content directly, reducing token usage and speeding decision making.
Core Features & Use Cases
- Scripted JSON access: Retrieve session.json, context.json, and task data via dedicated scripts to minimize token overhead.
- Markdown reads for exploration context: Read exploration notes and docs directly when needed.
- Pattern-based access: Provides reusable patterns for checking phase, listing open tasks, and reading task details across session lifecycles.
Quick Start
Run a sample sequence: bun "{SCRIPTS_PATH}/session-get.js" --session ${CLAUDE_SESSION_ID} --field phase bun "{SCRIPTS_PATH}/task-list.js" --session ${CLAUDE_SESSION_ID} --status open bun "{SCRIPTS_PATH}/evidence-query.js" --session ${CLAUDE_SESSION_ID} --type test_result --last 5
Dependency Matrix
Required Modules
None requiredComponents
scriptsreferences
💻 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-patterns Download link: https://github.com/mnthe/hardworker-marketplace/archive/main.zip#data-access-patterns 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.