Help us improve
Share bugs, ideas, or general feedback.
From typo3-docs
Creates, edits, reviews TYPO3 extension documentation (RST files, guides.xml, README.md, XLF translations) with Docker rendering, RST directives, screenshots, validation, and docs.typo3.org deployment.
npx claudepluginhub netresearch/claude-code-marketplace --plugin typo3-docsHow this skill is triggered — by the user, by Claude, or both
Slash command
/typo3-docs:typo3-docsThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create and maintain TYPO3 extension documentation following official docs.typo3.org standards.
assets/AGENTS.mdcheckpoints.yamlevals/evals.jsonreferences/architecture-decision-records.mdreferences/asset-templates-guide.mdreferences/code-structure-elements.mdreferences/coding-guidelines.mdreferences/content-directives.mdreferences/documentation-coverage-analysis.mdreferences/extraction-patterns.mdreferences/file-structure.mdreferences/guides-xml.mdreferences/intercept-deployment.mdreferences/rendering.mdreferences/rst-syntax.mdreferences/screenshots.mdreferences/scripts-guide.mdreferences/text-roles-inline-code.mdreferences/typo3-directives.mdreferences/typo3-extension-architecture.mdFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Designs test strategies and plans with testing pyramid. Covers APIs, frontend, data pipelines, infrastructure; outputs plans including coverage targets, examples, and gaps.
Share bugs, ideas, or general feedback.
Create and maintain TYPO3 extension documentation following official docs.typo3.org standards.
scripts/extract-all.sh /path/to/extension
scripts/analyze-docs.sh /path/to/extension
scripts/validate_docs.sh /path/to/extensionscripts/render_docs.sh /path/to/extensionCritical: When the user asks to "show docs", render and display HTML output, not raw RST.
| Content Type | Directive |
|---|---|
| Complete code | literalinclude (preferred over code-block) |
| Short snippets | code-block with :caption: |
| Config options | confval with :name:, :type:, :default: |
| PHP API | php:method:: -- use :returntype: for nullable/union types |
| Notices | note, tip, warning, important |
| Feature grids | card-grid with stretched-link in footer |
| Alternatives | tabs (synchronized) |
| Screenshots | figure with :zoom: lightbox :class: with-border with-shadow |
.. _label:) before every heading:alt: and :zoom: lightboxDocumentation/toctreemailto: -- use GitHub Issues/Discussions?Type/Type|null in php:method::; use :returntype:Cross-reference code examples against extension source:
grep method names in Classes/, compare CLI arguments against configure(),
verify API signatures match. See references/extraction-patterns.md.
.editorconfig in Documentation/, Index.rst in every directory:caption:, inline code uses proper roles:alt: and :zoom: lightboxscripts/validate_docs.sh passes, render has no warningsreferences/file-structure.md -- directory layout, naming conventionsreferences/guides-xml.md -- build configuration, interlink settingsreferences/coding-guidelines.md -- .editorconfig, indentation rulesreferences/rst-syntax.md -- headings, lists, tables, formattingreferences/text-roles-inline-code.md -- :php:, :file:, :guilabel:, :ref:references/code-structure-elements.md -- code blocks, confval, PHP domainreferences/typo3-directives.md -- confval, versionadded, deprecatedreferences/content-directives.md -- accordion, tabs, card-gridreferences/screenshots.md -- image requirements, figure directivesreferences/rendering.md -- Docker commands, live previewreferences/intercept-deployment.md -- webhook, build triggersreferences/asset-templates-guide.md -- templates, screenshot workflowreferences/architecture-decision-records.md -- ADR patternsreferences/documentation-coverage-analysis.md -- coverage scoringreferences/scripts-guide.md -- script optionsreferences/typo3-extension-architecture.md -- extension layout