scribe — community scribe, oh-my-antigravity, TurnaboutHero, community, ai agent skill, ide skills, agent automation, AI agent skills, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Development Agents needing streamlined technical documentation for Google Antigravity IDE projects. Technical writer - documentation, README, guides

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

Quality Score

Top 5%
56
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add TurnaboutHero/oh-my-antigravity/scribe
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

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 Development Agents needing streamlined technical documentation for Google Antigravity IDE projects.

Core Value

Empowers agents to generate high-quality README.md files, including features, installation instructions, and API references, using Markdown formatting and supporting languages like TypeScript.

Capabilities Granted for scribe

Automating documentation for multi-agent orchestration frameworks
Generating Quick Start guides with code snippets
Creating detailed API references for project components

! Prerequisites & Limits

  • Requires Google Antigravity IDE integration
  • Limited to Markdown-based documentation
Project
SKILL.md
2.3 KB
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8

# Tags

[No tags]
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 Development Agents needing streamlined technical documentation for Google Antigravity IDE projects. Technical writer - documentation, README, guides

How do I install scribe?

Run the command: npx killer-skills add TurnaboutHero/oh-my-antigravity/scribe. 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 documentation for multi-agent orchestration frameworks, Generating Quick Start guides with code snippets, Creating detailed API references for project components.

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 Google Antigravity IDE integration. Limited to Markdown-based 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/scribe. 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

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

linear

Logo of lobehub
lobehub

Linear issue management. MUST USE when: (1) user mentions LOBE-xxx issue IDs (e.g. LOBE-4540), (2) user says linear, linear issue, link linear, (3) creating PRs that reference Linear issues. Provides

73.4k
0
Communication

testing

Logo of lobehub
lobehub

Testing guide using Vitest. Use when writing tests (.test.ts, .test.tsx), fixing failing tests, improving test coverage, or debugging test issues. Triggers on test creation, test debugging, mock setup

73.3k
0
Communication

zustand

Logo of lobehub
lobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

72.8k
0
Communication