Skill Claude CodeCodex
LLM-powered injection of project context into installed agent templates via aspens customize agents.
Skill Claude CodeCodex
LLM-powered injection of project context into installed agent templates via aspens customize agents.
Skill Claude CodeCodex
Use when modifying imports, creating new files, refactoring modules, or understanding how components relate. Not needed for simple single-file edits.
Skill Claude CodeCodex
Core conventions, tech stack, and project structure for aspens.
Skill Claude CodeCodex
Claude/Codex CLI execution layer — prompt loading, stream-json parsing, file output extraction, path sanitization, skill file writing, and skill rule generation.
Skill Claude CodeCodex
Top-level Commander wiring, welcome screen, missing-hook warning, CliError exit handling, and the public programmatic API surface.
Skill Claude CodeCodex
Multi-target output system — target abstraction, backend routing, content transforms for Codex CLI and future targets.
Skill Claude CodeCodex
Context health analysis — freshness, domain coverage, hub surfacing, drift detection, LLM-powered interpretation, and auto-repair for generated agent context.
Skill Claude CodeCodex
Incremental skill updater that maps git diffs to affected skills and optionally auto-syncs via a post-commit hook.
Skill Claude CodeCodex
Static import analysis that builds dependency graphs, domain clusters, hub files, git churn hotspots, and file priority rankings.
Skill Claude CodeCodex
Deterministic repo analysis — language/framework detection, structure mapping, domain discovery, health checks, and import graph integration.
Skill Claude CodeCodex
Token-saving session automation — statusline, prompt guard, precompact handoffs, session rotation, and handoff commands for Claude Code.
Skill Claude CodeCodex
LLM-powered generation pipeline for Claude Code skills and AGENTS.md — doc-init command, prompt system, context building, and output parsing.
Skill Claude CodeCodex
Bundled agents, commands, hooks, and settings that users install via aspens add, aspens doc init, and aspens save-tokens into their .claude/ directories.
Agent Claude Code
Fix compilation errors, build failures, type errors, or test failures. Systematically identifies root causes and fixes them in order.
Agent Claude Code
Review code for quality, architectural consistency, and integration issues. Use after implementing features, refactoring, or before merging PRs.
Agent Claude Code
Execute refactoring tasks — reorganize files, extract components, update imports, fix patterns across the codebase. Use after a refactor-planner has created a plan.
Agent Claude Code
Create or update documentation — READMEs, API docs, architecture overviews, data flow diagrams, developer guides. Reads actual code first, never documents from assumptions.
Agent Claude Code
Execute a development plan created by the plan agent — spawn parallel subagents per phase, test, and ship.
Agent Claude Code
Write compelling, human-sounding content — landing pages, marketing copy, user docs, social media, email sequences, blog posts. Produces distinctive prose that avoids AI patterns.
Agent Claude Code
Review development plans for completeness, feasibility, risks, and missed considerations before implementation begins.
Agent Claude Code
Triage, analyze, and create phased development plans. Iterate with the user until the plan is approved.
Agent Claude Code
Analyze code and create comprehensive refactoring plans with phases, risk assessment, and step-by-step strategy. Use BEFORE code-refactor-master executes.
Agent Claude Code
UX/UI design guidance — component specs with states, accessibility audits, user flow analysis, design system recommendations. For developers building interfaces.
Agent Claude Code
Research technical topics by searching the web — debug errors, compare solutions, find best practices from GitHub issues, Stack Overflow, documentation, and community resources.