Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Skills

Reusable LLM agent skills for Codex, Claude Code, and similar workflows.

This repository is a folder-based collection of installable skills. Each skill lives in its own top-level directory:

  • handover/
  • future skills as sibling folders

Who This Is For

This repo is for:

  • developers building their own agent workflows
  • people who want reusable skills across multiple repos
  • anyone using Codex or Claude Code with custom skills

Repository Layout

Each skill is a self-contained folder:

README.md
handover/
another-skill/

Typical skill contents:

skill-name/
├── SKILL.md
└── templates/

Install

For now, installation is copy-based.

Codex

Copy a skill folder into ~/.codex/skills/.

Example:

cp -R handover ~/.codex/skills/handover

Then restart Codex.

Claude Code

Copy a skill folder into ~/.claude/skills/.

Example:

cp -R handover ~/.claude/skills/handover

Then restart Claude Code.

Available Skills

handover

Create a precise continuation packet when you want to stop work and pass the task to another LLM.

What it does:

  • writes one timestamped Markdown handoff file
  • embeds a compact JSON block in that file
  • captures current status, completed work, remaining work, verification, and next steps
  • preserves user-supplied handoff instructions as:
    • required instructions
    • optional notes

Use it when you explicitly want to hand a task from one agent to another.

Philosophy

These skills are meant to be:

  • practical
  • portable
  • easy to read
  • easy to copy into your own setup

Roadmap

More skills will be added over time as the library grows.

About

A bunch of skills for LLMs

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors