MITupdated 7d ago
Bind the requested project path, or the invocation directory when omitted, to one normalized . The command workflow must use that operation root for every discovery, package-manager command, write, and validation.
¿Qué puedes hacer con Init?
name: init description: "Initializes Tailwind CSS v4 in an existing project, including dependencies, CSS entry points, and build integration. Invoke explicitly when setup changes are requested." argument-hint: "[project-path]" disable-model-invocation: true
Initialize Tailwind CSS v4
Bind the requested project path, or the invocation directory when omitted, to
one normalized <INIT_TARGET>. The command workflow must use that operation
root for every discovery, package-manager command, write, and validation.
Plugin Resource Resolution
<PLUGIN_ROOT> is notation. Replace it with a concrete absolute plugin root
before every resource read or command:
- Codex: Start from the directory containing the absolute selected
SKILL.mdpath, then ascend two directories (skills/<name>to plugin root). - Claude Code: Bind it to the injected
${CLAUDE_PLUGIN_ROOT}value.
Read both files completely, then apply the adapter while following the command body:
<PLUGIN_ROOT>/lib/codex-command-adapter.md<PLUGIN_ROOT>/commands/init.md
Instalación
Añade Init a tu cliente. Elige el que uses.
npx skills add gopherguides/gopher-aiInstalls every skill in the repository, then prompts for which to keep.
/plugin marketplace add gopherguides/gopher-aiAdds the repository as a plugin marketplace; install individual plugins with `/plugin install`.
git clone https://github.com/gopherguides/gopher-ai
cp -r plugins/tailwind/skills/init ~/.claude/skills/A skill is a plain directory. Copy it into `.claude/skills/` in a project or in your home directory.
Puntuación
59 / 100
Suficiente