Analysis updated 2026-05-18
Install a single skill, like pressure-test-decisions, to add a specific capability to an AI agent.
Browse or list all skills in the repository before installing anything.
Use the repository layout as a template for authoring and sharing your own agent skills.
| gmoigneu/skills | 00kaku/gallery-slider-block | 04amanrajj/netwatch | |
|---|---|---|---|
| Stars | 0 | — | 0 |
| Language | — | JavaScript | Rust |
| Last pushed | — | 2021-05-19 | — |
| Maintenance | — | Dormant | — |
| Setup difficulty | easy | easy | moderate |
| Complexity | 1/5 | 2/5 | 3/5 |
| Audience | vibe coder | general | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Install a skill with a single npx command, no build or infra needed.
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.
A collection of installable, self-contained instruction sets called skills that make AI agents more useful for specific real-world tasks.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly vibe coder.
This repo across BitVibe Labs
Verify against the repo before relying on details.