You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: AGENTS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
## Build, Lint & Test Commands
4
4
5
5
- 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`
7
7
- Node.js version: Use v21.6.0 (as specified in .tool-versions)
8
8
9
9
## Code Style Guidelines
@@ -21,9 +21,9 @@
21
21
- Main content is in amp_cli_docs.md and readme.md
22
22
- CI pipeline uses awesome-lint and awesome_bot to validate content
23
23
24
-
## Add link to Built With section
24
+
## Add link to Projects & Tools section
25
25
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.
Copy file name to clipboardExpand all lines: contributing.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ALWAYS create a new branch with your proposed changes. Thank you!
8
8
9
9
## Adding an new Item
10
10
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.
12
12
- Add a new item to the bottom of the list in a section.
13
13
- If a duplicate item exists, discuss why the new item should replace it.
-[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.
55
54
56
-
### Built with Amp
55
+
### Agent Files & Context
57
56
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:**
-[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.
60
87
-[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.
-[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.
70
89
-[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.
71
92
-[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
+
76
96
-[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.
-[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
82
112
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.
86
113
-[amp.nvim](https://github.com/sourcegraph/amp.nvim) - Official Neovim plugin for Amp coding agent.
87
114
-[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.
88
116
-[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.
94
120
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
96
122
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:
98
124
99
125
```bash
126
+
# Analyze processes
100
127
ps aux > processes.txt | amp -x 'identify processes consuming the most resources in processes.txt'
101
-
```
102
-
103
-
##### whois
104
128
105
-
```bash
129
+
# Parse whois data
106
130
whois example.com | amp -x 'organize and condense this whois information'
107
-
```
108
-
109
-
##### curl
110
131
111
-
```bash
132
+
# Analyze HTTP headers
112
133
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
116
134
117
-
```bash
135
+
# Check npm dependencies
118
136
npm list --json | amp -x 'identify outdated or vulnerable dependencies'
119
137
```
120
138
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.
0 commit comments