Save Tokens
Token-saving session automation — statusline, prompt guard, precompact handoffs, session rotation, and handoff commands for Claude Code
Cli Shell
Top-level Commander wiring, welcome screen, missing-hook warning, CliError exit handling, and the public programmatic API surface
Template Library
Bundled agents, commands, hooks, and settings that users install via `aspens add`, `aspens doc init`, and `aspens save-tokens` into their .claude/ directories
Codex Support
Multi-target output system — target abstraction, backend routing, content transforms for Codex CLI and future targets
Base
Core conventions, tech stack, and project structure for aspens
Skill Generation
LLM-powered generation pipeline for Claude Code skills and CLAUDE.md — doc-init command, prompt system, context building, and output parsing
Doc Sync
Incremental skill updater that maps git diffs to affected skills and optionally auto-syncs via a post-commit hook
Doc Impact
Context health analysis — freshness, domain coverage, hub surfacing, drift detection, LLM-powered interpretation, and auto-repair for generated agent context
Agent Customization
LLM-powered injection of project context into installed agent templates via `aspens customize agents`
Import Graph
Static import analysis that builds dependency graphs, domain clusters, hub files, git churn hotspots, and file priority rankings
Claude Runner
Claude/Codex CLI execution layer — prompt loading, stream-json parsing, file output extraction, path sanitization, skill file writing, and skill rule generation
Architecture
>
Repo Scanning
Deterministic repo analysis — language/framework detection, structure mapping, domain discovery, health checks, and import graph integration