Claude
Skills
Sign in
Back

search-agent-skills

Included with Lifetime
$97 forever

Search the AgentSkills specification. Use when creating, validating, structuring skills, or understanding the SKILL.md format.

AI Agentsscripts

What this skill does


# Search Agent Skills

Query the AgentSkills specification via MCP.

## Usage

```bash
bun run skills/search-agent-skills/scripts/search.ts '{"query": "SKILL.md frontmatter fields"}'
```

## Available scripts

- [**scripts/search.ts**](scripts/search.ts) — Search the AgentSkills specification. Takes JSON with a `query` field, prints matching documentation to stdout.

## When to use

- Creating new skills (frontmatter format, directory structure)
- Validating skill directories
- Understanding scripts/, references/, assets/ conventions
- Checking AgentSkills client implementation guidance
Files: 3
Size: 3.1 KB
Complexity: 28/100
Category: AI Agents

Related in AI Agents