Skills — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited 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.
Curated agent skills for Claude Code and other AI coding assistants. Each skill teaches Claude how to perform a specialized task — from generating reports to managing workflows — using nothing more than a folder of markdown instructions and optional scripts.
Copy any skill folder into your Claude skills directory:
# Clone the repo
git clone https://github.com/panno-ai/skills.git
# Copy a skill into your local Claude skills path
cp -r skills/llm-resource-usage ~/.claude/skills/Claude Code will automatically detect and load installed skills at session start.
| Skill | Description |
|---|---|
| llm-resource-usage | Analyze your LLM usage across all local AI coding agents and generate an environmental impact report with infographic. |
| panno-canvas | Interact with a Panno infinite canvas via REST API — create, read, and edit shapes using curl. |
Each skill is a self-contained folder:
skills/my-skill/
SKILL.md # Required. YAML frontmatter + markdown instructions.
scripts/ # Optional. Executable scripts the skill invokes.
references/ # Optional. Static data loaded into context when needed.
assets/ # Optional. Files used in skill output.---
name: my-skill
description: >
What the skill does and when Claude should use it.
Include key trigger phrases here.
---Claude scans name and description (~100 tokens per skill) to decide relevance. Full instructions only load when the skill is triggered — so you can install many skills without impacting performance on unrelated tasks.
cp -r skills/template skills/your-skill-namename, description) in SKILL.mdscripts/ and data to references/ if neededgit checkout -b skills/my-skill-nameRules:
MIT — see LICENSE.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.