your-skill-name — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited your-skill-name (Plugin) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A curated collection of custom skills for Claude AI. Skills are composable, portable extensions that enhance Claude's capabilities for specific tasks.
Skills are folders containing instructions, scripts, and resources that Claude can load when needed. They make Claude more powerful by providing:
Learn more: Anthropic Skills Announcement
claude-skills/
├── .claude-plugin/
│ └── marketplace.json # Claude Code plugin marketplace catalog
├── skills/ # Individual skill folders
│ ├── skill-name/
│ │ ├── .claude-plugin/
│ │ │ └── plugin.json # Claude Code plugin manifest
│ │ ├── SKILL.md # Skill definition and instructions
│ │ └── ... # Additional resources/scripts
├── templates/ # Templates for creating new skills
└── README.mdEach skill folder is both an Agent Skills package (SKILL.md) and a single-skill Claude Code plugin (.claude-plugin/plugin.json). The root marketplace catalog lets Claude Code install skills through /plugin marketplace add.
npx skillsThe easiest cross-agent install path is the skills CLI:
# List available skills
npx skills@latest add Emlembow/claude-skills --list
# Install a specific skill for Claude Code
npx skills@latest add Emlembow/claude-skills --skill skillopt-improve-skill --agent claude-code --global
# Install all skills for all detected agents
npx skills@latest add Emlembow/claude-skills --allAdd this repository as a Claude Code marketplace:
claude plugin marketplace add Emlembow/claude-skillsThen install individual skills as namespaced plugins:
claude plugin install frontend-aesthetics@emlembow-skills
claude plugin install skillopt-improve-skill@emlembow-skillsInside an interactive Claude Code session, the equivalent commands are:
/plugin marketplace add Emlembow/claude-skills
/plugin install frontend-aesthetics@emlembow-skills
/plugin install skillopt-improve-skill@emlembow-skillsFor local development, load a skill folder directly as a plugin:
claude --plugin-dir ./skills/skillopt-improve-skillValidate the marketplace and npx discovery paths:
npm run validateOr run individual checks:
npm run skills:list
npm run validate:marketplace
npm run validate:pluginsUse the /v1/skills endpoint to add skills to your API requests. See API documentation for details.
Ensures websites and web applications are built with distinctive, creative aesthetics that avoid generic "AI slop" design patterns. This skill guides Claude to create intentional, context-specific designs with:
Perfect for any HTML, React, or web-based artifact creation.
Optimizes existing Claude/Codex skills toward measurable improvement goals using Microsoft SkillOpt-style methodology. This skill helps Claude:
Ideal when you have a skill and a concrete goal like improving trigger precision, tool-use reliability, task success rate, or validation behavior.
Adds a reusable Ponytail adversarial review gate for code changes. The package also includes a standalone Codex plugin at plugins/ponytail-review-gate with Ponytail mode, diff review, optional repo audit, hooks, and the mandatory completion gate wrapper.
Use it when you want another project to require a lean-code review before an agent finishes code-writing work.
templates/skill-template/SKILL.md file with your instructions.claude-plugin/plugin.json manifest so Claude Code can install it as a pluginnpm run validate.claude-plugin/marketplace.jsonEach skill folder should contain:
SKILL.md - Main skill definition with instructions for Claude.claude-plugin/plugin.json - Claude Code plugin manifestREADME.md (optional) - Human-readable documentation.claude-plugin/marketplace.json in sync with skills/Contributions are welcome! To add a skill:
skills/MIT License - feel free to use and modify these skills for your needs.
Note: This is a personal collection of skills. For official Anthropic skills, visit github.com/anthropics/skills.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.