git404hub

what is skills fr?

dzhng/skills — explained in plain English

Analysis updated 2026-05-18

623JavaScriptAudience · developerComplexity · 3/5LicenseSetup · easy

tl;dr

A library of reusable instructions for AI coding assistants that plan a feature into checkable pieces, build it, and review each step.

vibe map

mindmap
  root((skills))
    What it does
      Reusable agent skills
      Plan then verify loop
      Works across AI tools
    Tech stack
      JavaScript
      Claude Code
      Codex and Cursor
    Use cases
      Write a feature spec
      Implement step by step
      Review code changes
      Compare screenshots
    Audience
      Developers
      AI assistant users

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 make with this?

VIBE 1

Break a large feature into independently verifiable, reviewable build steps.

VIBE 2

Have an AI assistant write and follow its own specification for a feature.

VIBE 3

Automatically review code changes for messiness or unclear naming.

VIBE 4

Compare before-and-after screenshots to judge whether a visual fix worked.

what's the stack?

JavaScriptClaude CodeCodexWebGPU

how it stacks up fr

dzhng/skillswithkynam/vibecode-pro-max-kityyx990803/yorkie
Stars623621609
LanguageJavaScriptJavaScriptJavaScript
Last pushed2022-07-26
MaintenanceDormant
Setup difficultyeasyeasyeasy
Complexity3/52/52/5
Audiencedevelopervibe coderdeveloper

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

how do i run it?

Difficulty · easy time til it works · 5min

Requires an AI coding assistant that supports the shared skills format, such as Claude Code or Cursor.

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

in plain english

skills is a personal library of reusable instructions, called agent skills, that teach an AI coding assistant how to plan, build, and check its own work across many kinds of projects. It is meant to work with several different AI coding tools, including Claude Code, Codex, opencode, Cursor, and many others that support the same skill format. You add it to a project with a single command, and you can either pull in every skill or pick individual ones and copy them into your tool's own skills folder. The core idea behind the collection is that a big goal should be broken down not just into a list of tasks, but into pieces that can each be checked and confirmed correct on their own, before moving on to the next piece. One skill interviews you about what you want built and writes that plan out as a specification file. Another skill then works through that plan step by step, building each piece and reviewing it before continuing, and updating the plan itself if the work reveals that the original plan no longer fits. Other skills in the set handle more specific jobs: reviewing a code change for leftover mess or unclear naming, writing tests that check real behavior rather than superficial details, writing documentation that explains ideas instead of just describing code, and comparing screenshots to judge whether a visual change actually looks right. There are also skills for keeping the skill library itself in good shape, such as one for writing new skills well and another for testing whether a skill actually works as intended before relying on it. A separate small group of skills focuses on graphics work, specifically building and debugging WebGPU renderer code. This project is best suited for developers who already use an AI coding assistant regularly and want a more structured, checked way of directing it on larger features, rather than giving one-off instructions and hoping the result is correct. It is released under the MIT license, which allows free use, including commercially.

prompts (copy fr)

prompt 1
Add dzhng/skills to my project and list the available skills.
prompt 2
Use the write-spec skill to plan out this new feature with me.
prompt 3
Run implement-spec on the spec we just wrote and build it step by step.
prompt 4
Use the code-review skill to check my latest diff for stale names or dead code.

Frequently asked questions

what is skills fr?

A library of reusable instructions for AI coding assistants that plan a feature into checkable pieces, build it, and review each step.

What language is skills written in?

Mainly JavaScript. The stack also includes JavaScript, Claude Code, Codex.

What license does skills use?

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

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 developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.