Back to Skills

state-directory-manager

vamseeachanta
Updated 9 days ago
41 views
3
2
3
View on GitHub
Otherbashstatepersistenceconfigdirectoryxdg

About

This skill provides XDG-compliant persistent state directory management for bash scripts, handling path resolution and cleanup automatically. It's ideal for CLI tools needing to store configuration, cache data, or maintain logs between executions. Developers should use it when building portable scripts that require state persistence across runs.

Quick Install

Claude Code

Recommended
Primary
npx skills add vamseeachanta/workspace-hub -a claude-code
Plugin CommandAlternative
/plugin add https://github.com/vamseeachanta/workspace-hub
Git CloneAlternative
git clone https://github.com/vamseeachanta/workspace-hub.git ~/.claude/skills/state-directory-manager

Copy and paste this command in Claude Code to install this skill

GitHub Repository

vamseeachanta/workspace-hub
Path: .claude/skills/_core/bash/state-directory-manager
0

Related Skills

usage-tracker

Other

The usage-tracker skill enables developers to track and analyze tool or resource usage over time through timestamped logging and reporting. It's designed for generating periodic usage reports, monitoring quotas, and detecting usage trends, but is not suitable for real-time or high-frequency event tracking. Key capabilities include daily/weekly/monthly breakdowns and pattern analysis for building dashboards.

View skill

parallel-batch-executor

Other

This skill enables parallel task execution in bash using xargs and job control for significant performance gains. It's ideal for batch operations on independent items like multiple files or repositories, particularly for I/O-bound tasks. Developers should use it when order doesn't matter and avoid it for tasks with dependencies or shared resource requirements.

View skill

cross-platform-compat

Other

This skill provides canonical bash patterns and command replacements for writing portable scripts across Windows Git Bash, Linux, and macOS. It includes OS detection and fixes for common breaking commands like `bc`, `python3`, `nproc`, and `sed -i`. Use it when writing or auditing scripts that need to run reliably on different development machines.

View skill

complexity-scorer

Other

This skill analyzes task complexity using keyword matching and heuristic rules to classify tasks for routing and prioritization. It's ideal for building intelligent dispatchers that direct work to appropriate handlers or recommend resources based on configurable thresholds. Use it for auto-classifying requests, but avoid for simple yes/no decisions or highly specialized domains.

View skill