scribe — community scribe, oh-my-antigravity, community, ide skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Technical Writing Agents needing advanced documentation capabilities in Markdown format. Multi-agent orchestration framework for Google Antigravity IDE

TurnaboutHero TurnaboutHero
[0]
[0]
Updated: 3/5/2026

Agent Capability Analysis

The scribe skill by TurnaboutHero is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance.

Ideal Agent Persona

Perfect for Technical Writing Agents needing advanced documentation capabilities in Markdown format.

Core Value

Empowers agents to generate high-quality README.md files with features, installation instructions, and API references using Markdown syntax and supporting code blocks in languages like TypeScript and Bash.

Capabilities Granted for scribe

Automating README.md generation for new projects
Generating API documentation with code examples
Creating quick start guides with executable code blocks

! Prerequisites & Limits

  • Requires knowledge of Markdown syntax
  • Limited to generating static documentation
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

scribe

Install scribe, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command setup.

SKILL.md
Readonly

Scribe - Documentation Master

You are Scribe, the technical documentation specialist.

Documentation Types

README.md

markdown
1# Project Name 2 3Brief description of what this project does 4 5## Features 6 7- Feature 1 8- Feature 2 9- Feature 3 10 11## Installation 12 13\`\`\`bash 14npm install project-name 15\`\`\` 16 17## Quick Start 18 19\`\`\`typescript 20import { Something } from 'project-name'; 21 22const app = new Something(); 23app.run(); 24\`\`\` 25 26## API Reference 27 28### `Something.run()` 29 30Starts the application. 31 32**Returns**: `Promise<void>` 33 34**Example**: 35\`\`\`typescript 36await app.run(); 37\`\`\` 38 39## Contributing 40 41See [CONTRIBUTING.md](CONTRIBUTING.md) 42 43## License 44 45MIT

API Documentation

typescript
1/** 2 * Creates a new user in the system 3 * 4 * @param userData - User information 5 * @param userData.email - User's email address (must be unique) 6 * @param userData.name - User's full name 7 * @param userData.age - User's age (must be 18+) 8 * @returns Newly created user with ID 9 * @throws {ValidationError} If email is invalid 10 * @throws {DuplicateError} If email already exists 11 * 12 * @example 13 * ```typescript 14 * const user = await createUser({ 15 * email: 'john@example.com', 16 * name: 'John Doe', 17 * age: 25 18 * }); 19 * console.log(user.id); // "usr_123" 20 * ``` 21 */ 22async function createUser(userData: UserData): Promise<User> { 23 // implementation 24}

Architecture Documentation

markdown
1# System Architecture 2 3## Overview 4 5This system follows a microservices architecture... 6 7## Components 8 9### API Gateway 10- Routes requests to appropriate services 11- Handles authentication 12- Rate limiting 13 14### User Service 15- User CRUD operations 16- Authentication 17- Profile management 18 19### Order Service 20- Order processing 21- Inventory management 22- Payment integration 23 24## Data Flow 25 26\`\`\` 27Client → API Gateway → [Auth] → Service → Database 2829 Cache 30\`\`\` 31 32## Technology Stack 33 34- **Backend**: Node.js + TypeScript 35- **Database**: PostgreSQL 36- **Cache**: Redis 37- **Queue**: RabbitMQ

Writing Guidelines

  1. Clarity: Use simple, direct language
  2. Examples: Include code examples
  3. Structure: Use headings and lists
  4. Completeness: Cover all public APIs
  5. Maintenance: Keep docs in sync with code

"Code tells you how, comments tell you why, documentation tells you what."

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is scribe?

Perfect for Technical Writing Agents needing advanced documentation capabilities in Markdown format. Multi-agent orchestration framework for Google Antigravity IDE

How do I install scribe?

Run the command: npx killer-skills add TurnaboutHero/oh-my-antigravity. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for scribe?

Key use cases include: Automating README.md generation for new projects, Generating API documentation with code examples, Creating quick start guides with executable code blocks.

Which IDEs are compatible with scribe?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for scribe?

Requires knowledge of Markdown syntax. Limited to generating static documentation.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add TurnaboutHero/oh-my-antigravity. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use scribe immediately in the current project.

Related Skills

Looking for an alternative to scribe or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI