Claude Code Plugins

Community-maintained marketplace

Feedback

Documentation Structure

@Ingramml/racial-terror-map
0
0

Organize project documentation following best practices. Use when setting up project docs, reorganizing documentation, or user says "documentation structure". Provides standard templates and organization.

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

SKILL.md

name Documentation Structure
description Organize project documentation following best practices. Use when setting up project docs, reorganizing documentation, or user says "documentation structure". Provides standard templates and organization.
allowed-tools Read, Write, Glob
version 1.0.0

Documentation Structure

Purpose

Provide standardized documentation organization and templates for projects.

When This Activates

  • User says "documentation structure", "organize docs"
  • New project setup
  • Documentation reorganization needed

Steps

Step 1: Analyze Current Documentation

Scan project for existing docs

Step 2: Propose Structure

Suggest standard documentation organization:

  • README.md
  • CONTRIBUTING.md
  • CHANGELOG.md
  • docs/ directory structure

Step 3: Create Templates

Provide templates for each documentation type

Step 4: Implement Structure

Create directories and template files (if approved)


Standard Structure

Documentation/
├── README.md
├── CONTRIBUTING.md
├── CHANGELOG.md
├── General/
├── Technical/
├── API/
└── Deployment/

Changelog

Version 1.0.0 (2025-10-20)

  • Initial release

End of Skill