Skip to content

jdorfman/awesome-amp-code

Repository files navigation

Awesome Amp Code

Awesome

An unofficial curated list of resources for Amp, an AI coding agent by Sourcegraph

Contents

AGENT.md

Demos

Built with Amp

Amp CLI

Integration with Common CLI Tools

Amp CLI can be seamlessly integrated with other command-line tools to enhance your workflow:

ps aux
echo "identify processes consuming the most resources" && ps aux | amp
whois
 echo "organize and condense the following whois information" && whois example.com | amp
curl
echo "convert the cache control max-age value from seconds to days, hours, minutes" $(curl -I https://example.com) | amp
echo "read the http headers and determine what the domains tech stack is." $(curl -Is https://example.com) | amp
npm
npm list --json && echo "identify outdated or vulnerable dependencies" | amp

Official Amp Links

Contributing

Contributions of any kind welcome, just follow the guidelines!

Contributors

Thanks goes to these contributors!

About

An unofficial curated list of resources for Amp, an AI coding agent by Sourcegraph

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks