kata
Related Servers
Alternatives to kata
No user-submitted related servers found.
Related Servers
- AlicenseAqualityFmaintenanceEnables Codex CLI to delegate tasks to file-based specialized agents with isolated execution, auditability, and CI-friendly validation.4160MIT
- AlicenseNot gradedqualityCmaintenanceEnables coding agents to search, recommend, and validate a stack of reusable skills from a local catalog, producing deterministic plans without modifying the project.3,212 npm1MIT
- AlicenseAqualityBmaintenancePath-scoped team memories, rules and skills for AI coding agents.301MIT
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to dynamically discover and execute tools through a structured skills system. Serves as a documentation hub where skills are defined in directories, allowing progressive loading and interpretation of capabilities.MIT
- AlicenseNot gradedqualityAmaintenanceRoutes coding agents to the most relevant project documentation (decisions, intent, constraints) with provenance and freshness, providing tools for task routing, knowledge search, and document context.34 npmMIT
- AlicenseNot gradedqualityFmaintenanceLoads Agent Skills from markdown files, exposing them as MCP tools or system prompts for AI agents.42 PyPI31MIT
TDQS
Scored across 5 tools
Each tool addresses a distinct stage of the chain lifecycle: listing, starting, advancing, saving, and exporting. There is no meaningful functional overlap between them.
All five tools follow the consistent verb_noun snake_case pattern: list_chains, run_chain, advance_chain, save_chain, export_chain. The naming is predictable and uniform.
Five tools tightly cover the core chain lifecycle without redundancy. This is a well-scoped size for a focused server.
The set covers listing, running, advancing, saving, and exporting chains, giving solid execution and authoring coverage. The main gap is the lack of an explicit delete/remove_chain operation, though save_chain can overwrite and this is a minor shortfall.