EveryDev.ai
Sign inSubscribe
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
Main Menu
  • Tools
  • Developers
  • Topics
  • Discussions
  • Communities
  • News
  • Podcasts
  • Blogs
  • Builds
  • Contests
  • Compare
  • Arena
  • Polls
Create
    Home
    Tools

    2,608+ AI tools

    • New
    • Trending
    • Featured
    • Compare
    • Arena
    Categories
    • Agents1666
    • Coding1214
    • Infrastructure542
    • Marketing451
    • Design437
    • Projects396
    • Research371
    • Analytics339
    • Testing233
    • MCP227
    • Data213
    • Security200
    • Integration170
    • Learning155
    • Communication148
    • Prompts144
    • Extensions137
    • Commerce125
    • Voice122
    • DevOps99
    • Web78
    • Finance21
    1. Home
    2. Tools
    3. Skillier
    Skillier icon

    Skillier

    Agent Skill Registries

    A single AI skill that searches a curated index of 4,000 expert skills, surfaces the best matches for any task, and loads them into your AI's context in one click.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Open-source, local-only edition with 1,852 curated skills, stdlib BM25 search, no network calls, no telemetry. MIT licensed and free forever.

    Engagement

    Available On

    Web
    CLI
    API

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesLLM ExtensionsPrompt Libraries

    Alternatives

    SkillsAwesome Skills AIobsidian-skills
    Developer
    SkillierParis, FranceEst. 2026

    Listed Jun 2026

    About Skillier

    Skillier is a routing skill for AI clients like Claude Desktop, Claude Code, and OpenClaw that gives your AI on-demand access to a curated library of expert skills. Install it once, make a request as usual, and Skillier searches its index, surfaces the top 3–5 matches, and lets you activate the ones you want — loading their instructions directly into context. The project is currently in free early access, with a Lite edition that is MIT-licensed and fully open source.

    What It Is

    Skillier sits between you and your AI client as a single installed skill that acts as a skill router. Rather than writing custom prompts or maintaining a library of instructions yourself, you activate Skillier and it handles discovery: it matches your natural-language request against a curated databank of expert skill cards spanning finance, design, DevOps, legal, writing, ML, and more. The matched skills are presented as candidates — you confirm which ones load, and the AI follows their instructions for the rest of the turn. Nothing activates automatically; every load requires your explicit confirmation via AskUserQuestion.

    Two Editions: Lite and Full

    Skillier ships in two distinct editions:

    • Skillier Lite — the open-source, local-only edition. It bundles 1,852 curated skills in a ~7 MB .skill file, uses pure stdlib BM25 (Robertson-Sparck-Jones) for ranking, makes no network calls, and has no telemetry. It is MIT licensed and free forever.
    • Skillier (Full) — the hosted edition with a backend at api.skillier.ai. It adds BGE-small semantic vectors fused with BM25 via Reciprocal Rank Fusion, an opt-in cross-encoder reranker (Xenova/ms-marco-MiniLM-L-6-v2), and telemetry-driven pick boosting. The full client automatically falls back to the local Lite BM25 index when the backend is unreachable. The full edition's source is not open; it is distributed as a prebuilt bundle.

    How the Skill Index Is Built

    The Lite databank indexes 1,852 skills across 18 upstream open-source repositories, including sources from Anthropic, Trail of Bits, Vercel Labs, and community contributors. After deduplication (same name + description across sources), cross-source fork filtering, and a curation gate, the result is packed into a single skillbank.jsonl file with a precomputed BM25 inverted index. Each entry carries a source field for attribution. The full hosted index extends this to approximately 4,000 skills with semantic search layered on top.

    Security Model

    Because skill bodies become in-band instructions for the AI, Skillier treats all skill content as untrusted. The ingest pipeline strips invisible Unicode characters — including Tag block codepoints (U+E0000–E007F), zero-width characters, bidirectional overrides, and variation selectors — that could be used to hide prompt-injection instructions from a human reviewer. A check_invisible.py script can be wired as a pre-commit hook. The sanitizer and its test suite are open source in the repository. Low-substance and near-duplicate skills are filtered out at curation time to keep the index signal-dense.

    Update: Skillier v1.5.0

    The latest release is v1.5.0, published on 2026-05-30. The GitHub repository was created in May 2026 and shows active development, with the most recent push on 2026-05-30. The release renames bundle assets — current releases use skillier-lite.* for the Lite edition and skillier.* for the full edition, reversing the naming convention used in v1.4.0 and earlier. The project is described as being in free early access for the hosted full edition.

    Skillier - 1

    Community Discussions

    Be the first to start a conversation about Skillier

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

    Pricing

    OPEN SOURCE

    Skillier Lite

    Open-source, local-only edition with 1,852 curated skills, stdlib BM25 search, no network calls, no telemetry. MIT licensed and free forever.

    • 1,852 curated expert skills
    • Pure stdlib BM25 search
    • No network calls or telemetry
    • ~7 MB .skill bundle
    • Offline / plane-mode support
    OPEN SOURCE

    Skillier (Early Access)

    Hosted full edition, free during early access. Adds semantic search, hybrid RRF, optional cross-encoder reranker, and telemetry-driven boosting over a 4,000-skill index.

    • 4,000 curated expert skills
    • BGE-small semantic vector search
    • Reciprocal Rank Fusion (BM25 + semantic)
    • Opt-in cross-encoder reranker
    • Telemetry-driven pick boosting

    Capabilities

    Key Features

    • Routes AI requests to the best-matching expert skills from a curated index
    • 4,000 expert skills in the full hosted edition; 1,852 in the open-source Lite edition
    • BM25 search (Lite) with semantic BGE-small vectors and Reciprocal Rank Fusion (Full)
    • Optional cross-encoder reranker (Xenova/ms-marco-MiniLM-L-6-v2) via ?rerank=true
    • Telemetry-driven pick boosting for popular query→skill pairs (Full only)
    • Explicit user confirmation via AskUserQuestion before any skill loads
    • Automatic fallback to local BM25 index when hosted backend is unreachable
    • Prompt-injection defense: strips invisible Unicode, bidi overrides, and tag-block characters
    • Local extras support via local_extras.jsonl for custom skill additions
    • ~7 MB .skill bundle with no native dependencies (Lite)
    • No network calls, no telemetry in Lite edition
    • Installs in ~30 seconds via one-liner or drag-drop into Claude Desktop/claude.com
    • Supports Claude Desktop, Claude Code CLI, and OpenClaw

    Integrations

    Claude Desktop
    Claude Code
    OpenClaw
    claude.com
    API Available
    View Docs

    Reviews & Ratings

    No ratings yet

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

    Developer

    Skillier Team

    Skillier builds a skill-routing layer for AI clients, giving users on-demand access to a curated library of expert skills without prompt rewriting or custom commands. The team publishes an open-source Lite edition (MIT licensed) alongside a hosted full edition with semantic search and a cross-encoder reranker. The project is actively developed and currently in free early access.

    Founded 2026
    Paris, France
    2 employees

    Used by

    Individual developers and AI power users
    Read more about Skillier Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Skills icon

    Skills

    An open ecosystem for reusable AI agent skills that can be installed with a single command to enhance agents with procedural knowledge.

    Awesome Skills AI icon

    Awesome Skills AI

    A marketplace to discover and download open-source agent skills (SKILL.md files) for Claude Code, OpenAI Codex, ChatGPT, and other AI coding assistants.

    obsidian-skills icon

    obsidian-skills

    Agent Skills for Obsidian that teach AI coding agents to create and edit Obsidian Markdown, Bases, JSON Canvas, and interact with the Obsidian 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.

    62 tools

    LLM Extensions

    Extensions that enhance large language models with new capabilities.

    11 tools

    Prompt Libraries

    Collections of pre-built prompts for various AI use cases.

    17 tools
    Browse all topics
    Back to all tools
    Discussions