whatisgithub

What is skills?

elfocrash/skills — explained in plain English

Analysis updated 2026-05-18

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

In one sentence

A small collection of AI agent skills, currently one skill called real-work that turns planning into a durable, resumable markdown plan.

Mindmap

mindmap
  root((skills))
    What it does
      Packaged agent skills
      Durable markdown plans
      Handoff summaries
    Tech stack
      Markdown
      skills.sh installer
    Use cases
      Resume work across sessions
      Track phased tasks
      Autonomous verification
    Audience
      Vibe coders
      Developers using AI agents

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 build with it?

USE CASE 1

Turn a coding agent's plan into a checklist that survives across sessions.

USE CASE 2

Let a different agent pick up unfinished work with a handoff summary.

USE CASE 3

Give an agent a way to verify its own progress on a phased task.

What is it built with?

Markdown

How does it compare?

elfocrash/skillsaa2448208027-code/localaihotswapahxn00/owntv
Stars393939
LanguagePythonKotlin
Setup difficultyeasymoderateeasy
Complexity1/53/52/5
Audiencevibe coderdevelopergeneral

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

How do you get it running?

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

So what is it?

This repository is a small collection of skills for AI coding agents, shared by the author as the set they personally use every day while working with agentic coding tools. A skill in this context is a packaged set of instructions that an agent can load and follow for a particular kind of task, rather than the agent figuring out the approach from scratch each time. The README is short and describes just one skill so far, called real-work. That skill is meant to capture planning as a durable, resumable markdown plan. Instead of a plan living only in a chat conversation and disappearing once the session ends, real-work turns it into phased work broken down with checkboxes, includes a way for the agent to verify its own progress without help, and produces handoff summaries. The idea is that a different agent, or the same agent much later, can pick the work back up with no prior context and still understand what has been done and what remains. Installation is handled through a separate tool called skills.sh, using the command npx skills@latest add Elfocrash/skills. Running this adds the skills in this repository to whatever coding agent the user has set up. Once installed, the agent is expected to automatically activate a given skill whenever an incoming request matches that skill's description, without the user needing to invoke it by name. The project is licensed under MIT, which means it can be reused, modified and redistributed freely, including for commercial purposes, as long as the original copyright notice is kept. Beyond the single real-work skill and the install instructions, the README does not describe any other features, so there is not much more detail available about the project's internals or roadmap.

Copy-paste prompts

Prompt 1
Run npx skills@latest add Elfocrash/skills to install this skill set into my agent.
Prompt 2
Use the real-work skill to turn my current plan into a phased markdown checklist.
Prompt 3
Write a handoff summary of what's done and what's left so another agent can continue.
Prompt 4
Show me the checkboxes for the current phase of this plan.

Frequently asked questions

What is skills?

A small collection of AI agent skills, currently one skill called real-work that turns planning into a durable, resumable markdown plan.

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 vibe coder.

Open on GitHub → Ask about another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.