Skip to content

Commit c14afb4

Browse files
Th0rgalLFG Labs Maintainerclaude
authored
Restructure and improve content organization (#68)
* Restructure and improve content organization - Add Official Resources section with comprehensive Amp links (Manual, SDK, Chronicle, Status) - Rename AGENTS.md section to "Agent Files & Context" with better explanation - Add dedicated MCP Servers section for Model Context Protocol resources - Reorganize "Built with Amp" into categorized "Projects & Tools" section - Add Sandboxed.sh - self-hosted cloud orchestrator for AI agents - Create "Editor & IDE Integrations" section for editor plugins - Add "Security & Best Practices" section with official security docs - Simplify CLI Usage section by consolidating examples - Update TOC to reflect new structure - Fix contributor link to point to lfglabs-dev repo Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Remove broken links (Sink AGENT.md, superpromptor.com) - Remove Sink AGENT.md link (repo renamed, file no longer exists) - Remove Unofficial Amp Owner's Manual (superpromptor.com is down) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Update AGENTS.md to reflect new section structure Update /builtwith command instructions to reference the renamed "Projects & Tools" section with its subcategories. Fixes Bugbot review comment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix repository owner references from jdorfman to lfglabs-dev Update all internal links to use the current repository owner: - readme.md: docs link - AGENTS.md: awesome_bot whitelist - contributing.md: issues link - .github/workflows/lint.yaml: awesome_bot whitelist Fixes Bugbot review comment. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: LFG Labs Maintainer <maintainer@lfglabs.dev> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cf06730 commit c14afb4

4 files changed

Lines changed: 98 additions & 77 deletions

File tree

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
- name: "install awesome-bot"
4343
run: gem install awesome_bot
4444
- name: "linting: ${{ matrix.files }}"
45-
run: awesome_bot --allow-redirect --white-list https://github.com/jdorfman/awesome-amp-cli,https://example.com,https://github.com/user-attachments/assets/44099391-3976-473d-bcf8-95fd7b980f99,https://www.npmjs.com/package/llm-rules,https://www.npmjs.com/package/@sourcegraph/amp ${{ matrix.files }}
45+
run: awesome_bot --allow-redirect --white-list https://github.com/lfglabs-dev/awesome-amp-code,https://example.com,https://github.com/user-attachments/assets/44099391-3976-473d-bcf8-95fd7b980f99,https://www.npmjs.com/package/llm-rules,https://www.npmjs.com/package/@sourcegraph/amp ${{ matrix.files }}

AGENTS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Build, Lint & Test Commands
44

55
- Lint readme: `npx awesome-lint readme.md`
6-
- Link check: `awesome_bot --allow-redirect --white-list https://github.com/jdorfman/awesome-amp-code,https://example.com readme.md`
6+
- Link check: `awesome_bot --allow-redirect --white-list https://github.com/lfglabs-dev/awesome-amp-code,https://example.com readme.md`
77
- Node.js version: Use v21.6.0 (as specified in .tool-versions)
88

99
## Code Style Guidelines
@@ -21,9 +21,9 @@
2121
- Main content is in amp_cli_docs.md and readme.md
2222
- CI pipeline uses awesome-lint and awesome_bot to validate content
2323

24-
## Add link to Built With section
24+
## Add link to Projects & Tools section
2525

26-
When `/builtwith` followed by a link is included in a prompt, you will add the link to the Built With section of the README.md file. If there is a numbered list of urls, create subagents to complete the tasks.
26+
When `/builtwith` followed by a link is included in a prompt, you will add the link to the "Projects & Tools" section of the README.md file under the appropriate subcategory (Documentation & Guides, Development Tools, Applications Built with Amp, or Browser & Misc). If there is a numbered list of urls, create subagents to complete the tasks.
2727

2828
## Add link to @docs/amp_faq.md
2929

contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ALWAYS create a new branch with your proposed changes. Thank you!
88

99
## Adding an new Item
1010

11-
- Try to fit your item into an existing sections. [Open a suggestion](https://github.com/jdorfman/awesome-amp-code/issues/new) to start as discussion about any new sections.
11+
- Try to fit your item into an existing sections. [Open a suggestion](https://github.com/lfglabs-dev/awesome-amp-code/issues/new) to start as discussion about any new sections.
1212
- Add a new item to the bottom of the list in a section.
1313
- If a duplicate item exists, discuss why the new item should replace it.
1414
- Check your spelling & grammar.

readme.md

Lines changed: 93 additions & 72 deletions
Original file line numberDiff line numberDiff line change
@@ -27,114 +27,135 @@ An **unofficial** curated list of resources for Amp, an AI coding agent by Sourc
2727

2828
## Contents
2929

30-
- [Awesome Amp Code](#awesome-amp-code)
31-
- [Contents](#contents)
32-
- [AGENTS.md](#agentsmd)
33-
- [Built with Amp](#built-with-amp)
34-
- [Amp Integrations](#amp-integrations)
35-
- [Amp CLI](#amp-cli)
36-
- [Integration with Common CLI Tools](#integration-with-common-cli-tools)
37-
- [ps aux](#ps-aux)
38-
- [whois](#whois)
39-
- [curl](#curl)
40-
- [npm](#npm)
41-
- [Official Amp Links](#official-amp-links)
42-
- [Contributing](#contributing)
43-
- [Contributors](#contributors)
30+
- [Official Resources](#official-resources)
31+
- [Agent Files & Context](#agent-files--context)
32+
- [MCP Servers](#mcp-servers)
33+
- [Projects & Tools](#projects--tools)
34+
- [Editor & IDE Integrations](#editor--ide-integrations)
35+
- [CLI Usage](#cli-usage)
36+
- [Security & Best Practices](#security--best-practices)
37+
- [Contributing](#contributing)
4438

4539
<!-- CONTENT -->
4640

47-
### AGENTS.md
41+
### Official Resources
4842

49-
- [LangGraph](https://sourcegraph.com/github.com/langchain-ai/langgraph/-/blob/AGENTS.md)
50-
- [Sink](https://sourcegraph.com/github.com/ccbikai/Sink/-/blob/AGENT.md)
51-
- [Zoekt](https://sourcegraph.com/github.com/sourcegraph/zoekt/-/blob/AGENT.md)
52-
- [Ultimate MCP Client](https://github.com/Dicklesworthstone/ultimate_mcp_client/blob/main/AGENT.md)
53-
- [MCP Advisor](https://sourcegraph.com/github.com/istarwyh/mcpadvisor/-/blob/AGENT.md)
54-
- [Use MCP](https://sourcegraph.com/github.com/modelcontextprotocol/use-mcp/-/blob/AGENT.md)
43+
- [Amp](https://ampcode.com) - Main Amp website.
44+
- [Amp Owner's Manual](https://ampcode.com/manual) - Comprehensive official documentation covering installation, usage, and best practices.
45+
- [Amp CLI](https://www.npmjs.com/package/@sourcegraph/amp) - Official CLI package on npm.
46+
- [Amp for VS Code](https://marketplace.visualstudio.com/items?itemName=sourcegraph.amp) - Official VS Code extension.
47+
- [Amp SDK](https://ampcode.com/manual/sdk) - Official SDK documentation for building on Amp.
48+
- [Raising an Agent Podcast](https://ampcode.com/podcast) - Podcast featuring insights from the Amp team.
49+
- [Amp 101 YouTube Playlist](https://www.youtube.com/playlist?list=PL6zLuuRVa1_hLpciEULtzC3g3u4NJ6TVz) - Official video tutorials.
50+
- [How to Build an Agent](https://ampcode.com/how-to-build-an-agent) - Guide to building AI agents.
51+
- [Amp Chronicle](https://ampcode.com/chronicle) - Official news and announcements.
52+
- [Amp Status](https://ampcodestatus.com) - Service status page.
53+
- [Amp on X](https://x.com/ampcode) - Official Twitter/X account.
5554

56-
### Built with Amp
55+
### Agent Files & Context
5756

58-
- [Unofficial Amp CLI Documentation](https://github.com/jdorfman/awesome-amp-code/blob/main/docs/amp_cli_docs.md) - Comprehensive documentation for Amp CLI with examples and best practices.
59-
- [MyScratchpad VS Code Extension](https://marketplace.visualstudio.com/items?itemName=jccoder.myscratchpad) - VS Code extension for global and workspace-specific scratch files.
57+
AGENTS.md files provide context and instructions to AI coding agents about your codebase. They help agents understand project structure, coding standards, and specific requirements.
58+
59+
**Examples of AGENTS.md in open source projects:**
60+
61+
- [LangGraph](https://sourcegraph.com/github.com/langchain-ai/langgraph/-/blob/AGENTS.md) - LangChain's graph-based agent framework.
62+
- [Zoekt](https://sourcegraph.com/github.com/sourcegraph/zoekt/-/blob/AGENT.md) - Fast code search by Sourcegraph.
63+
- [Ultimate MCP Client](https://github.com/Dicklesworthstone/ultimate_mcp_client/blob/main/AGENT.md) - Comprehensive MCP client implementation.
64+
- [MCP Advisor](https://sourcegraph.com/github.com/istarwyh/mcpadvisor/-/blob/AGENT.md) - MCP server advisor tool.
65+
- [Use MCP](https://sourcegraph.com/github.com/modelcontextprotocol/use-mcp/-/blob/AGENT.md) - Official MCP usage examples.
66+
67+
### MCP Servers
68+
69+
Model Context Protocol (MCP) enables AI agents to interact with external tools and services. These MCP servers extend Amp's capabilities:
70+
71+
- [llm-rules MCP](https://www.npmjs.com/package/llm-rules) - Access Cursor rules dynamically via MCP.
72+
- [CleanShot MCP](https://github.com/jdorfman/cleanshot-mcp) - MCP server for CleanShot X screenshot and recording integration.
73+
- [MCP Advisor](https://github.com/istarwyh/mcpadvisor) - Tool to help discover and configure MCP servers.
74+
- [Ultimate MCP Client](https://github.com/Dicklesworthstone/ultimate_mcp_client) - Comprehensive MCP client for testing and debugging servers.
75+
- [Use MCP](https://github.com/modelcontextprotocol/use-mcp) - Official examples and utilities for MCP usage.
76+
77+
### Projects & Tools
78+
79+
**Documentation & Guides:**
80+
81+
- [Unofficial Amp CLI Documentation](https://github.com/lfglabs-dev/awesome-amp-code/blob/main/docs/amp_cli_docs.md) - Comprehensive documentation for Amp CLI with examples and best practices.
82+
- [File-Based Amp Prompting Workflows](https://github.com/PriNova/amp-prompting-workflows) - Collection of file-based sub-agent orchestration workflows for Amp.
83+
84+
**Development Tools:**
85+
86+
- [Sandboxed.sh](https://github.com/Th0rgal/sandboxed.sh) - Self-hosted cloud orchestrator for AI coding agents with isolated Linux environments.
6087
- [Unofficial Amp Supervisor](https://github.com/ctrl-cheeb-del/manager) - TUI control panel for managing multiple Amp CLI instances in parallel.
61-
- [llm-rules MCP](https://www.npmjs.com/package/llm-rules) - Model Context Protocol server for accessing Cursor rules dynamically.
62-
- [amp.el](https://github.com/shaneikennedy/amp.el) - Emacs integration for Amp coding agent.
63-
- [Remote Code](https://remote-code.com/) - Mobile coding platform that brings AI coding agents to your iPhone.
64-
- [Sourcegraph Amp AUR](https://github.com/AnirudhKonduru/sourcegraph-amp-aur) - Arch Linux AUR package for Sourcegraph Amp.
65-
- [PromptVault](https://hex.pm/packages/prompt_vault) - A library for managing prompts and templates in Elixir. [Watch stream](https://www.youtube.com/live/ojaoe3h8hXA?feature=share).
66-
- [Unofficial Amp Owner's Manual](https://superpromptor.com/amp-owners-manual/) - Comprehensive guide to getting the most out of Amp coding agent.
67-
- [Sourcegraph Chrome Extension](https://chromewebstore.google.com/detail/sourcegraph/dgjhfomjieaadpoljlnidmbg) - Chrome extension for code search and navigation.
68-
- [CircuitPython Deploy](https://github.com/shantanugoel/circuitpython-deploy) - CircuitPython deployment tool.
69-
- [File-Based Amp Prompting Workflows](https://github.com/PriNova/amp-prompting-workflows) - Comprehensive collection of file-based sub-agent orchestration workflows for Amp with persistent document-based communication.
88+
- [Conductor](https://x.com/charliebholtz/status/1963345520543633742) - Run a bunch of Amps in parallel.
7089
- [Amp Code Review CI](https://github.com/madhukarkumar/amp-code-review-ci) - Continuous integration tool for automated code reviews using Amp.
90+
- [Tokscale](https://github.com/junhoyeo/tokscale) - CLI tool for tracking token usage from AmpCode and other coding agents.
91+
- [Sniff](https://github.com/conikeec/sniff) - Misalignment detection in Vibe Coding loops.
7192
- [CodeForge](https://github.com/entrepeneur4lyf/CodeForge) - Golang Development tool built with Amp.
72-
- [Quad Ops](https://trly.github.io/quad-ops/) - A lightweight GitOps framework for podman containers managed by Quadlet.
73-
- [HTTPie Collection Viewer](https://httpie.bolaji.de/) - Upload and explore your HTTPie collections with style.
74-
- [CleanShot MCP](https://github.com/jdorfman/cleanshot-mcp) - Model Context Protocol server for CleanShot X screenshot and recording.
75-
- [SageMap](https://sagemap.netlify.app/) - Interactive belief mapping tool that transforms journal entries into visual networks revealing contradictions and connections in your thoughts.
93+
94+
**Applications Built with Amp:**
95+
7696
- [Jazzberry AI](https://jazzberry.ai/) - The AI Bug Finder.
77-
- [0.email](https://0.email/) - Zero is an AI-native email client that manages your inbox.
78-
- [VT Chat](https://vtchat.io.vn/) - A minimal, privacy-first AI chat application with advanced AI capabilities.
79-
- [Sniff](https://github.com/conikeec/sniff) - Misalignment detection in Vibe Coding loops.
97+
- [0.email](https://0.email/) - AI-native email client that manages your inbox.
98+
- [Remote Code](https://remote-code.com/) - Mobile coding platform that brings AI coding agents to your iPhone.
99+
- [SageMap](https://sagemap.netlify.app/) - Interactive belief mapping tool for journal entries.
100+
- [VT Chat](https://vtchat.io.vn/) - Privacy-first AI chat application.
101+
- [HTTPie Collection Viewer](https://httpie.bolaji.de/) - Upload and explore your HTTPie collections.
102+
- [Quad Ops](https://trly.github.io/quad-ops/) - Lightweight GitOps framework for podman containers.
103+
- [PromptVault](https://hex.pm/packages/prompt_vault) - Library for managing prompts and templates in Elixir.
104+
- [CircuitPython Deploy](https://github.com/shantanugoel/circuitpython-deploy) - CircuitPython deployment tool.
80105

81-
### Amp Integrations
106+
**Browser & Misc:**
107+
108+
- [Sourcegraph Chrome Extension](https://chromewebstore.google.com/detail/sourcegraph/dgjhfomjieaadpoljlnidmbg) - Chrome extension for code search and navigation.
109+
- [Sourcegraph Amp AUR](https://github.com/AnirudhKonduru/sourcegraph-amp-aur) - Arch Linux AUR package for Sourcegraph Amp.
110+
111+
### Editor & IDE Integrations
82112

83-
- [Amp Dash X](https://www.raycast.com/jdorfman/sourcegraph-amp-dash-x) - A Raycast extension for organizing and executing Amp Code prompts with the `-x` (execute) flag.
84-
- [VibeKanban](https://www.vibekanban.com/) - CLI tool for managing your Kanban boards.
85-
- [Conductor](https://x.com/charliebholtz/status/1963345520543633742) - Run a bunch of Amps in parallel.
86113
- [amp.nvim](https://github.com/sourcegraph/amp.nvim) - Official Neovim plugin for Amp coding agent.
87114
- [nvim-amp](https://github.com/aliou/nvim-amp) - Neovim plugin providing syntax highlighting and support for Amp permission and agent files.
115+
- [amp.el](https://github.com/shaneikennedy/amp.el) - Emacs integration for Amp coding agent.
88116
- [Amp ACP](https://github.com/tao12345666333/amp-acp) - ACP adapter for Amp Code, enabling Amp to work in the Zed editor.
89-
- [Tokscale](https://github.com/junhoyeo/tokscale) - A CLI tool for tracking token usage from AmpCode and other coding agents (OpenCode, Claude Code, Codex, Gemini CLI, Cursor IDE, and Factory Droid)
90-
91-
### Amp CLI
92-
93-
#### Integration with Common CLI Tools
117+
- [MyScratchpad VS Code Extension](https://marketplace.visualstudio.com/items?itemName=jccoder.myscratchpad) - VS Code extension for global and workspace-specific scratch files.
118+
- [Amp Dash X](https://www.raycast.com/jdorfman/sourcegraph-amp-dash-x) - Raycast extension for organizing and executing Amp Code prompts.
119+
- [VibeKanban](https://www.vibekanban.com/) - CLI tool for managing your Kanban boards.
94120

95-
Amp CLI can be seamlessly integrated with other command-line tools to enhance your workflow. Use the `-x` flag for execute mode or pipe input directly:
121+
### CLI Usage
96122

97-
##### ps aux
123+
Amp CLI can be integrated with other command-line tools. Use the `-x` flag for execute mode or pipe input directly:
98124

99125
```bash
126+
# Analyze processes
100127
ps aux > processes.txt | amp -x 'identify processes consuming the most resources in processes.txt'
101-
```
102-
103-
##### whois
104128

105-
```bash
129+
# Parse whois data
106130
whois example.com | amp -x 'organize and condense this whois information'
107-
```
108-
109-
##### curl
110131

111-
```bash
132+
# Analyze HTTP headers
112133
curl -Is https://github.com > headers.txt && amp -x 'analyze the http headers in headers.txt and determine the tech stack'
113-
```
114-
115-
##### npm
116134

117-
```bash
135+
# Check npm dependencies
118136
npm list --json | amp -x 'identify outdated or vulnerable dependencies'
119137
```
120138

121-
### Official Amp Links
139+
### Security & Best Practices
140+
141+
When using AI coding agents, consider these security aspects:
142+
143+
- [Amp Security Reference](https://ampcode.com/security) - Official security documentation and guidelines.
144+
- [Amp Permissions](https://ampcode.com/manual/permissions) - Control what actions the agent can perform.
122145

123-
- [Amp](https://ampcode.com)
124-
- [Amp CLI](https://www.npmjs.com/package/@sourcegraph/amp)
125-
- [Amp for VS Code](https://marketplace.visualstudio.com/items?itemName=sourcegraph.amp)
126-
- [Raising an Agent Podcast](https://ampcode.com/podcast)
127-
- [Amp on X](https://x.com/ampcode)
128-
- [How to Build an Agent](https://ampcode.com/how-to-build-an-agent)
129-
- [Amp 101 YouTube Playlist](https://www.youtube.com/playlist?list=PL6zLuuRVa1_hLpciEULtzC3g3u4NJ6TVz)
146+
**Key recommendations:**
147+
- Always review AI-generated code before committing
148+
- Never include API keys or secrets in prompts or AGENTS.md files
149+
- Consider running agents in isolated environments for sensitive projects
150+
- Vet MCP servers before installation
130151

131152
### Contributing
132153

133154
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!
134155

135156
#### Contributors
136157

137-
[Thanks goes to these contributors](https://github.com/jdorfman/awesome-amp-code/graphs/contributors)!
158+
[Thanks goes to these contributors](https://github.com/lfglabs-dev/awesome-amp-code/graphs/contributors)!
138159

139160
---
140161

0 commit comments

Comments
 (0)