Token导航 LogoToken导航TokenDH.com
前端设计操作浏览器github未标认证来源可访问许可证需确认审计提醒

typo3-icon14错别字 3 icon14

Agent Skill

typo3-icon14 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息,适合在 Codex、Claude、Cursor、Gemini CLI 中需要围绕仓库状态、代码变更或协作事项进行整理时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

225

周安装

9

GitHub Stars

26

下载量

73
CodexClaudeCursorGemini CLI

安装说明

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

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

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

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

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

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

简介

typo3-icon14 用于处理 GitHub 仓库、Issue、Pull Request 和代码协作信息。

  • 适合在 Codex、Claude、Cursor、Gemini CLI 中围绕仓库状态、代码变更或协作事项进行整理。
  • 通过 npx skills add 命令从指定仓库安装,需结合原始 README 核验具体用法。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。
  • 当前无原始 SKILL.md 内容可参考,功能描述基于通用协作场景推断。

SKILL.md

TYPO3 v14 Icon Modernizer

Prefer live TYPO3 v14 references over bundled snapshots. Use the official Icon API docs for registration rules and the TYPO3.Icons catalog for the current Core SVG language. Use the local reference files only to keep this skill concise.

What this skill is for

Use this skill to:

  • migrate legacy extension icons to TYPO3 v14
  • design new custom icons that fit the TYPO3 v14 backend
  • update Configuration/Icons.php and all icon consumers
  • keep module, plugin, record, action, and extension icons distinct

Do not invent a second icon system for the extension. Work with the icon identifiers, file names, and render contexts that already exist in the codebase.

Workflow

  1. Inventory existing icon files and registrations.
  2. Classify each icon by type and render context.
  3. Infer the icon meaning from module names, TCA, plugin config, and current SVGs.
  4. If the meaning is still unclear, ask one focused question: what should this icon communicate?
  5. Load live TYPO3 v14 references for the matching icon family. See references/live-sources.md.
  6. Redraw or modernize the SVG in the correct TYPO3 v14 style.
  7. Update Configuration/Icons.php and every iconIdentifier / pluginIcon / typeicon_classes consumer.
  8. Verify the icon in its real backend context and clear TYPO3 cache plus browser local storage if the old SVG still appears.

Start With Meaning, Not Shapes

When the user asks for new icons, first capture or infer:

  • which identifiers or files need to exist
  • what each icon represents
  • whether several icons should form a visual family
  • whether one icon is the parent and others are sub-variants

If the repository already makes the meaning obvious, proceed without stopping. If not, ask for a short mapping such as:

  • module-myext -> "main module for editorial planning"
  • record-myext-campaign -> "campaign record"
  • plugin-myext-list -> "frontend list plugin"

The user can describe usage, not geometry. Translate usage into icon semantics.

Source Of Truth

Use sources in this order:

  1. Official TYPO3 Icon API docs for registration, providers, and migration: Icon API
  2. Live TYPO3.Icons catalog for current Core SVG references: TYPO3.Icons
  3. If the working TYPO3 instance has EXT:styleguide, inspect the real backend rendering there as a runtime check
  4. Only fall back to local reference notes in this skill when live sources are unavailable

Prefer loading the current Core icons when needed. Do not ship copies of Core icons into an extension unless the user explicitly wants vendored assets or the environment is offline.

Respect The Icon Type

TypeTypical fileRender contextViewBoxWhere to look for references
Parent / submodulemodule-*.svgBackend navigation, module menu0 0 64 64module catalog
Extension iconExtension.svgExtension Manager and related backend views0 0 64 64module catalog
Plugin iconplugin-*.svgNew content element wizard, list view, plugin selectorsusually 0 0 16 16content, default, apps
Record iconrecord-*.svgTCA, page tree, list moduleusually 0 0 16 16default, apps, mimetypes, overlay, status
Action iconactions-*.svgButtons, toolbars, controlsusually 0 0 16 16actions

Always match the render size and visual density of the icon type you are editing. Do not force a 64x64 module composition into a 16x16 record or action icon.

Minimal TYPO3 v14 SVG Rules

  • transparent background only
  • primary geometry uses currentColor
  • accent geometry uses var(--icon-color-accent, #ff8700)
  • remove hardcoded white, black, gray, and legacy brand-color backgrounds
  • keep markup minimal: xmlns plus viewBox only unless a provider truly needs more
  • preserve the semantic shape from the existing icon whenever possible
  • for module-* and Extension.svg: prefer strong silhouettes, minimum 6-unit outline width, and .8 opacity for depth fills when needed
  • for 16x16 icons: reduce details aggressively; two clear ideas beat five tiny ones

See references/design-notes.md for the visual rules and anti-patterns.

Light And Dark Mode Are Non-Negotiable

TYPO3 v14 ships auto / light / dark color scheme switching in the backend (introduced as a Core feature in v13.3, carried into v14). Every custom icon must render correctly in both schemes. There is no separate "dark icon" file — the same SVG is used.

The two CSS tokens that the Core ships on :root (from TYPO3.Icons/assets/scss/icons.scss) are:

:root {
    --icon-color-primary: currentColor;
    --icon-color-accent: #ff8700;
}

How to stay compatible with both schemes:

  • Use currentColor (or var(--icon-color-primary, currentColor)) for the primary silhouette. It inherits the surrounding text color, which flips automatically when the user switches color scheme.
  • Use var(--icon-color-accent, #ff8700) for the accent. TYPO3 orange #ff8700 is the same fallback in both schemes because orange has sufficient contrast on both light and dark backend surfaces. Do not replace it with a scheme-specific hex — themes that want a different accent override the CSS variable, not the fallback.
  • Never hardcode fill="#000", fill="#333", fill="#fff", fill="white", or fill="black". Any one of these vanishes on one of the two backgrounds.
  • Never draw a solid background rectangle behind the icon. The backend surface color must show through so the scheme flip works.
  • Opacity-based depth (fill-opacity=".8" on top of currentColor) is safe because the base tone flips with the scheme.
  • Do not depend on prefers-color-scheme media queries inside the SVG. The Core drives the scheme via an attribute on the root element, and relying on prefers-color-scheme will miss manual switches from the User Settings dropdown.

Verify every icon in both schemes before shipping (see Verification below).

Registration Rules

Register icons in Configuration/Icons.php. TYPO3 v14 requires this and no longer allows registration in ext_localconf.php.

<?php

declare(strict_types=1);

use TYPO3\CMS\Core\Imaging\IconProvider\SvgIconProvider;

return [
    'module-myext' => [
        'provider' => SvgIconProvider::class,
        'source' => 'EXT:my_extension/Resources/Public/Icons/module-myext.svg',
    ],
    'record-myext-item' => [
        'provider' => SvgIconProvider::class,
        'source' => 'EXT:my_extension/Resources/Public/Icons/record-myext-item.svg',
    ],
];

Update every consumer after the SVG is in place:

  • Configuration/Backend/Modules.php -> iconIdentifier
  • Configuration/TCA/*.php -> typeicon_classes, iconIdentifier
  • Configuration/TCA/Overrides/*.php -> pluginIcon, page-type or folder icons

The official docs state that icons must be registered in the icon registry through Configuration/Icons.php, and that registration in ext_localconf.php is no longer possible in TYPO3 v14.

Migration Behavior

When legacy SVGs already exist:

  • keep the existing identifier unless a rename is required
  • modernize the current shape before replacing it with a completely new metaphor
  • keep file paths stable where possible to reduce config churn
  • verify every updated icon against the icon type it belongs to

Use references/migration-steps.md for the checklist.

Verification

Before finishing:

  • verify the file path matches the registered source
  • verify the icon type uses the correct viewBox
  • verify there is no solid background layer
  • verify all consumers point to the intended identifier
  • verify the icon remains readable at its real render size
  • verify the icon works in both light and dark backend schemes — switch via the user dropdown at the top right or User Settings, and check the icon in its real render context (module menu, content wizard, list module, TCA icons)
  • confirm no hardcoded #000, #333, #fff, white, or black fills remain
  • clear TYPO3 caches and browser local storage if rendering looks stale

References

Source: https://github.com/dirnbauer/webconsulting-skills

适合场景

01

用户想查找某类 Agent Skill 时

02

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

03

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

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

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

能力 4

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

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

平台分布

Codex

36.9%
按下载量换算27

Claude

30.16%
按下载量换算22

Cursor

16.65%
按下载量换算12

Gemini CLI

9.54%
按下载量换算7

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

操作浏览器

该 Skill 可能涉及浏览器控制能力,使用时可能读取或操作网页内容,需要在受控环境中确认权限边界。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills