From auxly
Home dashboard for all your Auxly runs. Scans the working directory for past and present runs (council plans, execute/console runs) and shows them as a grid of cards — title, kind, status, and stages — in a Board tab of the shared Auxly Console. Use when the user wants an overview across runs: "show all my runs", "open the board", "what runs do I have", "the Auxly home/dashboard". Spans many runs (unlike the single-run execute/review views). Standalone; needs only Python + a browser.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auxly:auxly-boardThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
A single grid of every Auxly run found under the current directory — the home view across runs.
A single grid of every Auxly run found under the current directory — the home view across runs.
python3 scripts/_console/console.py board
# scan a different root:
python3 scripts/_console/console.py board --root /path/to/project
This scans for runs and opens (or attaches to) the console with a Board tab:
auxly-console/runs/*/state.json — multi-stage console runs (execute/review/etc.)auxly-dash/runs/*/state.json — legacy execute runsauxly-council/runs/*/final-plan.md and llm-council/runs/*/final-plan.md — planning runsEach card shows the run's title, kind (console / council), status, run id, and the stages it contains. Most-recently-updated first.
console.py board to see what's in flight and what's done.state.json / plan; it does not modify runs.scripts/_console (source: plugins/auxly/shared/console).npx claudepluginhub tzamun-arabia-it-co/auxly-skills --plugin auxlyProvides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.