aspens
Generates scoped codebase context files that stay in sync
All Skills in This Repository (12)
Pure Emerald Level Indicatorsrepo-scanning
Analyze repositories to detect languages, frameworks, structure, domains, and health.
agent-customization
Inject project-specific context from AGENTS.md into installed agent templates.
template-library
Provide bundled templates for agents, commands, hooks, and settings.
claude-runner
Executes Claude/Codex prompts via CLI with stream-json output parsing and skill file generation.
codex-support
Map canonical skill content to Claude and Codex target formats.
doc-impact
Assess repository health for agent-generated skills across targets.
skill-generation
Generate Claude Code skills and AGENTS.md from repository context.
architecture
Analyze code import graphs to identify hub files and domain clusters.
save-tokens
Automate token-guarded session handling and handoffs for Claude Code.
import-graph
Analyze static imports to build dependency graphs and domain clusters.
base
Establish baseline conventions, tech stack, and repository structure for aspens.
doc-sync
Map git diffs to affected skills and publish updates for Claude, Codex, and other targets.
Frequently Asked Questions
FAQPage SchemaHow to install aspens?โผ
Run `npx skills add aspenkit/aspens --all -g -y` in your terminal to install everything globally. Then run `aspens doc init --recommended` inside your project to generate context.
Why does my CLAUDE.md stop working?โผ
Long instruction files get ignored as they grow and go stale after refactors. Aspens replaces them with small scoped skill files that activate only for the code being edited.
How does aspens keep documentation in sync?โผ
A post-commit git hook maps each diff to affected skills and updates only what changed. You can also run `aspens doc sync` manually at any time.
Does aspens work with Codex and OpenCode?โผ
Yes. It generates output for Claude Code, Codex CLI, and OpenCode via the `--target` flag, and can publish to multiple targets from one run.
Do I need to write the skill files myself?โผ
No. Aspens scans your repo, builds an import graph, and generates all skill files automatically with `aspens doc init`.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core