Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1.38 KB

File metadata and controls

49 lines (34 loc) · 1.38 KB

English | 中文

2026 AI Coding Tools Handbook

A comprehensive comparison guide for GitHub Copilot, Cursor, and Antigravity — the three leading AI-powered coding assistants.

🌐 Live Preview

https://agent-sheet.vercel.app/

📖 Contents

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

🛠️ Tech Stack

  • Pure static HTML/CSS/JS
  • Responsive design with mobile support
  • Dark/Light theme toggle
  • Zero build, deploy directly

📁 Project Structure

handbook/
├── index.html    # Main page
├── styles.css    # Stylesheets
└── script.js     # Interactions

🚀 Local Preview

cd handbook
npx serve .

Or simply open handbook/index.html in your browser.

📝 License

Apache-2.0