sandiiarov/skill-creator
Skill-creator introspects an MCP server, OpenAPI spec, or GraphQL schema and materializes a fully functional CLI on the spot, at runtime. That last part matters: there is no generate-commit-rebuild loop. You point it at an endpoint and immediately have a typed, invokable interface in your terminal. The practical use case is obvious for any solo founder who maintains a handful of internal or third-party API integrations and is tired of writing thin wrapper scripts that go stale the moment the upstream schema updates. The runtime approach means your CLI stays current as long as your spec does. The repo is early and the docs are spare — expect to read the source if something breaks. The GraphQL path in particular looks less tested than the OpenAPI path. But the core mechanic is clean and the surface area is small enough to audit in an afternoon. -> Best for: solo founder or indie hacker who scripts against APIs and wants disposable, always-current CLI tooling without a build step