skills/skill-curator/SKILL.md
Curate and catalog agent skills from GitHub repositories or URLs. You MUST use this skill whenever the user asks you to add a skill, curate skills, catalog an agent tool, or update a central catalog/README with a list of skills.
npx skillsauth add eho/agent-skills skill-curatorInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill automates the process of discovering, extracting, and cataloging agent skills into a central README.md file. It ensures consistency in descriptions, categories, and installation commands.
Use the most appropriate tool to explore the target repository. If you are equipped with the "Public Repo Explorer" skill, perform a local shallow clone. Otherwise, use tools like the GitHub MCP server to browse the remote files.
SKILL.md files to identify valid skills. Use comprehensive search tools (e.g., find_by_name or grep_search if local, or MCP search) across the entire codebase.plugins/expo-app-design/skills/layout/SKILL.md). A folder is only a valid skill if it contains a SKILL.md file directly inside it.For each identified SKILL.md file, extract:
SKILL.md frontmatter).SKILL.md frontmatter).SKILL.md file itself (must end in /SKILL.md).Group skills into logical categories. If a clear category isn't obvious, use these defaults or suggest new ones:
Update the workspace README.md using the established table format. The Source Link MUST point directly to the SKILL.md file (e.g., end in /SKILL.md). Do not include an "Install Command" column; instead, ensure the README.md has a general Installation section at the bottom.
| Skill Name | Source | Description | | :--- | :--- | :--- | | [Skill Name](Source Link to SKILL.md) | [Source Name](Source Repo URL) | Description |
Example 1: Input: "Add the skills from https://github.com/example/agent-skills to my catalog." Action:
SKILL.md files recursively in the repository.image-optimizer at packages/ui/skills/image-optimizer/SKILL.md.README.md with the new entries, ensuring the Source Link points directly to packages/ui/skills/image-optimizer/SKILL.md.documentation
Compact the current conversation into a handoff document for another agent to pick up.
tools
--- name: expo-ios-agent-device description: Drive the Kotoba Expo iOS simulator effectively with agent-device. Use when verifying iOS UI behavior, testing Expo dev-client flows, seeding simulator app state, diagnosing accessibility selectors, or automating simulator QA for this repo. --- # Expo iOS Agent Device Use this skill when automating Kotoba on the iOS simulator with `agent-device`. ## Preflight Run these before planning commands: ```sh agent-device --version agent-device help workf
development
Create or update a DESIGN.md design system specification for websites, apps, prototypes, or product designs. Use when the user asks to generate a DESIGN.md, design system spec, UI specification, frontend design source of truth, Stitch/Google Design.md-style document, or agent-ready design tokens and component guidelines from images, descriptions, screenshots, mockups, brand notes, or raw product requirements.
documentation
Run the review-revision loop for an existing design doc: call design-doc-reviewer, address Critical Gaps and Minor Issues, repeat until clean, then mark the doc Revised for feature-delivery. Use when asked to review and revise, repeat until no gaps remain, prepare a design doc for feature delivery, or start a reviewer subagent and address feedback. Use design-doc-reviewer for one-time read-only critique.