·cli-configuration
</>

cli-configuration

Configuration management patterns including file formats, precedence, environment variables, and XDG directories. Use when implementing configuration systems for CLI applications.

15Installs·0Trend·@geoffjay

Installation

$npx skills add https://github.com/geoffjay/claude-plugins --skill cli-configuration

How to Install cli-configuration

Quickly install cli-configuration AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/geoffjay/claude-plugins --skill cli-configuration
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: geoffjay/claude-plugins.

SKILL.md

View raw

Patterns and best practices for managing configuration in command-line applications.

Follow the XDG Base Directory specification for cross-platform compatibility.

| Linux | /.config/myapp | /.local/share/myapp | /.cache/myapp | | macOS | /Library/Application Support/myapp | /Library/Application Support/myapp | /Library/Caches/myapp | | Windows | %APPDATA%\example\myapp | %APPDATA%\example\myapp | %LOCALAPPDATA%\example\myapp |

Configuration management patterns including file formats, precedence, environment variables, and XDG directories. Use when implementing configuration systems for CLI applications. Source: geoffjay/claude-plugins.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/geoffjay/claude-plugins --skill cli-configuration
Category
</>Dev Tools
Verified
First Seen
2026-02-19
Updated
2026-03-10

Browse more skills from geoffjay/claude-plugins

Quick answers

What is cli-configuration?

Configuration management patterns including file formats, precedence, environment variables, and XDG directories. Use when implementing configuration systems for CLI applications. Source: geoffjay/claude-plugins.

How do I install cli-configuration?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/geoffjay/claude-plugins --skill cli-configuration Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/geoffjay/claude-plugins