analyze-claude-code — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited analyze-claude-code (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.
English | 中文
A collection of Agent Skills, could be used as Claude Code plugins.
| Plugin | Description |
|---|---|
| analyze-claude-code | Analyze Claude Code CLI source code |
| discover-skills | Discover available skills and popular collections |
| grok-search | Search and research using Grok AI via browser automation |
Agent Skills is an open standard for teaching AI agents specialized tasks. A skill is a folder containing instructions, scripts, and resources that agents load dynamically to improve performance.
Key characteristics:
Skill structure:
---
name: my-skill
description: When to trigger this skill
---
# Instructions for the agentOfficial:
| Repository | Description |
|---|---|
| anthropics/skills | Official Anthropic skills - document processing, creative design, MCP builders |
| openai/skills | Skills for Codex |
Community Curated (Awesome Lists):
| Repository | Description |
|---|---|
| ComposioHQ/awesome-claude-skills | Comprehensive catalog with categorized skills |
| travisvn/awesome-claude-skills | Community skills collection |
| VoltAgent/awesome-claude-skills | Partner and community contributions |
| BehiSecc/awesome-claude-skills | Curated skills list |
Community Featured Skills:
| Repository | Description |
|---|---|
| vercel-labs/agent-skills | Vercel's official agent skills for React/Next.js and Web Design |
| huggingface/skills | HuggingFace ML/AI focused skills |
| trailofbits/skills | Security-focused skills from Trail of Bits |
| kepano/obsidian-skills | Obsidian knowledge management skills |
| K-Dense-AI/claude-scientific-skills | Scientific research and analysis skills |
| nextlevelbuilder/ui-ux-pro-max-skill | UI/UX design with 50+ styles and multi-framework support |
Two skills I personally use daily and highly recommend installing to user scope:
| Skill | Description |
|---|---|
| planning-with-files | Manus-style file-based planning for complex tasks |
| brainstorming | Explores user intent and requirements before implementation |
Install to user scope (`~/.claude/skills/`):
# planning-with-files - clone as plugin or download skill directly
gh repo clone OthmanAdi/planning-with-files ~/.claude/skills/planning-with-files
# brainstorming - download single skill from superpowers repo
# (superpowers contains many skills, only install what you need)
mkdir -p ~/.claude/skills/brainstorming
gh repo view obra/superpowers --raw skills/brainstorming/SKILL.md > ~/.claude/skills/brainstorming/SKILL.mdWhy user scope? Skills in ~/.claude/skills/ are available globally across all projects, perfect for general-purpose workflows like planning and brainstorming.# Install a specific plugin
claude plugins marketplace add kaichen/agent-skillset
# Or install from GitHub
claude plugins add agent-skillset:analyze-claude-code
claude plugins add agent-skillset:discover-skillsMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.