Files
crewAI/lib/crewai/tests/skills/fixtures/valid-skill/SKILL.md
Greyson LaLonde 555ee462a3 feat: agent skills
introduce the agent skills standard for packaging reusable instructions that agents can discover and activate at runtime.                                                             

- skills defined via SKILL.md with yaml frontmatter and markdown body
- three-level progressive disclosure: metadata, instructions, resources
- filesystem discovery with directory name validation                                                         
- skill lifecycle events (discovery, loaded, activated, failed)
- crew-level skills resolved once and shared across agents                                                    
- skill context injected into both task execution and standalone kickoff
2026-03-24 19:03:35 +08:00

406 B

name, description, license, compatibility, metadata, allowed-tools
name description license compatibility metadata allowed-tools
valid-skill A complete test skill with all optional directories. Apache-2.0 crewai>=0.1.0
author version
test 1.0
web-search file-read

Instructions

This skill provides comprehensive instructions for the agent.

Usage

Follow these steps to use the skill effectively.

Notes

Additional context for the agent.