EveryDev.ai
Subscribe
Home
Tools

3,920+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2782
  • Coding1973
  • Infrastructure825
  • Projects603
  • Marketing598
  • Research520
  • Analytics468
  • Design462
  • MCP419
  • Testing346
  • Security323
  • Data305
  • Integration224
  • Prompts220
  • Communication210
  • Extensions196
  • Learning179
  • Voice175
  • Commerce160
  • DevOps135
  • Web95
  • Finance31
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. skillzero
    skillzero icon

    skillzero

    Agent Skill Registries
    Featured

    A CLI tool that organizes AI agent skills into collections, hidden skills, and unmanaged skills to minimize token usage and reduce context bloat.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Fully free and open source under the MIT License. No cost to use, modify, or distribute.

    Engagement

    Available On

    API
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesPrompt ManagementAI Coding Assistants

    Alternatives

    skilldlocalskills.shSkills Manager
    Developer
    Jacob 'Kurt' GroßMunich, Germany

    Listed Sep 2026

    About skillzero

    skillzero is an open-source CLI tool built by Jacob "Kurt" Groß (kurtextrem) that helps developers manage AI agent skills more efficiently by reducing unnecessary token consumption. It runs via npx skillzero and works with popular agent harnesses including Claude Code, Codex, Cursor, OpenCode, and Devin. The project is licensed under MIT and available on GitHub.

    What It Is

    skillzero addresses a specific problem in AI-assisted development: most agent harnesses expose every installed skill's name and description to the model at the start of each session, even when those skills are irrelevant to the current task. With many skills installed, this bloats the context window, increases cost, and can trigger accidental skill invocations. skillzero lets developers categorize their skills so only the most relevant ones are visible to the agent by default.

    Three-Category Skill Management

    skillzero divides skills into three categories:

    • Unmanaged: Skills left as-is; their names and descriptions remain visible to the agent at all times. Best for everyday guidance like repo rules, accessibility standards, or frequently used framework skills.
    • Hidden: Skills completely hidden from the agent's automatic discovery. They consume no tokens in context but remain manually invokable like commands. Useful for migration guides, niche framework rules, or one-off platform guidance.
    • Collections: A bundle of related skills grouped under a single entry point. The agent sees only the collection's name and description; it reads the individual skills lazily only when the topic matches. Examples include design, writing, marketing, or frontend/backend skill sets.

    How Collections Work

    When a collection is created, skillzero generates a SKILL.md file that tells the agent when to use the collection and where to find its member skills. The original skills remain in their own folders but are hidden from automatic discovery. The generated collection skill acts as an index, listing each member skill's name, description, and source path in a Markdown table. This lazy-loading approach means the agent only reads the full skill content when it determines the topic is relevant to the current task.

    CLI Workflow

    skillzero is invoked from the command line with no installation required beyond a package manager:

    • npx skillzero — interactive picker for skills folder and management settings
    • npx skillzero --dry-run — preview changes without writing any files
    • npx skillzero collections — edit existing collections
    • npx skillzero undo / skillzero redo — revert or re-apply changes
    • skillzero update — update skills via Vercel's skills CLI, then re-apply skillzero settings

    skillzero stores its managed state in a skillzero/ directory inside each skills root and writes generated collection skills as skillzero-<collection-id>/ folders alongside ordinary skills.

    Update: v0.2.0

    The latest release is v0.2.0, published in September 2026. The repository was created in August 2026 and last pushed in September 2026, indicating active early development. The project is written in TypeScript and uses the Aube package manager for its own build and test pipeline. The GitHub repository currently has MIT licensing and is open for community contributions.

    skillzero - 1

    Community Discussions

    Be the first to start a conversation about skillzero

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

    Pricing

    OPEN SOURCE

    Open Source

    Fully free and open source under the MIT License. No cost to use, modify, or distribute.

    • Skill categorization into Unmanaged, Hidden, and Collections
    • Token usage reduction for AI agent sessions
    • CLI with interactive and non-interactive modes
    • Dry-run preview mode
    • Undo and redo support

    Capabilities

    Key Features

    • Organize agent skills into Unmanaged, Hidden, and Collection categories
    • Reduce token usage by hiding irrelevant skill names and descriptions from agent context
    • Group related skills into collections with lazy loading
    • Generate SKILL.md collection index files automatically
    • Dry-run mode to preview changes before applying
    • Undo and redo support for all skillzero changes
    • Compatible with Claude Code, Codex, Cursor, OpenCode, and Devin
    • Interactive CLI for picking skills folder and managing categories
    • Supports npm, pnpm, yarn, and aube package managers
    • Stores managed state in a skillzero/ directory per skills root

    Integrations

    Claude Code
    OpenAI Codex
    Cursor
    OpenCode
    Devin
    Vercel skills CLI
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

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

    Developer

    Jacob 'Kurt' Groß

    Jacob 'Kurt' Groß (kurtextrem) is a Staff Performance Engineer at Framer, where he works on web performance across thousands of websites. He holds a Computer Science & HCI degree from LMU Munich and has contributed to the W3C Web Performance Working Group. He builds open-source tools focused on performance, developer experience, and AI agent workflows, and has previously created Chrome extensions used by over 100,000 users.

    Munich, Germany
    Read more about Jacob 'Kurt' Groß
    WebsiteGitHubLinkedInX / Twitter
    1 tool in directory

    Similar Tools

    skilld icon

    skilld

    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.

    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.

    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.

    108 tools

    Prompt Management

    Tools for organizing, versioning, and managing AI prompts.

    52 tools

    AI Coding Assistants

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

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