The missing runtime for Agent Skills — health monitoring, self-improvement, and dependency management for any AI agent framework. Zero dependencies.
# Add to your Claude Code skills
git clone https://github.com/ShunsukeHayashi/agent-skill-busThe missing runtime for Agent Skills — health monitoring, self-improvement, and dependency management for any AI agent framework.
Your agent skills silently break. Agent Skill Bus detects it, diagnoses the root cause, and fixes it automatically.
Built by 合同会社みやび (LLC Miyabi) — Running 42 AI agents in production daily.
Looking for the full ecosystem? This repo is the core runtime. For 110+ production-ready skills, marketplace, and the complete Miyabi Agent Society platform, visit agentskills.bath.me.
Agent Skill Bus is a framework-agnostic runtime for AI agent skill health — orchestrating, monitoring, and self-improving agent skills across any framework. Think of it as the operational backbone that keeps your agent skills healthy over weeks and months, not just during a single run. It consists of three integrated modules:
No comments yet. Be the first to share your thoughts!
| Module | Purpose | Standalone? | |--------|---------|-------------| | Prompt Request Bus | DAG-based task queue with dependency resolution & file locking | ✅ Yes | | Self-Improving Skills | Automatic skill quality monitoring & repair loop | ✅ Yes | | Knowledge Watcher | External change detection → automatic improvement triggers | ✅ Yes |
They work independently, but together they form a closed-loop self-improving agent system:
External Changes ──→ Knowledge Watcher ──→ Prompt Request Bus ──→ Execute
↑ │
│ ↓
Self-Improving ←── Skill Runs Log
Skills
Most agent frameworks handle execution (LangGraph, CrewAI, AutoGen). None handle operational health: