gitwtfhub

wtf is oneforall-skill-manager?

oneforall-dev/oneforall-skill-manager — explained in plain English

Analysis updated 2026-05-18

0JavaScriptAudience · developerLicenseSetup · easy

TL;DR

A local dashboard and command line tool that installs and manages AI agent skill files across Claude Code, Antigravity, Open Design, and Codex from one place.

Mindmap

mindmap
  root((repo))
    What it does
      Installs skills
      Multi agent targets
      Web dashboard
    Tech stack
      Node.js
      JavaScript
      No dependencies
    Use cases
      Multi platform install
      Edit SKILL.md
      Git sync
    Audience
      Developers
      AI agent users
    Features
      Auto detection
      Auto healing
      Live editor

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

Why would anyone build with this?

REASON 1

Install the same skill into Claude Code, Antigravity, Open Design, and Codex at once instead of copying folders by hand.

REASON 2

Paste a GitHub link or raw markdown to preview and install a skill before it lands on disk.

REASON 3

Edit an installed skill's instructions directly in a built in editor.

REASON 4

Keep Git-sourced skills updated with a one click pull.

What's in the stack?

Node.jsJavaScript

How it stacks up

oneforall-dev/oneforall-skill-manager00kaku/gallery-slider-block3rd-eden/ircb.io
Stars0
LanguageJavaScriptJavaScriptJavaScript
Last pushed2021-05-192016-11-16
MaintenanceDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/5
Audiencedevelopergeneraldeveloper

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

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires Node.js 18 or later to run the local server.

Wtf does this do

Oneforall Skill Manager is a small Node.js tool with a web dashboard for installing and managing AI agent skills, which are instruction sets written as SKILL.md files. It targets four agent platforms at once: Claude Code, Antigravity, Open Design, and Codex. Normally, adding a custom skill to one of these tools means manually copying a folder into a hidden system directory, such as the Claude skills folder or the Codex skills folder, and doing it again for every other tool you use. This project replaces that manual copying with a single interface where you paste in a skill source and pick where it should go. It accepts several kinds of input: a Git repository URL, a direct GitHub link to a SKILL.md file, a raw.githubusercontent.com link, a local file path, or even raw markdown text pasted directly with its YAML frontmatter. The dashboard detects which kind of input it received and shows a preview before installing. You can install to a single target at a time, or flip a toggle to select multiple agent platforms and install to all of them in one action. Installed skills can be edited directly in a built in editor that understands the YAML frontmatter and instruction text, with a keyboard shortcut to save changes. Skills that came from a Git repository show an update button that runs a git pull in the background to keep them current. The tool also includes an auto healing feature: when a cloned repository has the SKILL.md file nested inside subfolders instead of at the root, it detects this and restructures the files automatically so the skill installs correctly. Installation is done by cloning the repository and running the server locally with npm start or node installer.js, then opening a browser to localhost port 3000. A one click script is also provided for Windows users. A command line interface is available as well, for installing skills without opening the browser dashboard.

Yoink these prompts

Prompt 1
Clone oneforall-skill-manager and start the dashboard so I can install a skill from a GitHub link.
Prompt 2
Use the CLI to install a skill from this local SKILL.md file path.
Prompt 3
Show me how to distribute an already installed skill to another agent platform with oneforall-skill-manager.
Prompt 4
Explain how the auto healing feature restructures a cloned skill repo with nested folders.

Frequently asked questions

wtf is oneforall-skill-manager?

A local dashboard and command line tool that installs and manages AI agent skill files across Claude Code, Antigravity, Open Design, and Codex from one place.

What language is oneforall-skill-manager written in?

Mainly JavaScript. The stack also includes Node.js, JavaScript.

How hard is oneforall-skill-manager to set up?

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

Who is oneforall-skill-manager for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.