-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Michael R. Schwab edited this page Jun 24, 2026
·
7 revisions
| Skill | Description |
|---|---|
| github-doc-sync | > |
| hand-off | Delegates a defined scope of work to a fresh Claude Code subagent, with full current-context preserved across the boundary. Use this skill whenever the user invokes /hand-off or asks (in any phrasing) to hand off, delegate, spin off, fork, or pass work to another agent or a fresh agent. Also use when the user mentions running out of context and wanting to continue elsewhere, or wants to scope a chunk of work to its own session. Captures current context into a handoff directory, spawns a subagent via the Task tool to complete the work, then synthesizes the resulting output back into the parent conversation. Handoff directories persist on disk as an audit trail. |
| pr-comment-triage | > |
| skill-validator | Validate Claude Code skill files (SKILL.md) against Anthropic's structural requirements. Use this skill whenever the user asks to validate, lint, check, or verify a skill file or skill structure. Triggers on "validate skill", "lint skill", "check skill", "verify SKILL.md", "does my skill meet requirements", or any request to confirm a skill is correctly structured before publishing or importing. |
| suno-songwriter | Compose original songs as copy-paste-ready prompts for the Suno AI music generator (v5.5), producing three blocks — lyrics with Suno meta tags, a style description, and suggested titles. Use this skill whenever the user asks to "create a song", "write a song", "create a Suno song", "write a Suno song", "create song lyrics", or "write lyrics", or anything close such as turning a poem or idea or story into a song, asking for a track for Suno, requesting a chorus or verse or hook, or asking for a song about some topic. Trigger it even when the user does not say the word "Suno", as long as they want original lyrics or a song. |
This repository is a Claude Code plugin marketplace. Each skill is published as its own plugin, so you can install only the ones you want.
# Register the marketplace (one time)
/plugin marketplace add Fyzel/claude-skills
# Install individual skills
/plugin install github-doc-sync@claude-skills
/plugin install hand-off@claude-skills
/plugin install pr-comment-triage@claude-skills
/plugin install skill-validator@claude-skills
/plugin install suno-songwriter@claude-skills
# Refresh after the marketplace updates
/plugin marketplace update claude-skillsLicensed under the Apache License, Version 2.0. Copyright 2026 Michael R. Schwab.