Three Axes Status banner
luxsolari luxsolari

Three Axes Status

Development community

Description

--- description: Shows the currently resolved Three Axes Framework profile, with source layer for each axis value. --- Display the current Three Axes Framework profile. Follow these steps: 1. Read these files using the Read tool (treat missing files as empty `{}`): - Global profile: `~/.claude/three-axes-profile.json` - Project profile: `.three-axes.json` (in the current working directory — check if we're in a git repo first with `git rev-parse --show-toplevel` via Bash, use that root if

Installation

Installs to ~/.claude/skills/luxsolari-three-axes-framework-three-axes-status/SKILL.md

Terminal
mkdir -p ~/.claude/skills/luxsolari-three-axes-framework-three-axes-status && curl -fsSL https://raw.githubusercontent.com/luxsolari/three-axes-framework/HEAD/commands/three-axes-status.md -o ~/.claude/skills/luxsolari-three-axes-framework-three-axes-status/SKILL.md

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

Full documentation available on GitHub

View Source Repository