By Alton09
Standalone Claude Code dev utilities: macOS notifications, PR review, and skill sharpening
Send macOS system notifications from Claude Code. Use this skill whenever you need to notify the user of task completion, status updates, or important events — especially when blocking on long-running operations. Triggers on /notify-me, /notify, or /send notification. Examples: "notify me when the build finishes", "send a notification saying tests passed", "i want a mac notification with this status".
Review GitHub pull requests with project-aware code review. Use this skill whenever the user asks to review a PR, check a pull request, give feedback on a diff, review code changes, or look at what changed in a PR — even if they don't say "code review" explicitly. Also trigger when the user pastes a GitHub PR URL or says things like "what do you think of PR #123", "check this PR", or "review this before I merge". Produces a focused, numbered findings report with severity levels and an actionable verdict.
Analyze a Claude Code session transcript to find friction points with skills that were used, then propose targeted edits to those skills' SKILL.md files. Use this skill whenever the user wants to improve, tune, refine, sharpen, retrospect on, or learn from a Claude Code session — especially when they mention reviewing skill performance, skills that "didn't work right", skills the user had to correct, or anything about making skills better based on real usage. Trigger on phrases like "improve the skills I used", "what could my skills do better", "review this session for skill issues", "sharpen my skills", "skill retro", "tune my skills", or `/skill-sharpener`. Also trigger when the user expresses frustration with how a skill behaved and wants to fix it for next time. Output is a markdown proposal per skill (problems found + suggested edits) for user approval before any SKILL.md changes are written.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of project-agnostic Claude Code plugins for structured development workflows.
Project-agnostic Claude Code plugins for the full feature lifecycle: structured planning, verified implementation, and PR review.
Skills included:
| Skill | Command | Description |
|---|---|---|
| feature-plan | /workflow-kit:feature-plan | Create structured implementation plans with phases, tasks, and acceptance criteria |
| implement-plan | /workflow-kit:implement-plan | Execute a plan end-to-end with quality verification and task tracking |
| deep-dive | /workflow-kit:deep-dive | Rescue a stuck phase with a stronger-model sub-agent when implement-plan hits 3x verify failure |
workflow-kit skills delegate to project-local skills that you supply. These must exist in
your project's .claude/skills/ before running implement-plan or feature-plan:
| Skill | Required | Contract |
|---|---|---|
/verify | Required | Run quality gates; return pass or fail with raw output verbatim on failure |
/create-worktree | Required | Create an isolated git worktree and branch; return its path |
/clean-architecture | Required | Load layer rules and naming conventions into context |
/research | Optional | Look up latest API docs for a given surface; return findings as text. Skipped gracefully if absent. |
See examples/android/ for a working reference implementation targeting
Kotlin, Gradle KTS, Jetpack Compose, Hilt, and Clean Architecture. Copy and adapt those
skills as a starting point for your own project.
Standalone dev utilities that work independently of any planning pipeline.
Skills included:
| Skill | Command | Description |
|---|---|---|
| pr-review | /dev-toolkit:pr-review | Project-aware GitHub PR review with focused, numbered findings |
| skill-sharpener | /dev-toolkit:skill-sharpener | Analyze session transcripts to find and fix skill friction |
| notify-me | /dev-toolkit:notify-me | Send macOS system notifications during long-running tasks (macOS only) |
git clone https://github.com/Alton09/q-skills.git ~/Workspace/q-skills
claude plugin marketplace add /path/to/q-skills
claude plugin install workflow-kit
claude plugin install dev-toolkit
/reload-plugins
Run /doctor to confirm no errors.
# Check your exact plugin identifier
claude plugins list
# Update using the name shown (e.g. workflow-kit@q-skills)
claude plugins update workflow-kit@<marketplace-name>
claude plugins update dev-toolkit@<marketplace-name>
Restart Claude Code after updating to apply changes.
After installation, skills are available as slash commands:
/workflow-kit:feature-plan # Plan a feature
/workflow-kit:implement-plan # Execute a plan
/workflow-kit:deep-dive # Rescue a stuck phase with a stronger model
/dev-toolkit:pr-review # Review a GitHub PR
/dev-toolkit:skill-sharpener # Improve skills from session data
/dev-toolkit:notify-me # Send macOS notification
q-skills/
.claude-plugin/
marketplace.json # Marketplace registry (lists both plugins)
plugins/
workflow-kit/
.claude-plugin/
plugin.json # Plugin manifest (v1.0.0)
skills/
feature-plan/ # Feature planning skill
implement-plan/ # Plan execution skill
deep-dive/ # Stuck-phase rescue skill
dev-toolkit/
.claude-plugin/
plugin.json # Plugin manifest (v1.0.0)
skills/
pr-review/ # GitHub PR review skill
skill-sharpener/ # Skill improvement skill
notify-me/ # macOS notification skill
See LICENSE for details.
npx claudepluginhub alton09/q-skills --plugin dev-toolkitClaude Code plugin for structured implementation planning: plan, build, and rescue feature work
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Design fluency for frontend development. 1 skill with 23 commands (/impeccable polish, /impeccable audit, /impeccable critique, etc.) and curated anti-pattern detection.
Behavioral guidelines to reduce common LLM coding mistakes, derived from Andrej Karpathy's observations on LLM coding pitfalls
Frontend design skill for UI/UX implementation
Comprehensive skill pack with 66 specialized skills for full-stack developers: 12 language experts (Python, TypeScript, Go, Rust, C++, Swift, Kotlin, C#, PHP, Java, SQL, JavaScript), 10 backend frameworks, 6 frontend/mobile, plus infrastructure, DevOps, security, and testing. Features progressive disclosure architecture for 50% faster loading.
Access thousands of AI prompts and skills directly in your AI coding assistant. Search prompts, discover skills, save your own, and improve prompts with AI.