-
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 | Keep a GitHub project's documentation in sync with the code after a change — propagate feature, CLI, config, exit-code, or install changes across the README, in-repo guide files (CLAUDE.md, CONTRIBUTING, docs/), and the GitHub wiki. Use this skill whenever the user says "sync the docs", "update the docs", "doc sync", "update README and wiki", "keep docs in sync", after resolving an issue or merging a feature, or when a hook/reminder flags that source changed and docs may be stale. Works for any GitHub repo. Requires git; the wiki step needs the repo's wiki enabled, and pushing needs gh/git push access. |
| 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 | Triage and resolve pull-request review comments end to end — fetch reviewer comments (especially GitHub Copilot automated review), fix each one in code, run the project's tests, then post a threaded reply under each original comment by its comment ID. Use this skill whenever the user says "check the Copilot comment(s) on PR N", "address the review comments", "reply to the review comments", "resolve PR feedback", "handle the PR comments", or asks to go through a reviewer's findings on a pull request. Works for any reviewer (Copilot, humans, bots) and any language or repo. Requires the gh CLI to be authenticated. |
| 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.