Use this skill when creating or editing GitHub Copilot customization Markdown files (agent profiles, prompt files, instruction files, and skills).
Help create and maintain Copilot customization files with correct structure and consistent, high-signal instructions.
Use this skill when working on any of:
agents/*.agent.mdprompts/*.prompt.mdinstructions/*.instructions.mdskills/**/SKILL.md# Title## Purpose## How to use## Rules (MUST/SHOULD/MAY)## Examples (at least one when ambiguity is likely).instructions.md files.copilot-instructions.md.description in agent profiles”).yaml or md tags.skill.md; the file must be named SKILL.md.---
name: my-agent
description: Short description of what this agent does
tools: ["read", "search", "edit"]
---
---
applyTo: ".github/prompts/**/*.prompt.md"
excludeAgent: "code-review"
---
---
agent: "agent"
description: "One-line description of what this prompt does"
---
npx skills add Robotti-io/markdown-customizations下载完整 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