Skip to content

Releases: ShunsukeHayashi/agent-skill-bus

v1.3.0 — Dashboard + Framework Integration Guides

20 Mar 10:34

Choose a tag to compare

What's New

Dashboard Command

New `skill-bus dashboard` command provides a visual overview of skill health directly in your terminal:

  • Color-coded skill health table (green/yellow/red by score)
  • Trend indicators (↑ improving, ↓ declining, ✗ broken)
  • Flagged skills section with score bar visualization
  • Queue summary (pending/running/done counts)
  • `--no-color` and `--days N` flags
  • Respects `NO_COLOR` environment variable
npx agent-skill-bus dashboard

Framework Integration Guides (examples/)

Step-by-step integration guides with runnable code:

Framework File
Claude Code / Codex `examples/claude-code-integration.md`
LangChain / LangGraph `examples/langchain-integration.md`
CrewAI `examples/crewai-integration.md`
Quick Start `examples/basic-usage.js`

Contributing Guide

Comprehensive `CONTRIBUTING.md` covering:

  • Zero-dependencies policy (intentional, non-negotiable)
  • Code standards (ESM, `node:` prefix, JSONL data)
  • Architecture overview
  • PR checklist

Community

  • GitHub Discussions enabled with starter topics
  • 3 awesome-list PRs submitted

Full Changelog: v1.2.1...v1.3.0

v1.2.0 - Cycle Integration & Quality Loop

20 Mar 07:18

Choose a tag to compare

Changes

  • CLI flags fix for enqueue command
  • Lock verification improvements
  • Init command with SKILL.md copy
  • Claude Code / Codex integration guide
  • Cycle command integration support

Full Changelog

v1.1.0...v1.2.0