Download the PHP package netresearch/agent-typo3-docs without Composer

On this page you can find all versions of the php package netresearch/agent-typo3-docs. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package agent-typo3-docs

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 originally developed by Anthropic and released for cross-platform use.

Supported Platforms:

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

Installation

Marketplace (Recommended)

Add the Netresearch marketplace once, then browse and install skills:

Without a marketplace

Since Claude Code 2.1.157 a plugin directory under your personal skills directory loads on its own, including the hooks this repo ships:

It loads as typo3-docs@skills-dir on the next session. Update with git -C ~/.claude/skills/typo3-docs pull and start a new session; remove it by deleting the directory. This route has no claude plugin update.

npx (skills.sh)

Install with any Agent Skills-compatible agent:

Limitation: npx skills installs SKILL.md-based skills only. This repo also ships hooks, which it does not install — use the marketplace or the skills directory for those.

Download Release

Download the latest release and extract to your agent's skills directory.

Git Clone

Composer (PHP Projects)

Requires netresearch/composer-agent-skill-plugin.

Contents

SKILL.md

Main skill file with comprehensive instructions for:

references/

rst-syntax.md - TYPO3-specific RST conventions:

typo3-directives.md - TYPO3-specific directives:

extraction-patterns.md - Documentation extraction guide:

typo3-extension-architecture.md - TYPO3 official file structure reference:

assets/

AGENTS.md - AI assistant context template:

scripts/

add-agents-md.sh - Add AI context to Documentation/:

validate_docs.sh - Validation script:

render_docs.sh - Rendering script:

extract-all.sh - Documentation extraction orchestrator:

analyze-docs.sh - Documentation coverage analysis:

extract-php.sh - PHP code extraction:

extract-extension-config.sh - Extension configuration extraction:

extract-composer.sh - Composer dependency extraction:

extract-project-files.sh - Project file extraction:

extract-build-configs.sh - Build configuration extraction (optional):

extract-repo-metadata.sh - Repository metadata extraction (optional):

Usage

The skill automatically activates for TYPO3 documentation tasks. You can also manually invoke it:

Quick Examples

Add AI Assistant Context:

Extract and Analyze Documentation:

Document Configuration:

Document Version Changes:

Create Card Grid Navigation:

Validate Documentation:

Render Documentation:

Deployment Setup

Enable automatic documentation publishing to docs.typo3.org:

Prerequisites

  1. Extension published in TYPO3 Extension Repository (TER)
  2. Git repository URL referenced on TER detail page
  3. Valid Documentation/ structure with Index.rst and Settings.cfg

Quick Webhook Setup

GitHub:

GitLab:

Verification

After first push, check:

First build requires approval by TYPO3 Documentation Team (1-3 business days). Future builds are automatic.

Full webhook setup guide: references/intercept-deployment.md

Quality Standards

Before committing documentation changes, ensure:

Resources

Official Documentation:

Example Projects:

TYPO3 Intercept:

Contributing

Contributions are welcome! Please follow these guidelines:

  1. Fork the repository
  2. Create a feature branch (git checkout -b feature/improvement)
  3. Make your changes
  4. Test the skill thoroughly
  5. Commit your changes (git commit -m 'Add improvement')
  6. Push to the branch (git push origin feature/improvement)
  7. Create a Pull Request

License

This project uses split licensing:

See the individual license files for full terms.

Support

Issues and Questions:

Credits

Created by Netresearch DTT GmbH for the TYPO3 community.

Based on:


Version: 1.0.0 Maintained By: Netresearch DTT GmbH Last Updated: 2025-10-18


Made with ❤️ for Open Source by Netresearch


All versions of agent-typo3-docs with dependencies

PHP Build Version
Package Version
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package netresearch/agent-typo3-docs contains the following files

Loading the files please wait ...