Skip to main content

Explorar Agent Skills

Resultados de búsqueda

Ordenar por
13+ resultados

De forma predeterminada, esta lista muestra una Skill por repositorio de GitHub para evitar que un solo repositorio ocupe toda la lista. Usa la búsqueda o los filtros para ver más.

workflow-builder

Fuenten8n-io/n8n/packages/@n8n/instance-ai/skills/workflow-builder/SKILL.md
Actualizado

Load before calling build-workflow. Default path for all single-workflow work: new one-off workflows, existing-workflow edits, verification repairs, and workflow-local data tables. Write or edit a workspace source file, run workflow-sdk validate via workspace_execute_command, then call build-workflow with filePath. When the workflow creates or writes Data Tables, load data-table-manager first, then this skill. Do not load planning or create-tasks first. Load planning only when multiple coordinated workflows or shared cross-task data tables require a dependency-aware task graph.

engine-whats-new

Fuenteflutter/flutter/.agents/skills/engine-whats-new/SKILL.md
Actualizado

Generates the "what's new" release summary and diff file for changes in the Flutter engine (//engine/src/flutter) between two releases (e.g., 3.47 vs 3.44). When to use: - Only activate when explicitly asked by the user to generate what's new in the engine, diff Flutter engine releases, or produce an engine release summary. When not to use: - Do not use for general questions about commits, individual file history, or codebase searches unless explicitly requested to generate the engine release diff or summary.