gitwtfhub

wtf is skills?

gmoigneu/skills — explained in plain English

Analysis updated 2026-05-18

0Audience · vibe coderComplexity · 1/5LicenseSetup · easy

TL;DR

A collection of installable, self-contained instruction sets called skills that make AI agents more useful for specific real-world tasks.

Mindmap

mindmap
  root((gmoigneu skills))
    What it does
      Installable agent skills
      Self contained folders
      npx installer
    Included skill
      Pressure test decisions
      Challenge assumptions
    Use cases
      Add agent capability
      Browse skill list
      Author new skills
    Audience
      Vibe coders
      AI agent builders

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 a single skill, like pressure-test-decisions, to add a specific capability to an AI agent.

REASON 2

Browse or list all skills in the repository before installing anything.

REASON 3

Use the repository layout as a template for authoring and sharing your own agent skills.

What's in the stack?

MarkdownNode.js

How it stacks up

gmoigneu/skills00kaku/gallery-slider-block04amanrajj/netwatch
Stars00
LanguageJavaScriptRust
Last pushed2021-05-19
MaintenanceDormant
Setup difficultyeasyeasymoderate
Complexity1/52/53/5
Audiencevibe codergeneralops devops

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

How do you spin it up?

Difficulty · easy Time to first run · 5min

Install a skill with a single npx command, no build or infra needed.

Wtf does this do

This repository is a collection of skills meant to make AI agents more useful for real work. A skill here is a self-contained set of instructions, along with any supporting files, that can be installed on its own and given to an AI agent so it knows how to handle a specific kind of task. The README describes one available skill so far, called pressure-test decisions. Its purpose is to challenge assumptions, widen the range of options being considered, test how confident you actually are, and help turn a hard decision into either a defensible choice or a concrete next step. It can be installed on its own using a command line tool called skills, run through npx, which pulls just that one skill from the repository. The same command line tool can also list every skill in the repository without installing anything, or install all of the skills at once if you want everything the repository offers. Each skill lives in its own folder under a skills directory, and inside that folder is a file called SKILL.md that holds the instructions, plus any reference material or agent-specific configuration files it needs, such as a settings file for connecting the skill to OpenAI's tools. The README also explains how someone could contribute a new skill: create a new folder with a SKILL.md file that has a name and description in its header information, keep any supporting files inside that same folder, and check that the skill shows up correctly using the list command before submitting it. The project is released under the Apache-2.0 license, and no programming language is specified for the repository itself, since it is primarily a collection of instruction files rather than application code.

Yoink these prompts

Prompt 1
Show me how to install the pressure-test-decisions skill from gmoigneu/skills using npx.
Prompt 2
Explain what a SKILL.md file needs to contain so I can add my own skill to this repository.
Prompt 3
Walk me through listing all skills in gmoigneu/skills without installing them.
Prompt 4
Help me structure a new skill folder that matches the layout used in this repository.

Frequently asked questions

wtf is skills?

A collection of installable, self-contained instruction sets called skills that make AI agents more useful for specific real-world tasks.

How hard is skills to set up?

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

Who is skills for?

Mainly vibe coder.

View the repo → Decode another repo

This repo across BitVibe Labs

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