From package-manager
Use when reviewing, validating, or checking Claude Code rules/prompts/instructions. Covers: reviewing rules, checking prompt quality, validating instructions, auditing system prompts.
npx claudepluginhub siuninyue/siunin-plugins --plugin package-managerThis skill uses the workspace's default tool permissions.
Review Claude Code rules, prompts, and instructions for quality, clarity, and effectiveness. Identify common issues and provide actionable feedback for improvement.
Generates design tokens/docs from CSS/Tailwind/styled-components codebases, audits visual consistency across 10 dimensions, detects AI slop in UI.
Records polished WebM UI demo videos of web apps using Playwright with cursor overlay, natural pacing, and three-phase scripting. Activates for demo, walkthrough, screen recording, or tutorial requests.
Delivers idiomatic Kotlin patterns for null safety, immutability, sealed classes, coroutines, Flows, extensions, DSL builders, and Gradle DSL. Use when writing, reviewing, refactoring, or designing Kotlin code.
Review Claude Code rules, prompts, and instructions for quality, clarity, and effectiveness. Identify common issues and provide actionable feedback for improvement.
Activate this skill when:
Check for:
Examples:
❌ Poor:
Make sure it works well and handles errors properly.
✅ Good:
Validate all user input before processing. Return clear error messages with:
- Error description
- Expected input format
- How to fix the issue
Check that descriptions include:
❌ Poor:
description: Helps with debugging
✅ Good:
description: This skill should be used when the user asks to "debug this", "find the bug", or "fix this error".
Imperative form:
Objective language:
Check for:
Good structure:
SKILL.md (core essentials)
├── references/
│ ├── patterns.md (detailed patterns)
│ └── advanced.md (advanced techniques)
Look for and flag:
Structure review feedback as:
# Review of [File Name]
## Summary
[One sentence overall assessment]
## Issues Found
### Critical
- [Issue 1 with location]
### Important
- [Issue 2 with location]
### Nice-to-Have
- [Issue 3 with location]
## Recommendations
1. [Specific action]
2. [Specific action]
references/review-checklist.md - Comprehensive review checklistreferences/common-issues.md - Common problems and solutions