One command. Your entire AI skill stack. Installed.
6.2k
Stars
564
Forks
29
Open issues
30
Contributors
AI Analysis
Autoskills automates the installation of curated AI agent skills into your project by detecting your tech stack and downloading only relevant skill files from a vetted registry. It serves developers who want to integrate AI capabilities into existing projects across frontend, backend, mobile, and cloud ecosystems without manual configuration or security vetting. Best suited for teams using popular modern frameworks and infrastructure; not for those needing custom AI integrations beyond the pr...
Inferred from signals mentioned in the README (tests, CI, type safety) — not a review of the actual code.
AI's overall editorial judgment — not an average of the bars above, can weigh other factors too.
autoskills auto-detects your tech stack and installs curated AI agent skill files in one command
autoskills is a CLI tool that scans a project's configuration files (package.json, Gradle, etc.), identifies the tech stack, and downloads matching AI agent skill files from a curated, hash-verified registry. It targets developers using AI coding agents (Cursor, Copilot, Claude, etc.) who want pre-audited skill definitions without manually hunting for them. The security model — SHA-256 verification, no live third-party downloads, prompt-injection scanning — distinguishes it from naive 'curl and run' approaches. Built by midudev, a prominent Spanish-language developer educator with a large following, which likely explains the fast initial star accumulation.
Created March 2026, coinciding with rapid growth of AI coding agents and demand for structured skill/prompt libraries. Appears to be a direct response to the fragmented landscape of agent skill files scattered across GitHub.
The project reached 6,117 stars within roughly three months of creation. This trajectory is consistent with midudev's large social media and YouTube following in the Spanish-speaking developer community driving an initial spike. The 74 stars gained in the last 7 days suggests the initial viral burst has subsided into slower, organic growth — the project has not maintained the pace needed to catch comparable projects like vercel-labs/skills or addyosmani/agent-skills.
adoption not verified — no case studies, user testimonials, download counts, or organizational endorsements are cited in the README. The project has a dedicated website (autoskills.sh) which suggests some investment in distribution, but concrete production usage data is absent.
Likely a CLI written in Ruby (per repo language) that spawns an npx-compatible entry point. Appears to follow a registry-pull model: a manifest file records SHA-256 hashes of skill bundles, and the CLI downloads only relevant skill files at install time. Skills are likely stored as structured prompt/instruction files. The lock-file mechanism (skills-lock.json) mirrors patterns from package managers like npm.
not documented in README
Last push was June 15, 2026 — approximately 12 days before the evaluation date. This indicates active maintenance. The project is under 4 months old and receiving regular commits, which is a healthy signal for an early-stage tool.
ADOPT IF: you regularly bootstrap AI-agent-assisted projects across varied stacks and want a zero-config way to install vetted skill files without curating them manually. AVOID IF: you need fully auditable, self-hosted skill management, use a narrow stack already served by a dedicated tool (e.g., Vercel ecosystem), or are uncomfortable with a CC BY-NC 4.0 license in commercial contexts. MONITOR IF: you're watching the AI agent tooling space mature — the registry model and security story could become meaningful if the category standardizes around skill-file conventions.
Independent dimensions
Mainstream potential
4/10
Technical importance
6/10
Adoption evidence
2/10
- License is CC BY-NC 4.0, which prohibits commercial use — this is a significant blocker for many professional and enterprise teams and is an unusual choice for a developer tool.
- The project is only ~3 months old; the curated registry's breadth, quality, and long-term maintenance commitment are unproven at this stage.
- Growth appears driven substantially by the creator's personal audience; if community adoption doesn't broaden beyond that base, the project may plateau without reaching ecosystem-wide relevance.
- The Ruby implementation language is an architectural mismatch with the JavaScript/Node.js ecosystem it targets, which may create friction for contributors or complicate distribution.
- The AI agent skill-file category is rapidly evolving; dominant players (Vercel, Anthropic, OpenAI) could standardize competing formats that make autoskills' registry obsolete or require significant rework.
Likely to remain a useful niche tool with a loyal user base tied to midudev's community. Mainstream adoption will depend on whether it can attract contributors beyond that community and resolve the commercial license barrier.
Newsletter
Get analyses like this every Monday
Free weekly digest of the most interesting open-source discoveries.
Languages
Information
- Website
- https://autoskills.sh
- Language
- Ruby
- License
- NOASSERTION
- Last updated
- 5d ago
- Created
- 4mo ago
- Analyzed with
- anthropic/claude-haiku-4-5
Stars over time
Contributors over time
Top 100 contributors only — repos with more will plateau at 100.
Open issues
Add GEO / AI-discoverability skill (geo-opt)
[FEATURE] Detectar proyectos con múltiples tecnologías
[FEATURE] Allow to install additional skills not identified
[BUG] "Drizzle" skill fails to load / returns "This page couldn't load" error
Recent releases
Similar repos
callstackincubator/agent-skills
Agent Skills is a curated collection of AI-optimized prompt instructions and...
xingkongliang/skills-manager
Skills Manager is a desktop application written in Rust that provides...
numman-ali/openskills
OpenSkills is a universal CLI tool that brings Anthropic's Claude Code skills...
| Repository | Stars | Week Δ | Language | Score | Updated |
|---|---|---|---|---|---|
|
|
6.2k | +37 | Ruby | 7/10 | 5d ago |
|
|
1.4k | — | TypeScript | 7/10 | 1mo ago |
|
|
1.5k | — | Shell | 7/10 | 3d ago |
|
|
2.9k | — | Rust | 7/10 | 22h ago |
|
|
10.6k | — | TypeScript | 7/10 | 6mo ago |
|
|
25.7k | — | TypeScript | 7/10 | 2d ago |
Far higher adoption and likely the de facto reference collection for agent skill files. autoskills differentiates by automating detection and installation rather than being a static catalog, and adds a security verification layer.
Likely Vercel-ecosystem focused. autoskills covers a broader multi-framework stack but lacks Vercel's distribution muscle and brand trust in the Next.js/React community.
Appears to be a curated list/awesome-style repo rather than an installable CLI. autoskills is more opinionated and automated; the tradeoff is less flexibility for advanced users.
Higher stars suggest broader awareness. Without detailed README comparison, direct feature differentiation is unclear, but autoskills' security model appears more explicitly documented.
Closer in adoption size to autoskills. Both are TypeScript/Node-adjacent tooling in the same space; autoskills' stack detection automation may offer a UX advantage over manual skill selection.