Skip to content

aspens customize agents

Inject your project’s tech stack, conventions, and file paths into installed Claude agents.

Terminal window
npx aspens customize agents

Reads your skills and CLAUDE.md, then tailors each installed agent with project-specific context. This means agents reference your actual file paths, conventions, and patterns instead of generic placeholders.

Before customization, an agent might say:

Review the code for common issues…

After customization:

Review the code against the project’s ESM-only convention, check Stripe webhook handlers for signature verification, and verify Prisma schema changes include migrations…

OptionDescription
--dry-runPreview changes without writing files
--timeout <seconds>Backend timeout (default: 300)
--model <model>Model (e.g., sonnet, opus, haiku)
--verboseShow what the backend is doing