autoskills: One Command to Detect Your Stack and Install Curated AI Skills
autoskills is a CLI tool that scans a project, detects its tech stack, and automatically installs the most relevant AI agent skills. Run it with npx autoskills and it handles discovery and setup in a single command.
Unlike tools that pull skills from arbitrary upstream repositories at runtime, autoskills uses a curated, audited registry. Maintainers sync skills into a repository-local registry where each file is scanned for prompt-injection and supply-chain risks, then recorded with a SHA-256 hash in a manifest. The CLI downloads only the skills the project needs from that registry, verifies every file against the manifest, and writes a skills-lock.json entry with the install source and bundle hash. This keeps the package lightweight while avoiding live downloads from unverified third-party sources.