docs-organization — Cursor Agents | Neura Market
    Neura MarketNeura Market/Cursor
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityDeepSeekDeepSeek
    CoPilotCoPilotStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityExtensionsTrendingGenerate
    CursorAgentsdocs-organization
    Back to Agents
    docs-organization

    docs-organization

    zning1994 April 6, 2026
    2 copies 0 downloads

    AI agent skill for organizing project documentation by size, audience, and freshness. Works with Claude Code, OpenClaw, Codex CLI, Gemini CLI, Cursor.

    Agent Definition
    # docs-organization
    
    Practical documentation structure templates for AI-assisted projects. Helps AI coding agents (and humans) organize project docs by size, audience, and freshness.
    
    [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](LICENSE)
    
    ## What it does
    
    Answers the question every project eventually asks: *where should this doc go?*
    
    Given a project, this skill:
    1. **Assesses project size** (small / medium / large) using a simple rubric
    2. **Recommends a directory structure** with templates for each size
    3. **Classifies existing docs** by audience (agent, operator, user) and freshness (canonical, snapshot, archived)
    4. **Slims bloated CLAUDE.md/AGENTS.md** by extracting reference material into dedicated files
    5. **Prevents drift** with single-source-of-truth principles and doc metadata conventions
    
    Works with any AI coding agent: Claude Code, OpenClaw, Codex CLI, Cursor CLI, Cursor, Cursor.
    
    ## Quick Start
    
    ```bash
    # Universal (npx skills)
    npx skills add zning1994/docs-organization
    
    # OpenClaw ClawHub
    openclaw skills install docs-organization
    
    # Standalone
    git clone https://github.com/zning1994/docs-organization
    ```
    
    ## When to use
    
    - Setting up docs for a new project
    - Reorganizing a messy `docs/` folder
    - CLAUDE.md or AGENTS.md is over 250 lines
    - Same information duplicated across multiple markdown files
    - Not sure where a new doc should live
    - Need to archive old design specs or research notes
    
    ## Core Principles
    
    ### 1. Single Source of Truth
    
    Every fact lives in exactly one place. Other docs *link* to it, never *copy* it.
    
    ### 2. CLAUDE.md Is a Routing Table
    
    Keep CLAUDE.md under 250 lines. It tells AI agents where to find things, not what things are. Extract API tables, deploy procedures, and changelogs into `docs/`.
    
    ### 3. Organize by Audience + Freshness
    
    | Directory | Status | Contains |
    |-----------|--------|----------|
    | `reference/` | canonical | API, DB schema, config |
    | `runbooks/` | canonical | Deploy, ops, incidents |
    |

    Tags

    agent-skillsagents-mdclaude-skilldocumentationskill-md

    Comments

    More Agents

    View all
    documentation

    Documentation & Onboarding Agent

    Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.

    C
    Community
    debugging

    Cursor Bug Triage Agent

    Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.

    C
    Community
    api

    API Integration Agent

    Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.

    C
    Community
    coding

    Cursor Agent Mode

    Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.

    C
    Cursor Team
    cloud

    Cursor Background Agent

    Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.

    C
    Cursor Team
    composer

    Cursor Composer Agent

    Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.

    C
    Cursor Team

    Stay up to date

    Get the latest Cursor prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for Cursor and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.