Add skill-quality-analyzer and skill-security-analyzer to marketplace#83
Add skill-quality-analyzer and skill-security-analyzer to marketplace#83eovidiu wants to merge 7 commits intoanthropics:mainfrom
Conversation
This commit adds two new meta skills to the example-skills collection: - skill-quality-analyzer: Comprehensive quality analysis tool that evaluates Claude Skills across five dimensions (structure, security, UX, code quality, and integration) with three output modes (comprehensive report, interactive review, pass/fail certification) - skill-security-analyzer: Security scanner detecting 40+ malicious patterns including command injection, obfuscation, YAML injection, typosquatting, time bombs, and sandbox escapes. Includes test suite with 11 malicious samples achieving 100% detection rate. Changes: - Added both skills to .claude-plugin/marketplace.json in example-skills plugin - Updated README.md Meta Skills section with descriptions - Included all skill files, references, scripts, and test samples
|
@eovidiu why not just add the references from skill-quality-analyzer to the existing skill-creator skill to make it able to both create proper aligned with best practices skills and to verify existing skills too? |
skill-analyzer does a comprehensive report or an run interactively to analyze a skill just created or one from an unknown market. Doens't really fit being packed with the skill-creator
|
Added comprehensive analysis articles for two meta-skills from PR #83: 1. skill-quality-analyzer-deep-dive.mdx (~20,000 words) - 5 evaluation dimensions with weighted scoring - 3 output modes: comprehensive, interactive, certification - 8-step analysis workflow - Integration with skill-security-analyzer - Download links from GitHub PR #83 2. skill-security-analyzer-deep-dive.mdx (~25,000 words) - 40+ malicious pattern detection - 6-phase analysis workflow - 100% detection rate on test suite - CRITICAL/HIGH/MEDIUM/LOW severity classification - Risk-based recommendations (REJECT/REVIEW/APPROVE) - Download links from GitHub PR #83 Both articles include: - Complete installation instructions - Detailed technical explanations - Usage examples and best practices - Integration guidance - Troubleshooting sections Source: anthropics/skills#83
|
在正文部分不应该加这个:When to Use This Skill 吧,因为能看到正文说明skill已经被使用了,这个时候再告诉他何时使用此技能,就显得多余了 |
|
@kele527's comment seems correct -- https://github.com/anthropics/skills/blob/main/skills/skill-creator/SKILL.md#frontmatter |
Removed trigger phrases for skill quality analysis. They're in the front matter
Updated the description to remove brackets around 'skill-name' and 'file.zip'.
Done. |
* fix: add install pnpm step * chore: add pnpm test command * chore: use the corepack approach to solve the gh action issue

Summary
This PR adds two new meta skills to the
example-skillscollection in the marketplace:1. skill-quality-analyzer
Comprehensive quality analysis tool for Claude Skills that evaluates across five dimensions:
Features:
2. skill-security-analyzer
Security scanner for Claude Code skills detecting 40+ malicious patterns:
Features:
Changes
.claude-plugin/marketplace.jsoninexample-skillspluginREADME.mdMeta Skills section with descriptionsTesting
Both skills have been tested locally:
Use Cases
skill-quality-analyzer:
skill-security-analyzer:
These meta skills complement the existing
skill-creatorby providing quality assurance and security validation for the Claude Skills ecosystem.