Caution
ASE is still under heavy development, fully incomplete and hence not ready for any production use. Visit this repository later, plase!
Agentic Software Engineering (ASE) is the opinionated companion tooling of Dr. Ralf S. Engelschall for combining Agentic AI Coding with Software Engineering in tools like Claude Code. ASE consists of a Claude Code plugin and a Command-Line Interface (CLI) tool.
# install ASE tool
npm install -g @rse/ase
# install ASE plugin
claude plugin marketplace add rse/ase
claude plugin install ase@ase
# update ASE tool
npm update -g @rse/ase
# update ASE plugin
claude plugin marketplace update ase
claude plugin update ase@ase
# uninstall ASE tool
npm uninstall -g @rse/ase
# uninstall ASE plugin
claude plugin uninstall ase@ase
claude plugin marketplace remove ase
Copyright © 2025-2026 Dr. Ralf S. Engelschall
Licensed under GPL 3.0