docs-first — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited docs-first (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 portable Agent Skill that forces an AI coding agent to consult official documentation before answering questions about specific third-party software — even when it feels confident.
Training data has a cutoff. The dangerous case isn't "I don't know" — it's "I'm confident I know" while the library moved on six months ago.
Original skill by itoldis on ClawHub.
When you ask "how do I do X in <library>", "what's the flag for Y", "does Z support W", or paste an error from a specific tool, the agent will search the official docs / repo first and ground its answer in what it reads, ending with a small checkable source link.
This skill follows the open Agent Skills standard (SKILL.md) and works across Claude Code, Cursor, OpenAI Codex, Gemini CLI, OpenClaw, and other compatible agents.
Copy the docs-first/ folder into your skills directory:
# Cursor (global)
cp -r docs-first ~/.cursor/skills/
# Claude Code (global)
cp -r docs-first ~/.claude/skills/
# Codex (global)
cp -r docs-first ~/.codex/skills/
# project-local (any of the above agents)
cp -r docs-first .cursor/skills/openclaw skills install docs-firstclaude plugin marketplace add itoldis/docs-first-skill
claude plugin install docs-firstdocs-first-skill/
├── SKILL.md # the skill (universal Agent Skills format)
├── README.md # this file
├── .clawhub.yml # ClawHub publish metadata
├── .claude-plugin/
│ └── marketplace.json # Claude Code marketplace catalog
└── plugins/docs-first/
├── .claude-plugin/plugin.json
└── skills/docs-first/SKILL.mdMIT-0 — see the frontmatter in SKILL.md.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.