Skip to content

Conversation

@Steve-Dusty
Copy link
Contributor

@Steve-Dusty Steve-Dusty commented Jan 14, 2026

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)

  • Added "Agent Skills" under Agents section
  • Added "Agent Skills" subsection under Agent Examples with 4 guides

New Documentation Files (5 files)

  1. swarms/agents/agent_skills.md (Main Reference)

    • Complete Agent Skills guide
    • SKILL.md format specification
    • Claude Code compatibility section
    • API reference and troubleshooting
    • Best practices and examples
  2. swarms/examples/agent_skills_overview.md (Overview)

    • High-level introduction
    • Core concepts explained
    • Quick examples
    • Compatibility statement
  3. swarms/examples/agent_with_skills.md (Basic Tutorial)

    • Step-by-step usage guide
    • Complete working examples
    • Output comparisons
    • Troubleshooting tips
  4. swarms/examples/agent_with_custom_skill.md (Custom Skills)

    • 3-step skill creation process
    • Skill template
    • Real-world examples (legal, architecture, research)
    • Testing and version control
  5. swarms/examples/agent_with_multiple_skills.md (Advanced)

    • Using multiple skills together
    • Intelligent skill selection
    • Performance considerations
    • Real-world use cases

Key Features Documented

  • SKILL.md Format: YAML frontmatter + markdown instructions
  • Simple Integration: Single skills_dir parameter
  • Modular & Reusable: Skills as separate files
  • Claude Code Compatible: Standard format works across
    platforms
  • Example Skills: Financial analysis, code review, data
    visualization

Highlights

Claude Code Compatibility

Documentation explicitly covers:

  • Portable skills between Swarms and Claude Code
  • Standard SKILL.md format compatibility
  • Ecosystem alignment with Anthropic's Agent Skills
  • Comparison table of implementations

Complete Examples

  • Basic usage with example skills
  • Creating custom skills from scratch
  • Using multiple skills simultaneously
  • Real-world applications (full-stack dev, business analysis,
    research)

Visual Navigation

Agents
├── Agent Skills (new) ← Main reference
└── ...

Examples
├── Agent Examples
│ ├── Agent Skills (new)
│ │ ├── Overview
│ │ ├── Basic Usage
│ │ ├── Custom Skills
│ │ └── Multiple Skills
│ └── ...

Resources Referenced

Why This Matters

  • Industry Alignment: Positions Swarms as compatible with emerging
    standards
  • Developer Experience: Clear path from concept to implementation
  • Ecosystem Growth: Enables skill sharing across Swarms and Claude
    Code
  • Documentation First: Comprehensive guides before code release

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/

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 14, 2026
@kyegomez kyegomez merged commit 854d859 into kyegomez:master Jan 14, 2026
6 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants