Generate agent skills from website documentation
SaferSkills independently audited agent-skills-generator (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.
Convert documentation websites into Markdown skills optimized for AI agents and LLMs.
This repository contains two projects:
Code located in vscode-extension/.
A Visual Studio Code extension that provides a dedicated "Agent Skills" side panel to manage your crawling rules and generate skills.
vscode-extension folder in VS Code.npm install to install dependencies.F5 to start the extension in a debug window.https://docs.flutter.dev/).Code located in go-cli/.
A high-performance CLI tool written in Go for recursive crawling and Markdown conversion.
cd go-cli
go build -o agent-skills-generator main.goBasic Crawl:
./agent-skills-generator crawl --config skills.yamlConfiguration (`skills.yaml`):
output: .agent/skills
flat: true
rules:
- url: "https://docs.flutter.dev/"
subpaths: true
action: "include"For full CLI documentation, see go-cli/README.md.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.