🤖 AI Skills
SaferSkills independently audited agent-skills (Agent Skill) 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 collection of Claude Code skills (.skill.md files) for common workflows.
| Skill | Description |
|---|---|
| brand-asset-audit | Audit and generate brand assets (logos, favicons, OG images, design system docs) |
| comprehensive-docs | Build a full docs/ suite — index, categorized guides, role-based navigation, consistent formatting |
| readme | Create or restructure a project's root README with the standard section layout and emoji-prefixed headers |
Add this directory to your Claude Code settings so all skills are automatically discovered.
Project-level (.claude/settings.json in your repo):
{
"skills": [
"/path/to/skills/*.skill.md"
]
}User-level (~/.claude/settings.json):
{
"skills": [
"/path/to/skills/*.skill.md"
]
}Replace /path/to/skills with the absolute path to this directory.
your-skill-name.skill.md file in this directoryname and description fieldsdescription field controls when Claude will suggest using the skill -- include trigger keywordsTemplate:
---
name: your-skill-name
description: Use when [trigger conditions]. Triggers on "keyword1", "keyword2".
---
# Skill Title
## Overview
What this skill does.
## When to Use
- Condition 1
- Condition 2
## Process
Step-by-step instructions for Claude to follow.See LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.