LLM Skills

A collection of reusable skill prompts and behavioral guidelines for LLM agents. Each skill lives in its own directory and is described in a SKILL.md file.

Structure

llm-skills/
└── senior-coder/
    └── README.md
    └── SKILL.md

  • senior-coder/ — Behavioral guidelines to reduce common LLM coding mistakes.

Adding a new skill

  1. Create a directory named after the skill (e.g. my-skill/).
  2. Add a SKILL.md file with YAML frontmatter containing at least name, description, and license.
  3. Write the skill content in Markdown.

Example SKILL.md:

---
name: my-skill
description: What this skill does and when to use it.
license: MIT
---

# SKILL.md

Skill content here.

Usage

Reference skills by their directory name. Tools that load skills expect a SKILL.md file inside the skill directory.

License

MIT unless a skill specifies otherwise.

S
Description
Skills that I use for LLM and agents
Readme
32 KiB
Languages
Markdown 100%