EveryDev.ai
Subscribe
Home
Tools

3,419+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2189
  • Coding1574
  • Infrastructure698
  • Marketing534
  • Projects498
  • Research456
  • Design416
  • Analytics389
  • Testing296
  • MCP290
  • Security286
  • Data262
  • Integration197
  • Prompts189
  • Communication183
  • Extensions173
  • Learning170
  • Voice151
  • Commerce135
  • DevOps123
  • Web86
  • Finance26
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. skilld
    skilld icon

    skilld

    Agent Skill Registries

    A CLI tool and web directory that generates and curates reusable AI agent skills (SKILL.md files) from NPM dependencies, GitHub repos, and community contributors.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT license. Use, modify, and distribute freely.

    Engagement

    Available On

    iOS
    Web
    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesAI Coding AssistantsPrompt Management

    Alternatives

    localskills.shSkills ManagerClaude Code Skills & Plugins
    Developer
    Harlan WiltonSydney, AustraliaEst. 2021

    Listed Aug 2026

    About skilld

    Skilld is an open-source CLI tool and companion web directory built by Harlan Wilton that generates version-aware AI agent skills from the documentation, changelogs, issues, and discussions already published by package maintainers. It runs locally, requires no external MCP server, and works with any agent CLI or LLM. The core product is available under the MIT license on GitHub.

    What It Is

    Skilld addresses a specific problem in AI-assisted development: coding agents have knowledge cutoffs and often apply outdated patterns when working with newer package versions. Skilld solves this by generating structured SKILL.md files — reusable instruction sets that give agents current, version-aware context about the libraries in a project. The web directory at skilld.dev acts as a curated registry where community members can discover, browse, and install skills published by package maintainers and individual developers.

    How the CLI Works

    The CLI is the primary interface for generating and managing skills. Running npx -y skilld in a project launches an interactive wizard that auto-discovers dependencies from package.json and generates skills for them. Key workflow steps include:

    • Add skills for specific packages: skilld add npm:vue npm:nuxt
    • Add pre-authored skills from GitHub repos: skilld add gh:vercel-labs/agent-skills
    • Search indexed docs across installed skills: skilld search "useFetch options" -p nuxt
    • Update outdated skills: skilld update
    • Eject a skill as a portable, shareable directory: skilld author eject vue

    Skills are stored as SKILL.md files that stay under 500 lines, with references as separate files the agent discovers on demand — following Claude Code skill best practices. The tool supports Claude Code, Cursor, Gemini CLI, and other agents, and also works with no agent CLI at all by exporting portable prompts for use in any LLM interface.

    Architecture and Local-First Design

    Unlike MCP-based approaches such as Context7, Skilld generates skills that live in the project itself. There is no per-prompt server round-trip. The README explicitly contrasts the two: "Skilld is local-first: it generates a SKILL.md that lives in your project, tied to your actual package versions. No MCP dependency, no per-prompt latency." Additional capabilities include:

    • Semantic search via sqlite-vec embeddings (the retriv library)
    • Prompt injection sanitization for GitHub issue content
    • Version-aware caching with auto-updates on new releases
    • Local model support via Ollama auto-detection
    • Ecosystem compatibility with skills-npm and skills.sh

    The skilld.dev Web Directory

    The companion website serves as a curated registry of community-published skills. Skills are sourced from SKILL.md files in public GitHub repositories. The directory organizes skills by outcome (plan, review, debug, ship), by maintainer, and into curated collections. Publishers visible on the site include Vercel, Supabase, n8n, Langfuse, Bitwarden, PostHog, Pulumi, and individual developers such as Matt Pocock, Addy Osmani, and Anthony Fu. A leaderboard ranks skills by GitHub stars of the source repository. Users can also subscribe to a weekly digest of skill changes for repositories they follow.

    For Package Maintainers

    Maintainers can ship skills directly inside their npm packages so consumers receive them automatically without any LLM cost. Running npx skilld author from a package root generates a skills/<package>/ directory and adds it to the files array in package.json. Consumers then run skilld prepare (or add it to their prepare script) to auto-detect and symlink shipped skills into their agent's skill directory. This path is compatible with the skills-npm convention created by Anthony Fu.

    Update: v2.0.0

    The latest release is v2.0.0, published in May 2026. The repository is actively maintained under the skilld-dev GitHub organization, with recent pushes and ongoing skill updates visible in the web directory's "Recently updated" feed. The project is written in TypeScript and licensed under MIT.

    skilld - 1

    Community Discussions

    Be the first to start a conversation about skilld

    Share your experience with skilld, ask questions, or help others learn from your insights.

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT license. Use, modify, and distribute freely.

    • Full CLI access via npx or global install
    • Generate skills from any npm, GitHub, or crates.io source
    • Semantic search across installed skills
    • Local model support via Ollama
    • Web directory access at skilld.dev

    Capabilities

    Key Features

    • Generate version-aware SKILL.md files from NPM dependencies
    • Interactive CLI wizard for auto-discovering project dependencies
    • Curated web directory of community-published agent skills
    • Semantic search across installed skills via sqlite-vec embeddings
    • Support for Claude Code, Cursor, Gemini CLI, and other agents
    • Works without any agent CLI using portable LLM prompts
    • Local model support via Ollama auto-detection
    • Prompt injection sanitization for GitHub issue content
    • Skill collections for curated multi-skill installs
    • Maintainer tooling to ship skills inside npm packages
    • Weekly digest of skill changes for watched repositories
    • Eject skills as portable, shareable directories
    • Compatible with skills-npm and skills.sh ecosystems
    • Version-aware caching with auto-updates on new releases
    • Support for npm, GitHub, and crates.io sources

    Integrations

    Claude Code
    Cursor
    Gemini CLI
    Ollama
    npm
    GitHub
    crates.io
    skills-npm
    skills.sh
    ChatGPT
    Claude web
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate skilld and help others make informed decisions.

    Developer

    Harlan Wilton

    Harlan Wilton builds open-source developer tooling focused on AI-assisted development workflows. He created skilld to solve the problem of agents using outdated package patterns due to knowledge cutoffs. His work spans the Vue/Nuxt ecosystem and broader JavaScript tooling, and he maintains an active sponsor program on GitHub. He is also the author of related libraries including `mdream` (HTML to Markdown) and `retriv` (vector search with sqlite-vec).

    Founded 2021
    Sydney, Australia
    1 employees

    Used by

    Nuxt community
    VueUse community
    Various freelance clients in e-commerce…
    Read more about Harlan Wilton
    WebsiteGitHubX / Twitter
    1 tool in directory

    Similar Tools

    localskills.sh icon

    localskills.sh

    A registry and CLI for creating, sharing, and installing AI agent skills across Cursor, Claude Code, Windsurf, Cline, and 5 more coding tools, with team controls, SSO, and SCIM built in.

    Skills Manager icon

    Skills Manager

    A free, open-source desktop app to install, manage, and share AI skills across all major coding agents like Claude Code, Cursor, Copilot, and more.

    Claude Code Skills & Plugins icon

    Claude Code Skills & Plugins

    An open-source library of 235 production-ready Claude Code skills, agent plugins, and personas for 12 AI coding tools including Cursor, Codex, and Gemini CLI.

    Browse all tools

    Related Topics

    Agent Skill Registries

    Registries and directories that catalog agent capabilities, skills, and competencies, enabling discovery and composition of agent abilities across platforms.

    91 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    711 tools

    Prompt Management

    Tools for organizing, versioning, and managing AI prompts.

    45 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions