English | 中文
A comprehensive comparison guide for GitHub Copilot, Cursor, and Antigravity — the three leading AI-powered coding assistants.
https://agent-sheet.vercel.app/
| Chapter | Topic | Coverage |
|---|---|---|
| Chapter 1 | Rules System | Project rules, global rules, team rules, activation methods |
| Chapter 2 | Commands System | Commands / Prompts / Workflows creation and usage |
| Chapter 3 | Skills System | SKILL.md standard format, directory structure, triggers |
| Chapter 4 | Subagents | Subagents / Custom Agents / Browser Agent configuration |
| Chapter 5 | Mentions | @ mentions, # references, file/codebase/docs referencing |
| Chapter 6 | MCP Protocol | Model Context Protocol configuration & MCP Store |
- Pure static HTML/CSS/JS
- Responsive design with mobile support
- Dark/Light theme toggle
- Zero build, deploy directly
handbook/
├── index.html # Main page
├── styles.css # Stylesheets
└── script.js # Interactions
cd handbook
npx serve .Or simply open handbook/index.html in your browser.
Apache-2.0