appstash-cli
Installation
SKILL.md
appstash CLI Directory Management
Use appstash for simple, clean application directory resolution in CLI tools. It provides consistent paths for config, cache, data, logs, and temp directories with graceful fallback handling.
When to Apply
Use this skill when:
- Building a CLI tool that needs to store configuration
- Implementing persistent caching for CLI operations
- Managing API keys or auth tokens for CLI tools
- Adding logging to CLI applications
- Storing temporary files during CLI operations