Creates new AI agent skills following the Agent Skills spec. Trigger: When user asks to create a new skill, add agent instructions, or document patterns for AI.
Use this skill to create or update reusable AI guidance for Vendix. Skills should be compact, accurate, scoped to one responsibility, and synchronized through skill-sync.
Create or update a skill when:
Do not create a skill for one-off instructions, obvious conventions, or content already covered by an accurate existing skill.
Each skill should have:
name, description, license, metadata.author, metadata.version, and usually metadata.scope plus metadata.auto_invoke.---
name: vendix-example-skill
description: >
Short description of what this skill governs.
Trigger: Specific action, file type, domain, or workflow that should load it.
license: MIT
metadata:
author: rzyfront
version: "1.0"
scope: [root]
auto_invoke:
- "Specific action that should load this skill"
allowed-tools: Read, Edit, Write, Glob, Grep, Bash
---
allowed-tools is optional and belongs at the top level. Keep metadata.auto_invoke specific enough to avoid loading unrelated skills.
# Skill Title
## Purpose
[What this skill governs and what it does not govern]
## Core Rules
- [Most important rules]
## Workflow
1. [Only if this skill requires sequence]
## Decision Rules
| Situation | Use |
| --- | --- |
| [Condition] | [Action] |
## Related Skills
- `other-skill` - [why it is related]
skills/../skills/skill-sync/assets/sync.sh../skills/setup.sh --sync.AGENTS.md auto-invoke entries.| Skill Type | Pattern | Examples |
| --- | --- | --- |
| Workflow | {action}-{target} | skill-creator, buildcheck-dev |
| Vendix domain | vendix-{domain} | vendix-subscription-gate |
| Vendix app/layer | vendix-{layer}-{topic} | vendix-frontend-routing |
| AI platform | vendix-ai-{topic} | vendix-ai-streaming |
skill-sync - Required after creating or modifying skillshow-to-plan - Marks knowledge gaps that may become skillshow-to-dev - Requires loading relevant skills before development下载完整 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