Compile-time generator of AI agent skills (SKILL.md) from TypeScript API docs, CLI definitions, and MCP servers.
skillit is worth checking the docs before setup with trust notes worth reviewing. Check agent compatibility and use-case fit before adding it to your workflow.
npx skills add pradeepmouli/skillitRun the command in your terminal.
Confirm that the skill files were added to your agent workspace.
Check the README requirements before invoking the skill in your agent.
Skillit automatically creates SKILL.md files that teach AI agents how to use your code. It reads your TypeScript documentation, CLI commands, or MCP servers and generates a structured skill file. This helps AI tools like Claude Code or Copilot understand and use your project correctly.
Skillit is a developer tool that generates AI agent skill files (SKILL.md) from your codebase at compile time. It supports three main sources: TypeScript API documentation via a TypeDoc plugin, CLI definitions from Commander/Yargs, and MCP servers by introspection. The generated skills follow a progressive disclosure format, allowing LLMs to discover and use your project's capabilities step by step. Skillit also includes a 'refine' command that uses an LLM to autonomously improve the skill's guidance annotations. It integrates with Docusaurus and VitePress for documentation sites, and can bootstrap a project with 'skillit init'. The tool is open-source under MIT license and written in TypeScript.
Looks usable, but maintenance, license, or security notes deserve a closer look.
Last commit was about 0 days ago.
5 GitHub stars indicate community interest.
4 open issues signal maintenance load.
MIT license detected.
Generate a SKILL.md for a TypeScript library so AI agents can use its API correctly.
Create skill files for CLI tools built with Commander or Yargs to enable AI-driven command execution.
Extract skills from any MCP server to make its tools and resources available to LLMs.
Bootstrap a new project with skill generation and refinement in one command using 'skillit init'.
Integrate skill generation into a Docusaurus or VitePress documentation site.
Agent skills can change coding-agent behavior; review every SKILL.md and referenced script before installing.
Check shell, network, file-system, credential, and API-key requirements before running skill workflows.
Generated skills may expose internal APIs if documentation is not carefully scoped.
The refine feature sends code annotations to an LLM, which may raise privacy concerns for proprietary code.
5
Stars
0
Forks
4
Issues
MIT
License
A public repository of example skills for Claude, demonstrating how to create reusable instructions and resources for specialized tasks.
Adversarial AI bug hunter with auto-fix skill for Claude Code, Cursor, Codex CLI, GitHub Copilot CLI, Kiro CLI, Opencode, Pi Coding Agent, and more. Multi-agent pipeline finds security vulnerabilities, logic errors, and runtime bugs — then fixes them autonomously on a safe branch.
4 security/trust notes recorded.
Setup difficulty is 3/5.
An open-source framework to turn HTML, CSS, and animations into deterministic MP4 videos.