# Add Agent Skills Documentation #1299
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Adds comprehensive documentation for Agent Skills - a modular,
markdown-based format for defining reusable agent capabilities. This
documentation highlights Swarms' compatibility with Anthropic's Agent
Skills standard and Claude Code ecosystem.
Changes
Documentation Structure (
mkdocs.yml)New Documentation Files (5 files)
swarms/agents/agent_skills.md(Main Reference)swarms/examples/agent_skills_overview.md(Overview)swarms/examples/agent_with_skills.md(Basic Tutorial)swarms/examples/agent_with_custom_skill.md(Custom Skills)swarms/examples/agent_with_multiple_skills.md(Advanced)Key Features Documented
skills_dirparameterplatforms
visualization
Highlights
Claude Code Compatibility
Documentation explicitly covers:
Complete Examples
research)
Visual Navigation
Agents
├── Agent Skills (new) ← Main reference
└── ...
Examples
├── Agent Examples
│ ├── Agent Skills (new)
│ │ ├── Overview
│ │ ├── Basic Usage
│ │ ├── Custom Skills
│ │ └── Multiple Skills
│ └── ...
Resources Referenced
equipping-agents-for-the-real-world-with-agent-skills)
nts-and-tools/agent-skills/overview)
Why This Matters
standards
Code
Files Changed
docs/mkdocs.yml(2 new sections)docs/swarms/agents/agent_skills.md(new)docs/swarms/examples/agent_skills_overview.md(new)docs/swarms/examples/agent_with_skills.md(new)docs/swarms/examples/agent_with_custom_skill.md(new)docs/swarms/examples/agent_with_multiple_skills.md(new)📚 Documentation preview 📚: https://swarms--1299.org.readthedocs.build/en/1299/