Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Agentic Development System

Install the Amp CLI: curl -fsSL https://ampcode.com/install.sh | bash

Add LLM instructions

These add baseline user-level instructions universal to any project.

Add with $HOME/dotfiles/setup/symlinks.sh

Install skills

Follow the skills repo instructions.

Install plugins

Run plugins: reload.

  • block-destructive-git-operations — This plugin asks the user before running potentially destructive git commands (push, reset --hard, clean, etc.)

References