create-skill
Scaffold a new scaffolding-compatible skill: an interactive flow that creates `skills/<name>/SKILL.md` from the canonical template, composes a `TRIGGER`/`SKIP`…
Analyze and optimize Claude Code's context configuration (analyze, optimize, or reset).
> /plugin marketplace add komluk/scaffolding > /plugin install scaffolding@komluk-scaffolding
How it fires
How this command gets triggered: by you, by Claude, or both.
/contextContext preview
What this command does when you run it.
Analyze and optimize Claude Code's context configuration (analyze, optimize, or reset).
name: context description: Analyze and optimize Claude Code's context configuration (analyze, optimize, or reset).
Analyze and optimize Claude Code's context configuration.
/context [analyze|optimize|reset]
Reviews context files and reports optimization opportunities without making changes.
**Checks**:
**Output**:
Context Analysis Report ======================= Total tokens: XXXX Stale content: X sections Redundant: X items Potential savings: XX% Recommendations: 1. Archive section X to knowledge-core.md 2. Remove duplicate Y 3. Consolidate imports Z
Automatically applies optimizations:
**Safety**: Creates backup before changes
Restores template files and clears customizations.
**Use for**: Starting fresh projects
**Warning**: Requires confirmation
| Trigger | Command | |---------|---------| | Every 50 messages | `/context analyze` | | After major refactoring | `/context analyze` | | When analysis shows 15%+ savings | `/context optimize` | | Task switching | `/context optimize` | | New project | `/context reset` |
Based on Anthropic research:
Spec-driven multi-agent orchestration for Claude Code — pure markdown, zero backend, runs on the stock runtime. 13 agents, 36 skills, 19 commands, 15 hooks, per-phase model tiers, opt-in lifecycle hooks, optional cross-device semantic memory.
Repo: komluk/scaffolding
Scaffold a new scaffolding-compatible skill: an interactive flow that creates `skills/<name>/SKILL.md` from the canonical template, composes a `TRIGGER`/`SKIP`…
Health-check the scaffolding install and report install problems plus exact fixes (diagnose-only, never mutates).
Initialize OpenSpec in a project directory with the scaffolding-workflow schema.
Scaffold opt-in path-scoped nested CLAUDE.md rule files into the project to lazy-load per-area conventions while keeping routing always-loaded.
Bootstrap a new project with the scaffolding CLAUDE.md, settings.json, and `.scaffolding/` directory structure.