typo3-docs-skill banner
netresearch netresearch

typo3-docs-skill

Documentation community intermediate

Description

A comprehensive Claude Code skill for creating and maintaining TYPO3 extension documentation following official TYPO3 documentation standards.

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

TYPO3 Documentation Skill

A comprehensive Claude Code skill for creating and maintaining TYPO3 extension documentation following official TYPO3 documentation standards.

🔌 Compatibility

This is an **Agent Skill** following the [open standard](https://agentskills.io) originally developed by Anthropic and released for cross-platform use.

**Supported Platforms:**

  • ✅ Claude Code (Anthropic)
  • ✅ Cursor
  • ✅ GitHub Copilot
  • ✅ Other skills-compatible AI agents

Skills are portable packages of procedural knowledge that work across any AI agent supporting the Agent Skills specification.

Overview

This skill provides guidance for working with TYPO3 extension documentation in reStructuredText (RST) format, including TYPO3-specific directives, local rendering with Docker, validation procedures, and automated deployment through TYPO3 Intercept.

Features

  • Documentation Extraction - Automated extraction from code, configs, and repository metadata
  • Gap Analysis - Identify missing and outdated documentation
  • RST Syntax Reference - Complete reStructuredText formatting guide
  • TYPO3-Specific Directives - confval, versionadded, php:method, card-grid
  • Local Rendering - Docker-based documentation rendering scripts
  • Validation Tools - RST syntax and quality check scripts
  • Quality Standards - Pre-commit checklists and best practices
  • TYPO3 Intercept - Automated deployment guidance
  • AI Assistant Context - AGENTS.md templates for Documentation/ folders

Installation

Marketplace (Recommended)

Add the [Netresearch marketplace](https://github.com/netresearch/claude-code-marketplace) once, then browse and install skills:

# Claude Code
/plugin marketplace add netresearch/claude-code-marketplace

npx ([skills.sh](https://skills.sh))

Install with any [Agent Skills](https://agentskills.io)-compatible agent:

npx skills add https://github.com/netresearch/typo3-docs-skill --skill typo3-docs

...