#159 · Primary category: AI Coding Assistants
autoskills
One command. Your entire AI skill stack. Installed.
Project last updated:07/19/26
GitHub Stars
6.8K
Forks
616
Contributors
39
License
Other
Why we included this project
Wiring skill definitions and prompt rules into every new project by hand is the tedious part of using AI coding agents, and this tool removes that step. Running `npx autoskills` scans your package.json, Gradle files, and other config to detect the frameworks you actually use, then pulls matching skill files from a curated registry. What stands out is the security model: skills are vetted by maintainers, recorded with SHA-256 hashes in a manifest, and verified before anything is written to disk, so you never blindly fetch prompt instructions from a random upstream repo at install time. No config file needed, a dry-run flag to preview changes, and it covers React, Next.js, Go, mobile, and cloud stacks alike.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
superpowers
An agentic skills framework & software development methodology that works.
ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
skills
Skills for Real Engineers. Straight from my .agents directory.
opencode
The open source coding agent.
andrej-karpathy-skills
A single CLAUDE.md file to improve Claude Code behavior, derived from Andrej Karpathy's observations on LLM coding pitfalls.