AgentSkillsCN

olore-agentskills-latest

本地 Agent Skills 文档参考(最新版)。当用户询问 Agent Skills 格式、技能创建、SKILL.md 规范,或如何将技能集成到代理中时,可参考此文档。

SKILL.md
--- frontmatter
name: olore-agentskills-latest
description: Local Agent Skills documentation reference (latest). Use when asked about the Agent Skills format, creating skills, SKILL.md specification, or integrating skills into agents.

Agent Skills Documentation

Agent Skills are a simple, open format for giving AI agents new capabilities and expertise through folders of instructions, scripts, and resources that agents can discover and use.

Quick Reference

FileTitleDescription
contents/home.mdxOverviewIntroduction to Agent Skills format and its benefits for skill authors, compatible agents, and teams
contents/what-are-skills.mdxWhat are skills?Core concepts: folder structure, progressive disclosure, and how skills work
contents/specification.mdxSpecificationComplete format specification including SKILL.md format, frontmatter fields, and optional directories
contents/integrate-skills.mdxIntegrate skillsGuide for adding Agent Skills support to agents and tools (filesystem-based vs tool-based approaches)
contents/README.mdDocumentation Dev GuideDevelopment instructions for the Mintlify documentation site
contents/CLAUDE.mdClaude Code GuidanceRepository-specific instructions for Claude Code when working with Agent Skills docs

When to use

Use this skill when the user asks about:

  • Creating or authoring Agent Skills
  • SKILL.md file format and specification
  • Agent Skills frontmatter and metadata fields
  • Integrating skills support into AI agents or tools
  • Progressive disclosure and skill activation
  • Skills directory structure and optional folders
  • Differences between filesystem-based and tool-based agents

How to find information

  1. Check Quick Reference above for specific topics
  2. Read TOC.md for complete file listing
  3. Read specific files from contents/{filename} for detailed information