alexiolan

22 mods across 1 repository, 17 stars between them.

craft-skills

02

alexiolan/craft-skills

Plugin Claude Code

Structured development skills for any project. Provides brainstorming, planning, parallel agent development, browser testing, systematic debugging, and self-improvement workflows.

17 2mo ago A tokens not measured GPL-3.0

alexiolan/craft-skills

Instructions file

Claude Code instructions for alexiolan/craft-skills, covering craft-skills — plugin dev conventions, architecture, hard rules (learned the hard way), local llm (qwen3.6-35b-a3b, 4-bit mlx via lm studio) and versioning / release.

17 2mo ago A 999 tokens GPL-3.0

SessionStart

04

alexiolan/craft-skills

Hook

Runs when a session starts on startup, clear and compact, running an inline shell check. From alexiolan/craft-skills.

17 2mo ago A tokens not measured GPL-3.0

aesthetic-direction

05

alexiolan/craft-skills

Skill Claude CodeCodex

Generate or verify the project's one-time AESTHETICDIRECTION.md — a design-language contract used by ux-brief and design-review. Invoked automatically by architect/craft when UI work is planned and .claude/aesthetic-direction.md does not yet exist. Auto-generates without blocking; user can refine the file later.

17 2mo ago B 70 tokens GPL-3.0

architect

06

alexiolan/craft-skills

Skill Claude CodeCodex

Use when the user needs to plan and architect a new feature before implementation begins. This includes analyzing requirements, asking clarifying questions, and creating a detailed implementation plan aligned with the project's architecture. Invoke BEFORE any coding work starts.

17 2mo ago B 47 tokens GPL-3.0

bootstrap

07

alexiolan/craft-skills

Skill Claude CodeCodex

Loaded at session start. Establishes awareness of craft-skills so the assistant invokes relevant skills before acting. Not invoked directly.

17 2mo ago A 27 tokens GPL-3.0

browser-test

08

alexiolan/craft-skills

Skill Claude CodeCodex

Use when a feature has been built and needs browser-based UI testing. Plans test scenarios, groups them into parallel batches, and dispatches multiple browser-tester agents simultaneously.

17 2mo ago A 37 tokens GPL-3.0

craft-ace

09

alexiolan/craft-skills

Skill Claude CodeCodex

Cost-optimized craft variant: Qwen3.6-35B-A3B handles implementation and reviews locally, Opus orchestrates, Sonnet as fallback. Requires LM Studio running. Targets 45-60% API cost reduction vs base /craft.

17 2mo ago A 56 tokens GPL-3.0

craft

10

alexiolan/craft-skills

Skill Claude CodeCodex

Use when starting a new feature that needs thorough design exploration. This is the most comprehensive workflow: collaborative brainstorming with the user, then planning, then parallel agent development, then browser testing. Use for complex features, unclear requirements, or when the user wants to explore approaches…

17 2mo ago B 58 tokens GPL-3.0

debug

11

alexiolan/craft-skills

Skill Claude CodeCodex

Use when investigating bugs, errors, failing tests, or unexpected behavior. Enforces systematic root-cause investigation BEFORE attempting any fix. Invoke this skill before writing any fix code.

17 2mo ago B 37 tokens GPL-3.0

design-review

12

alexiolan/craft-skills

Skill Claude CodeCodex

Post-develop visual regression + design-contract audit. Starts the dev server, captures screenshots of changed UI routes, and dispatches a Haiku-vision agent to compare the result against .claude/aesthetic-direction.md and the feature's ux-brief.md. Flags regressions before browser-test runs. Escalates to Sonnet or…

17 2mo ago A 79 tokens GPL-3.0

develop

13

alexiolan/craft-skills

Skill Claude CodeCodex

Use when an approved implementation plan exists and is ready to be executed. Initializes shared state, dispatches parallel developer agents, performs integration review, and runs full verification (lint, tsc, format, build).

17 2mo ago B 44 tokens GPL-3.0

finalize

14

alexiolan/craft-skills

Skill Claude CodeCodex

Use when an approved implementation plan already exists (from craft, implement, or architect) and needs to be executed and tested. Combines develop + browser-test into a single pipeline.

17 2mo ago A 39 tokens GPL-3.0

finish

15

alexiolan/craft-skills

Skill Claude CodeCodex

Use when implementation + verification are complete and the work needs to be integrated — commit, open a PR, merge, or clean up the branch. The final step of the craft pipeline (after develop/test/report). Works in the current checkout; no worktree assumption.

17 2mo ago A 55 tokens GPL-3.0

graph-explore

16

alexiolan/craft-skills

Skill Claude CodeCodex

Reference for code-review-graph MCP queries. Calling skills run the graph tools inline via ToolSearch in the main conversation — no dedicated agents. Covers graph freshness, embedding setup, semantic search, and targeted queries.

17 2mo ago A 46 tokens GPL-3.0

implement

17

alexiolan/craft-skills

Skill Claude CodeCodex

Use when implementing a feature with clear, well-understood requirements. Quick planning via architect agent, then parallel agent development, then browser testing. Faster than craft — use when requirements don't need deep exploration.

17 2mo ago A 42 tokens GPL-3.0

llm-review

18

alexiolan/craft-skills

Skill Claude CodeCodex

Reference for local-LLM scripts. Calling skills run the bash commands inline in the main conversation — no dedicated agents. Covers the availability check, model loading, script execution, and unloading lifecycle.

17 2mo ago B 43 tokens GPL-3.0

reflect

19

alexiolan/craft-skills

Skill Claude CodeCodex

Use when auditing, improving, or maintaining project health — CLAUDE.md accuracy, memory hygiene, settings, plans, and pattern discovery. Invoke periodically or when the user asks to audit or improve their project configuration.

17 2mo ago A 45 tokens GPL-3.0

reuse-index

20

alexiolan/craft-skills

Skill Claude CodeCodex

Generate or refresh .claude/reuse-index.md — a one-page inventory of the project's shared utilities, enums, hooks, and components that downstream implementer agents must consult before writing new code. Project-agnostic scan: no framework assumptions baked in. Invoke once per project (or when the shared surface…

17 2mo ago A 68 tokens GPL-3.0

simplify

21

alexiolan/craft-skills

Skill Claude CodeCodex

Use after implementation is complete to review changed code for reuse opportunities, quality issues, and architecture compliance. Identifies missed shared components, unnecessary complexity, and boundary violations.

17 2mo ago B 36 tokens GPL-3.0

ux-brief

22

alexiolan/craft-skills

Skill Claude CodeCodex

Generate a structured UX brief for a feature before implementation — diagnosis + prioritized patches + success criteria — that downstream implementer agents (Sonnet, Qwen3.6, Haiku) execute without clarification. Invoked by architect/craft when the spec contains UI components. Solo frontend-design by default; combined…

17 2mo ago B 85 tokens GPL-3.0