EveryDev.ai
Subscribe
Home
Tools

3,697+ 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. enozunu
    enozunu icon

    enozunu

    Agent Skill Registries

    A declarative, reproducible cross-provider configuration materializer for AI agent tooling that centralizes agent configuration sources and materializes them into target AI-native paths.

    Visit Website

    At a Glance

    Pricing
    Open Source

    Free and open-source under Apache License 2.0. Use, modify, and distribute freely.

    Engagement

    Available On

    CLI
    Windows
    macOS
    Linux

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    Agent Skill RegistriesConfiguration ManagementAgent Frameworks

    Alternatives

    USB — Universal Skill BridgeAgentSkillOSAwesome Skills
    Developer
    tooppootooppoo is an independent developer building open-source dev…

    Listed Aug 2026

    About enozunu

    Enozunu (役小角) is an open-source CLI tool written in Rust that solves the problem of managing AI agent configuration across multiple projects and machines. Built by GitHub user tooppoo and licensed under Apache 2.0, it takes a declarative approach — you define your agent skill sources once in an enozunu.kdl manifest, and the tool resolves and materializes them into the native configuration paths expected by supported AI targets. Currently in early development at v0.6.0, it targets Claude and Codex as supported AI environments.

    What It Is

    Enozunu is a configuration materializer for AI agent tooling — specifically for the "Skills" and agent definitions that AI coding assistants like Claude and Codex consume. Rather than copying configuration files between projects by hand, developers declare sources (Git repositories, local paths, or GitHub Gists) in a single manifest file. Enozunu then resolves those sources, locks resolved commits in enozunu.lock.json for reproducibility, and writes the materialized output into each target AI's native configuration paths. The project explicitly describes itself as not a marketplace, GUI installer, or interactive resource manager — its scope is strictly the resolve, lock, materialize, and verify flow.

    How the Declarative Workflow Works

    The core workflow follows four steps: declare, resolve, lock, and materialize.

    • Declare: Write enozunu.kdl listing providers (skill sources via git, local, or gist) and consumers (which target AI uses which skills).
    • Resolve: Run enozunu summon to fetch sources and write materialized files into target AI paths.
    • Lock: On first run, resolved commits for branch and tag selections are recorded in enozunu.lock.json. Commit this file to make runs reproducible.
    • Verify in CI: Use enozunu summon --frozen to materialize strictly from the lock file and fail if anything is missing or unresolved. A clean git status after that run confirms no drift from declared sources.

    Additional commands include enozunu init (generates a starter manifest and a .enozunu/.gitignore to keep the resolver cache out of version control) and enozunu validate (checks the manifest without materializing).

    Supported Targets and Source Types

    The README states that the currently supported target AIs are Claude and Codex. Both draw from the same declared source pool, and each selection is materialized into that target's native path. Source references in the manifest support three types:

    • git — a remote Git repository with a URL, branch or tag, and a path within the repo
    • local — a local filesystem path
    • gist — a GitHub Gist

    Architecture and Design Philosophy

    Enozunu is implemented in Rust and distributed via Homebrew (macOS/Linux), Scoop (Windows), and a curl install script. The manifest format uses KDL (a document language), keeping configuration human-readable and diff-friendly. The project maintains explicit Architecture Decision Records (ADRs) and versioned design goal documents (v0.0.x-goal.md, v0.1.x-goal.md), signaling a deliberate, phased approach to scope expansion. The design philosophy centers on declarativeness, reproducibility, and generated-output management — explicitly excluding discovery, recommendation, and interactive installation from its responsibility boundary.

    Update: Version 0.6.0

    The latest release is 0.6.0, published on 2026-08-24, with the repository last pushed on the same date. The project was created in July 2026 and has been actively developed since. The GitHub repository lists 4 open issues and 4 stars, consistent with an early-stage open-source project. The stated v0.1.x goal documents provide a roadmap signal for near-term scope, while the project's narrow, intentional design boundary suggests stability in its core resolve-lock-materialize flow even as target support may expand.

    enozunu - 1

    Community Discussions

    Be the first to start a conversation about enozunu

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

    Pricing

    OPEN SOURCE

    Open Source

    Free and open-source under Apache License 2.0. Use, modify, and distribute freely.

    • Full CLI functionality
    • Declarative manifest support
    • Lock file reproducibility
    • Claude and Codex target support
    • Git, local, and Gist source references

    Capabilities

    Key Features

    • Declarative manifest-based configuration via enozunu.kdl
    • Reproducible builds via enozunu.lock.json lock file
    • Cross-provider skill and agent source management
    • Materializes configuration into Claude and Codex native paths
    • Git, local, and GitHub Gist source references
    • CI-safe frozen mode (enozunu summon --frozen)
    • Lock file update support (enozunu summon --update)
    • Manifest validation command (enozunu validate)
    • Starter manifest generation (enozunu init)
    • Resolver cache gitignore management
    • Homebrew, Scoop, and curl install support
    • Architecture Decision Records and versioned design docs

    Integrations

    Claude
    Codex
    Git
    GitHub Gist
    Homebrew
    Scoop

    Ratings & Reviews

    No ratings yet

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

    Developer

    tooppoo

    tooppoo is an independent developer building open-source developer tooling for AI agent workflows. The enozunu project focuses on declarative, reproducible configuration management for AI coding assistants like Claude and Codex. The project is implemented in Rust and distributed under the Apache License 2.0.

    Read more about tooppoo
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    USB — Universal Skill Bridge icon

    USB — Universal Skill Bridge

    A portable skill format with sha256-verified installers that lets you write AI agent skills once and install them across 16 runtimes including Claude Code, Cursor, MCP, and LangChain.

    AgentSkillOS icon

    AgentSkillOS

    An open-source operating system for agent skills that enables discovery, composition, and execution of skill pipelines from a pool of 200,000+ skills via retrieval and orchestration.

    Awesome Skills icon

    Awesome Skills

    A curated directory of skills, plugins, agents, and tools for Claude Code, updated regularly with community and official contributions.

    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.

    104 tools

    Configuration Management

    Tools for managing AI coding agent configurations, rules files, and project-level settings like CLAUDE.md, .cursorrules, AGENTS.md, and other agent-specific dotfiles.

    18 tools

    Agent Frameworks

    Tools and platforms for building and deploying custom AI agents.

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