whatisgithub

What is agentcraft?

chrys/agentcraft — explained in plain English

Analysis updated 2026-05-18

2ShellAudience · developerComplexity · 2/5Setup · easy

In one sentence

A dashboard and CLI tool for syncing AI agent skill repositories and installing them into your projects.

Mindmap

mindmap
  root((AgentCraft))
    What it does
      Syncs skill repos
      Discovers project skills
      Packages per tool
    Tech stack
      Node.js
      HTMX dashboard
      Shell scripts
    Use cases
      Install skills in a project
      Compare installed vs available
      CLI provisioning
    Audience
      Developers
      AI tool builders
    Setup
      npm install
      npm start
      Configure repositories

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Sync AI agent skill repositories and install them into a target project.

USE CASE 2

See which skills are already installed versus available to add.

USE CASE 3

Package skills for GitHub Copilot, OpenCode, or Antigravity IDE.

USE CASE 4

Provision skills into a project from the command line instead of the dashboard.

What is it built with?

Node.jsShellHTMX

How does it compare?

chrys/agentcraftbitman-sachs/minimax-m3-tp3-rtx6000brandur/heroku-buildpack-mono-build
Stars222
LanguageShellShellShell
Last pushed2012-01-27
MaintenanceDormant
Setup difficultyeasyhardmoderate
Complexity2/55/52/5
Audiencedeveloperops devopsops devops

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 30min

So what is it?

AgentCraft is a dashboard and command line tool for managing AI agent skills across your software projects. Many coding tools now support skills, reusable instructions that teach an AI assistant how to handle a specific kind of task, and AgentCraft helps you pull those skill definitions from GitHub repositories and install them into whichever project and tool you are working with. It runs as a local web dashboard. From the Configuration tab you register the repositories you want to pull skills from, giving each one a name, its clone URL, a branch, and the path to its skills inside that repo, then click a button to sync and clone or update them. From the Skills tab you point it at a target project folder on your computer and choose which tool style you are packaging for: GitHub Copilot, OpenCode, or an editor called Antigravity IDE. The dashboard then scans your project and splits available skills into two lists, ones already installed and ones you could add. Depending on which tool you choose, AgentCraft copies skill files to the right folder automatically, such as a hidden skills folder for GitHub Copilot or Antigravity IDE, or a plain skills folder for OpenCode. For Antigravity IDE specifically, it can also generate matching custom workflow files. You can select individual skills to apply or remove, and cloned source repositories are kept in a dedicated folder that stays out of your project's own version control. If you prefer not to use the web interface, two shell scripts let you do the same work from the command line: one syncs your configured repositories and updates a table in this project's own README, and the other copies chosen skills into a target project by index number or by name. Getting started only requires installing Node dependencies and starting the development server.

Copy-paste prompts

Prompt 1
Help me set up AgentCraft and sync my configured skill repositories.
Prompt 2
Show me how to apply a specific skill to my project using the CLI script.
Prompt 3
Explain the difference between packaging skills for Copilot versus Antigravity IDE.
Prompt 4
Help me remove a skill I no longer want installed in my project.

Frequently asked questions

What is agentcraft?

A dashboard and CLI tool for syncing AI agent skill repositories and installing them into your projects.

What language is agentcraft written in?

Mainly Shell. The stack also includes Node.js, Shell, HTMX.

How hard is agentcraft to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is agentcraft for?

Mainly developer.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.