Agent Skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Agent Skills (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 marketplace of professional Agent Skills for Claude Code. Install skills to enhance Claude's capabilities with specialized knowledge, workflows, and tools.
Create professional architecture diagrams, flowcharts, and network diagrams with AWS/GCP icons and smart grouping.
Use cases: Architecture diagrams, system design, network flows, data pipelines
Guide for creating high-quality Agent Skills with validation, best practices, and testing workflows.
Use cases: Creating custom skills, skill authoring, documentation
[📖 Browse Full Catalog](./CATALOG.md)
Choose your preferred installation method:
In Claude Code, register the marketplace first:
/plugin marketplace add alycd/agent-skillsThen install the plugin from this marketplace:
/plugin install agent-skills@alycd-agent-skills# Install all skills
git clone https://github.com/alycd/agent-skills.git ~/agent-skills
cp -r ~/agent-skills/.claude/skills/* ~/.claude/skills/# Install just one skill (e.g., draw-io)
mkdir -p ~/.claude/skills/draw-io
curl -L https://github.com/alycd/agent-skills/archive/main.tar.gz | \
tar xz --strip=3 -C ~/.claude/skills/draw-io agent-skills-main/.claude/skills/draw-io[📖 Full Installation Guide](./INSTALL.md)
Agent Skills are specialized reference guides that:
agent-skills/
├── .claude/
│ └── skills/ # All installable skills
│ ├── draw-io/ # Draw.io diagram builder
│ │ ├── SKILL.md # Main skill instructions
│ │ ├── README.md # User documentation
│ │ ├── skill.json # Marketplace metadata
│ │ ├── templates/ # Example files
│ │ └── references/ # Technical docs
│ └── skill-writer/ # Skill authoring guide
│ ├── SKILL.md
│ ├── skill.json
│ └── README.md
├── .claude-plugin/ # Plugin marketplace config
│ ├── marketplace.json # Marketplace definition (read by Claude Code)
│ └── README.md # Marketplace documentation
├── marketplace.json # Marketplace catalog (for browsing)
├── CATALOG.md # Browse all skills
├── INSTALL.md # Installation guide
└── README.md # This fileBrowse by category:
Search by use case:
Filter by tags:
diagrams, architecture, aws, gcp → Draw.ioskill-development, authoring, documentation → Skill WriterOnce installed, skills work automatically:
Examples:
# Automatically uses draw-io skill
"Create an architecture diagram: API → LB → App → DB"
# Automatically uses skill-writer skill
"Help me create a skill for PDF processing"Want to share your skill with the community?
.claude/skills/your-skill-name/ your-skill-name/
├── SKILL.md # Required: Main instructions
├── README.md # Required: User documentation
├── skill.json # Required: Marketplace metadata
└── ... # Optional: templates, scripts, etc.Use the Skill Writer to ensure quality!
Future enhancements:
This marketplace and individual skills are licensed under the MIT License unless otherwise specified in the skill directory.
See individual skill directories for specific licensing information.
Most Popular:
Recently Added:
Made with ❤️ for the Claude Code community
Start building better, faster with specialized Agent Skills!
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.