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.

الانتقال إلى التثبيت

معلومات المصدر

المستودع
DataDog/airedale
آخر نشاط في المصدر
٢ يوليو ٢٠٢٦ في ٠٨:٢٢
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٢
التفرعات
٠

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
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.
عرض على GitHub