Contextune Config banner
shakestzd shakestzd

Contextune Config

Development community

Description

--- name: contextune:config description: Manage unified Contextune-HtmlGraph configuration --- # Contextune Configuration Management Manage the unified `.contextune-config.yaml` configuration file for both Contextune and HtmlGraph. ## Commands ### Initialize Configuration Create a new default configuration file: ```bash uv run python -c " from lib.contextune_integration.config_loader import ConfigLoader from pathlib import Path loader = ConfigLoader() config = loader.create_default() pri

Installation

Installs to ~/.claude/skills/shakestzd-contextune-contextune-config/SKILL.md

Terminal
mkdir -p ~/.claude/skills/shakestzd-contextune-contextune-config && curl -fsSL https://raw.githubusercontent.com/shakestzd/contextune/HEAD/commands/contextune-config.md -o ~/.claude/skills/shakestzd-contextune-contextune-config/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository