autoskills
One command that scans your project, detects the stack, and installs the matching AI-agent skills — from an audited, hash-verified registry, not random repos.
- Claude
- Any
Clone it without leaving:
git clone https://github.com/midudev/autoskills.git npx autoskills, and your project gets exactly the AI-agent skills it needs — no config. It reads your package.json, Gradle, and config files to detect what you’re building with (React, Next, Flutter, Spring, Tauri, and dozens more), then writes just the relevant skill files locally.
What sets it apart from “curl this into your agent” is the security model, which is the right one for an ecosystem where skills can touch your code: skills are synced into a curated registry, scanned for prompt-injection and supply-chain risks, and pinned by SHA-256 in a manifest. The CLI verifies every file against that manifest and records a skills-lock.json — no live downloads from third-party sources at install time. A sane counterpart to grabbing skills by hand from ClawHub or Awesome OpenClaw Skills.