Skip to main content

example-skill

An example Agent Skill demonstrating the SKILL.md package format. Both the Claude Agent SDK and OpenAI Codex consume this same format.

Ir para a instalação

Informações da origem

Repositório
DataDog/airedale
Última atividade na origem
2 de julho de 2026 às 08:22
Idioma detectado do SKILL.md
inglês
Estrelas
2
Forks
0

Opções de instalação

Por padrão, está selecionado o prompt que primeiro revisa a origem. Você pode mudar para um comando direto ou baixar uma cópia local.

Revise os arquivos de origem

Leia o SKILL.md e os arquivos complementares exibidos pelo SkillsMP antes de decidir se vai instalar.

Exibindo SKILL.md

SKILL.md
Instruções da origem · Visualização somente leitura
name
example-skill
description
An example Agent Skill demonstrating the SKILL.md package format. Both the Claude Agent SDK and OpenAI Codex consume this same format.
# Example Skill This skill demonstrates the Agent-Skills SKILL.md format used by `airedale`. Place any skill directory under `scenario.skills` in your `experiment.toml` and the harness will stage it for the active engine. ## When to use this skill Use this skill as a template when creating new Agent Skills for your evaluation scenarios. Adapt the frontmatter `name` and `description` fields, then replace this content with the actual guidance for the model. ## Instructions 1. Read the task prompt carefully before selecting tools. 2. Prefer MCP server tools that directly answer the question over general search. 3. Synthesize a concise, evidence-backed answer from the retrieved information. 4. If no relevant tool is available, state that explicitly rather than guessing.
Ver no GitHub