A FastSkill-compatible skill that teaches an AI coding agent how to use AIKit — the multi-agent CLI + gateway from github.com/goaikit/aikit.
Once installed, the agent can:
- run any supported coding-agent CLI uniformly (
aikit agent run), - spin up the multi-turn HTTP API (
aikit serve) and talk to it over SSE or single-shot JSON, - author, build, and publish
aikit.tomlpackages, - merge MCP server entries via
aikit agent mcp, - scaffold Spec-Driven Development projects (
aikit init).
From your project root:
fastskill add https://github.com/goaikit/skill.gitSee the AIKit README for full CLI documentation and the serve API reference for the HTTP surface.
See CONTRIBUTING.md for development and release details.
Apache-2.0