Add a new agent skill to the MIGUELez11/skills personal GitHub repo. Use when the user wants to create a new workflow, process, or reusable capability and publish it to their skills collection.
Creates a new skill in /Users/miguel.florido/Projects/skills following skills.sh conventions.
skills/
└── <skill-name>/
├── SKILL.md # Agent instructions (required)
├── REFERENCE.md # Detailed docs (if needed)
└── scripts/ # Optional helper scripts
Gather requirements — ask the user:
Draft the skill — create:
skills/<skill-name>/SKILL.mdReview with user — present draft and ask:
Update README — add a row to the Available Skills table in README.md
Commit with message: Add <skill-name> skill
---
name: skill-name
description: [What it does]. Use when [specific triggers].
---
# Skill Name
## Quick start
[Minimal working example]
## Workflows
[Step-by-step processes for complex tasks]
## Advanced features
[See REFERENCE.md if needed]
Use when [triggers] — be explicit about keywords/contextsHelps with documents.Extract markdown documents. Use when user asks to convert or restructure markdown files.Add <skill-name> skillSearch 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