aspenkitaspenkitOfficialยท12 Agent Skills Included

aspens

Generates scoped codebase context files that stay in sync

Generates small, focused context files for coding assistants by scanning a repo's languages, frameworks, and import graph. Replaces bloated instruction files that agents ignore and eliminates stale documentation after every refactor. Keeps context fresh automatically with a post-commit hook, health checks, and one-command repair.
npx skills add aspenkit/aspens --all -g -y
Available:

Routes the agent to the correct scoped skill file for each part of the codebase and enforces behavior rules like verifying claims, asking clarifying questions, and making minimal changes.

All Skills in This Repository (12)

Pure Emerald Level Indicators
๐Ÿ“ฆ In Repo
aspenkitaspenkit

repo-scanning

Analyze repositories to detect languages, frameworks, structure, domains, and health.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

agent-customization

Inject project-specific context from AGENTS.md into installed agent templates.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

template-library

Provide bundled templates for agents, commands, hooks, and settings.

Official
Intermediate
๐Ÿ“ฆ In Repo
aspenkitaspenkit

claude-runner

Executes Claude/Codex prompts via CLI with stream-json output parsing and skill file generation.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

codex-support

Map canonical skill content to Claude and Codex target formats.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

doc-impact

Assess repository health for agent-generated skills across targets.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

skill-generation

Generate Claude Code skills and AGENTS.md from repository context.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

architecture

Analyze code import graphs to identify hub files and domain clusters.

Official
Intermediate
๐Ÿ“ฆ In Repo
aspenkitaspenkit

save-tokens

Automate token-guarded session handling and handoffs for Claude Code.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

import-graph

Analyze static imports to build dependency graphs and domain clusters.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

base

Establish baseline conventions, tech stack, and repository structure for aspens.

Official
Advanced
๐Ÿ“ฆ In Repo
aspenkitaspenkit

doc-sync

Map git diffs to affected skills and publish updates for Claude, Codex, and other targets.

Official
Advanced

Frequently Asked Questions

FAQPage Schema
How 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โ†’