kit Skill
kit is a Go AI agent skill for Codex with npx, git clone, remote URL. KIT (Knowledge Inference Tool) — A lightweight AI agent for coding
How to use kit Skill
Install or run
npm install -g @mark3labs/kit
# or
bun install -g @mark3labs/kit
# or
pnpm install -g @mark3labs/kitClient configuration
### Skill Loading
Load and inject skills dynamically at runtime:
```go
// Discover skills from standard locations
result := ctx.DiscoverSkills() // ext.SkillLoadResult{Skills, Error}
// Standard locations: ~/.config/kit/skills/, .kit/skills/, .agents/skills/
// Load a specific skill file
skill, err := ctx.LoadSkill("/path/to/skill.md") // (*ext.Skill, error string)
// skill.Name, skill.Description, skill.Content, skill.Tags, skill.When
// Load all skills from a directory
result := ctx.LoadSkillsFromDir("/path/to/skills") // ext.SkillLoadResult
// Inject a skill as context (pre-loads for next turn)
err := ctx.InjectSkillAsContext("skill-name") // error string
// Inject a skill file directly
err := ctx.InjectRawSkillAsContext("/path/to/skill.md") // error string
// Get all discovered skills
skills := ctx.GetAvailableSkills() // []ext.Skill
```
### Template Parsing
Parse and render templates with variable substitution:
```go
// Parse a template to extract {{variables}}
tpl := ctx.ParseTemplate("name", "Hello {{name}}, welcome to {{place}}!")
// tpl.Name, tpl.Content, tpl.Variables ([]string)
// Render a template with variable values
vars := map[string]string{"name": "Compatible clients
What is kit Skill?
kit is a Go AI agent skill for Codex with npx, git clone, remote URL. KIT (Knowledge Inference Tool) — A lightweight AI agent for coding This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Reusable instructions support
- Includes SKILL.md support
- Shell commands support
- Browser use support
- File editing support
- Presentation work support
- Document generation support
Available tools
Technical details
Install or run kit using npx. Check mark3labs/kit for the latest setup command.
- Built for Go
- Install or run with npx
- Install or run with git clone
- Install or run with remote URL
- Works with Codex
- Uses stdio transport
- Uses SSE transport
- API key required
Requirements and access
Security and permissions
Review permissions before connecting any MCP server to an agent. Pay special attention to whether it can read local files, write data, call external services, or perform destructive actions.
When to use kit Skill
- Use it for reusing agent instructions, scripts, and references.
- Use it for agent skills workflows.
- Use it for coding workflows.
- Use it for data workflows.
- Use it for codex users.
Built with
Explore related resources
Frequently asked questions
What is kit?
kit is a Go AI agent skill for Codex with npx, git clone, remote URL. KIT (Knowledge Inference Tool) — A lightweight AI agent for coding
Who is kit best for?
kit is best for reusing agent instructions, scripts, and references, agent skills workflows, coding workflows, data workflows, codex users.
How do I install kit?
Install or run kit using npx. Check kit for the latest setup command.
Is kit actively maintained?
kit may need a closer maintenance check before production use.
Auto-fetched from GitHub.