Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问clear审计通过

typo3-ddev错别字 3 ddev

Agent Skill

typo3-ddev 用于查找、检索和筛选相关信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要根据关键词、任务场景或来源线索快速定位候选结果时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

1,866

周安装

77

GitHub Stars

26

下载量

610
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:typo3-ddev(错别字 3 ddev)
来源仓库:https://github.com/dirnbauer/webconsulting-skills
仓库路径:skills/typo3-ddev
安装命令:
npx skills add https://github.com/dirnbauer/webconsulting-skills --skill typo3-ddev
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/dirnbauer/webconsulting-skills --skill typo3-ddev

简介

提供信息检索与筛选功能,支持基于关键词查找相关内容。

  • 适合在需要快速定位技术资料或解决方案时使用。
  • 通过 GitHub 仓库安装,使用标准 npx skills add 命令集成。
  • 使用前应核实仓库维护状态及是否涉及敏感数据处理。
  • typo3-ddev 属于研究检索类 Skill,可作为该场景下的辅助能力补充。

SKILL.md

TYPO3 DDEV Setup Skill

DDEV automation for TYPO3 extension development with multi-version testing.

Container Priority

  1. .ddev/ exists -> ddev exec
  2. docker-compose.yml exists -> docker compose exec
  3. System tools only if no container
Always use the project's configured PHP, not system PHP.

Quick Start

scripts/validate-prerequisites.sh    # Check Docker, DDEV prerequisites
ddev start
ddev install-all                     # All versions (11/12/13/14)
ddev install-v13                     # Single version

Database Selection (Tiered)

  • SQLite: Simple extensions, no ext_tables.sql, development only
  • MariaDB 10.11 (default): Extensions with ext_tables.sql or raw SQL
  • PostgreSQL 16: GIS/spatial data
  • MySQL 8.0: Corporate/Oracle parity

See references/advanced-options.md.

PHP Management

Set php_version: "8.3" in config.yaml. Upgrade beyond DDEV's bundled version via .ddev/web-build/Dockerfile using apt-get dist-upgrade. Install extensions with apt-get (pecl unavailable). Custom settings: .ddev/php/custom.ini.

See references/0003-php-version-management.md.

TYPO3 Version Differences

TYPO3 12TYPO3 13+
Setupinstall:setup --use-existing-databasesetup
Password flag--admin-user-password--admin-user-password
Extension activationAutomatic (Composer)extension:setup

See references/typo3-12-cli-changes.md.

Access URLs & Credentials

EnvironmentURL
TYPO3 v13 Backendhttps://v13.{sitename}.ddev.site/typo3/
Docshttps://docs.{sitename}.ddev.site/

Credentials: admin / Joh316!!

Post-Setup Verification

ddev status, ddev exec -d /var/www/html/v13 vendor/bin/typo3 extension:list --active, ddev describe. See references/post-setup-verification.md.

Optional Services & Commands

  • Valkey 8 (default, wire-compatible with Redis) or Redis 7: references/0001-valkey-default-with-redis-alternative.md
  • Ofelia scheduler (ghcr.io/netresearch/ofelia): TYPO3 scheduler automation
  • ddev generate-makefile / ddev generate-index / ddev docs (renders Documentation-GENERATED-temp/)
  • ddev xdebug on / Cache: ddev exec -d /var/www/html/v13 vendor/bin/typo3 cache:flush

Extension Naming

Hyphens for display/composer (nr-llm), underscores for internal TYPO3 key (nr_llm). Source: composer.json name.

Troubleshooting

IssueSolution
Port 80/443 conflictSet router_http_port: "8080" / router_https_port: "8443" in config.yaml
Database existsddev mysql -e "DROP DATABASE v13; CREATE DATABASE v13;"
Extension not foundddev exec -d /var/www/html/v13 vendor/bin/typo3 cache:flush
Windows: health check hangsAdd /phpstatus endpoint with php-fpm.sock to Apache config
Windows: CRLF errorsConvert to LF preserving UTF-8 encoding (for emoji support)
PCOV/pecl failsUse apt-get install php${PHP_VERSION}-pcov instead
PHP settings ignoredPlace in .ddev/php/custom.ini, not /usr/local/etc/php/conf.d/
Full cleanupddev delete --omit-snapshot --yes then remove Docker volumes

References

TopicFile
Prerequisitesreferences/prerequisites-validation.md
Quick startreferences/quickstart.md
Advanced optionsreferences/advanced-options.md
Post-setupreferences/post-setup-verification.md
Branding/landing pagereferences/index-page-generation.md (Netresearch: #2F99A4, Raleway)
Windowsreferences/windows-fixes.md, references/windows-optimizations.md
Docs renderingreferences/documentation-rendering.md
PHP versionsreferences/0003-php-version-management.md
Troubleshootingreferences/troubleshooting.md

Credits & Attribution

This skill is based on the excellent work by Netresearch DTT GmbH.

Original repository: https://github.com/netresearch/typo3-ddev-skill

Copyright (c) Netresearch DTT GmbH — Methodology and best practices (MIT / CC-BY-SA-4.0)

Special thanks to Netresearch DTT GmbH for their generous open-source contributions to the TYPO3 community, which helped shape this skill collection. Adapted by webconsulting.at for this skill collection

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

28.87%
按下载量换算176

OpenCode

21.42%
按下载量换算131

Codex

16.46%
按下载量换算100

Gemini CLI

12.07%
按下载量换算74

windsurf

7.51%
按下载量换算46

Antigravity

3.06%
按下载量换算19

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。

来源信息

继续浏览同类 Skills