Esta página se muestra en inglés. Una traducción al español está en curso.
SkillsMay 14, 2026·2 min de lectura

aspens — Scoped Skills from Your Import Graph

aspens splits bloated CLAUDE.md into ~35-line scoped skills from your import graph; verified 81★ with `doc init/impact/sync` + post-commit auto-sync.

Listo para agents

Instalación lista para agent

Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.

Native · 98/100Política: permitir
Superficie agent
Cualquier agent MCP/CLI
Tipo
Skill
Instalación
Single
Confianza
Confianza: Established
Entrada
Asset
Comando de instalación directa
npx -y tokrepo@latest install 32a0906c-df12-55b6-8702-258426e778f4 --target codex

Ejecutar después de confirmar el plan con dry-run.

Introducción

aspens splits bloated CLAUDE.md into ~35-line scoped skills from your import graph; verified 81★ with doc init/impact/sync + post-commit auto-sync.

Best for: Teams whose single CLAUDE.md got too long and stale as the codebase evolved

Works with: Claude Code and Codex (targets: claude, codex, or all), git repos with stable import graph signals

Setup time: 8-15 minutes

Key facts (verified)

  • GitHub: 81 stars · 3 forks · pushed 2026-05-13.
  • License: MIT · owner avatar + repo URL verified via GitHub API.
  • README-backed entrypoint: npm install -g aspens.

Main

  • Replace the monolith: generate multiple small skill files so the agent reads the right context only when it touches that domain.

  • Use doc impact as a freshness/coverage gate before trusting your context in CI or during high-risk refactors.

  • Keep drift low by running doc sync after changes (or install the post-commit hook) so skills match current imports and domains.

Source-backed notes

  • README describes skills as ~35-line markdown files that activate when the agent edits matching domains.
  • README documents aspens doc init --recommended and aspens doc impact as the first verification loop.
  • README includes aspens doc sync and an --install-hook option for post-commit auto-sync.

FAQ

  • Do I need to install it globally?: No — README shows npx aspens doc init --recommended as a no-install path.
  • What triggers a skill?: README explains skills activate when the agent touches matching domains/files, instead of loading one huge CLAUDE.md.
  • How do I keep it up to date?: Run aspens doc sync after changes or install the post-commit hook via --install-hook.
🙏

Fuente y agradecimientos

Source: https://github.com/aspenkit/aspens > License: MIT > GitHub stars: 81 · forks: 3

Discusión

Inicia sesión para unirte a la discusión.
Aún no hay comentarios. Sé el primero en compartir tus ideas.

Activos relacionados