Skills
Skills are knowledge documents that the agent loads on demand. They are compatible with the open agentskills.io standard — used by Claude Code, Codex, Cursor, Gemini CLI, and dozens of other tools.
How Skills Work
Skills use progressive disclosure to minimize token usage:
The agent loads full skill content only when it actually needs it. It can have dozens of skills ready with minimal context overhead.
Using Skills
Every installed skill is automatically available as a slash command:
Built-in Skill Categories
Autonomous AI Agents
Spawning and orchestrating independent coding agents and task delegation.
claude-codecodexopencodeSoftware Development
TDD, debugging, code review, planning, refactoring, and code simplification.
plantdddebuggingcode-reviewData Science
Jupyter notebooks, interactive Python, data analysis, visualization.
jupyterGitHub Workflow
Repository management, pull requests, code review, issues, CI/CD.
github-prgithub-issuesgithub-reviewCreative
ASCII art, diagrams, architecture, Excalidraw, p5.js, Manim animations.
excalidrawascii-artdiagramp5jsMLOps
Model training, fine-tuning, HuggingFace, evaluation, inference.
huggingfacevllmllama-cppProductivity
Google Workspace, Notion, PowerPoint, PDF, OCR, spreadsheets.
google-workspacenotionpowerpointResearch
ArXiv, search, web extraction, blog monitoring, YouTube.
arxivweb-searchyoutubeCommunication
Email, social media, messaging, notes, sharing.
emailhimalayasocial-mediaSmart Home
Light control, sensors, and home automation.
openhuesmart-homeWeb & SEO
Static site deployment, SEO optimization, nginx configuration.
web-seomapsMedia
Music, audio generation, GIFs, YouTube, spectrograms.
audiocraftsongwritinggif-searchSKILL.md Format
Each skill is a folder containing SKILL.md with metadata and instructions:
Learning a New Skill (/learn)
The fastest way to create a skill without manually writing SKILL.md. The agent gathers the material and creates a structured skill:
Skills Hub
Install skills from community sources:
Supported sources: agentskills.io, ClawHub, LobeHub, GitHub repositories.
Skill Bundles
Combine skills frequently used together under one short command. Example:
Agentskills.io — Open Standard
The Agent Skills format was originally developed by Anthropic, released as an open standard, and adopted by dozens of agent products:
Claude CodeCodexCursor Gemini CLIGitHub CopilotVS Code OpenCodeGooseLetta Mistral VibeOnaJunie DatabricksSnowflakeRoo Code
← Back to main page