Generates AI agent skill definitions (SKILL.md files) from natural language descriptions. Creates complete skill directories with valid frontmatter and markdown body following the Anthropic agent skill specification. Use when creating new skills, generating SKILL.md files, or scaffolding skill directories.
Check if aigent is available:
command -v aigent
If aigent is on $PATH, use the CLI for authoritative skill generation:
Build the skill:
aigent new "<purpose>" --dir .claude/skills/<name>/
Validate the result:
aigent validate .claude/skills/<name>/
If validation reports errors, fix the SKILL.md and re-validate.
Use --no-llm to force deterministic mode (no API keys needed).
Use --name <name> to override the derived skill name.
The CLI defaults to outputting in ./<name>/ in the current directory. The
--dir flag above overrides this to place skills in .claude/skills/, which
is the standard Claude Code skill location.
If aigent is not available, generate the SKILL.md directly.
Write the SKILL.md to .claude/skills/<name>/SKILL.md with:
---
name: <kebab-case-name>
description: <what-it-does-and-when-to-use-it>
---
# <Title>
## Quick start
[Concise instructions]
## Usage
[Detailed usage]
npx skills add wkusnierczyk/aigent-builder下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer