gitwtfhub

wtf is agent-skills?

openclaw/agent-skills — explained in plain English

Analysis updated 2026-05-18

46PythonAudience · developerComplexity · 2/5LicenseSetup · easy

TL;DR

A shared repository of installable agent skills, including a code review workflow and remote validation, reusable across projects via symlinks.

Mindmap

mindmap
  root((repo))
    What it does
      Shared reusable skills
      Symlink install
      Vendoring support
    Tech stack
      Python
      Shell
    Use cases
      Code review workflow
      Remote validation
      Vendor snapshots
    Audience
      Developers

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 autoreview skill to run a structured workflow for closing out code reviews

REASON 2

Install the crabbox skill to run remote validation checks against your code

REASON 3

Vendor a snapshot of a skill into your own project for contributors who don't want extra installs

What's in the stack?

PythonShell

How it stacks up

openclaw/agent-skillsbetta-tech/harness-sddemmimal/control-layer
Stars464646
LanguagePythonPythonPython
Setup difficultyeasyeasyeasy
Complexity2/52/52/5
Audiencedeveloperdeveloperdeveloper

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

How do you spin it up?

Difficulty · easy Time to first run · 5min
Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

Wtf does this do

This repository is a shared collection of workflow files, called skills, that coding agents can install and reuse across many projects. Instead of copying the same instructions into every separate codebase, you write them once here and point any project at this central source. The result is that all your agents stay consistent without anyone needing to keep multiple copies in sync. Two skills ship in the repo right now. The first is called autoreview, which provides a structured workflow for closing out code reviews. The second is called crabbox, which handles remote validation, meaning it runs checks that confirm your code behaves correctly in a broader environment or matches what a continuous integration system would see. Installing the skills is a short command-line process. You clone the repo, then run the included install script, optionally naming only the skills you want. The script creates symbolic links by default so that any update you pull into this checkout is automatically visible to your agents. If you need a portable or locked-down setup, you can tell the script to copy files instead of linking them. The README covers specific instructions for two popular agents: Codex and Claude Code. For projects where contributors might not want to install anything extra, the README describes a vendoring approach. A project can store a generated snapshot of a skill inside its own directory. That snapshot is treated as a read-only distribution artifact, not an editable source, and the README is clear that edits should happen here first and then be synchronized downstream. The repository structure is straightforward: a top-level skills folder holds one subfolder per skill, each containing a required SKILL.md file and any helper scripts. A validate-skills script checks that every skill has proper metadata. The project is released under the MIT license.

Yoink these prompts

Prompt 1
Clone this repo and run the install script to symlink the autoreview and crabbox skills into my agent.
Prompt 2
Show me how to vendor a read-only snapshot of the crabbox skill into my project.
Prompt 3
Run the validate-skills script to check my skill folder has proper metadata.

Frequently asked questions

wtf is agent-skills?

A shared repository of installable agent skills, including a code review workflow and remote validation, reusable across projects via symlinks.

What language is agent-skills written in?

Mainly Python. The stack also includes Python, Shell.

What license does agent-skills use?

Use freely for any purpose, including commercial use, as long as you keep the copyright notice.

How hard is agent-skills to set up?

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

Who is agent-skills for?

Mainly developer.

View the repo → Decode another repo

This repo across BitVibe Labs

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