Skip to content

Stephensmetana/skill-scrolls

Repository files navigation

Smetana Skills

A collection of 11 Agent skills for software development, game dev, and agentic tooling.

Each skill is a SKILL.md file that gives an Agent structured guidance for a specific task — think of them as focused instruction modules that activate when you need them.


Skills

Agent Tools

  • context-optimizer — Review or design skills, tools, and code to maximize LLM context window efficiency.
  • skill-cli-generator — Generates a SKILL.md and Python CLI script for any API or service, following the Agent Skill + CLI Architecture pattern.

Chrome Extension Creator

Elegance Check

  • elegance-check — Pause before implementing a solution to run an "elegance check" — a structured moment of reflection on whether the proposed approach is truly the best one.

Python Dev

  • python-dev — Standards and conventions for creating, running, and managing Python projects.

Redot

Utilities

  • directory-scanner — Scan a directory's immediate subdirectories and produce a structured report that describes what each one contains.
  • skills-index — Scan a skills folder (or any folder containing SKILL.md files) and generate a structured index, report, or README that lists every skill with its name, description, category, and bundled resources.

Structure

skills-root/
├── <category>/
│   └── <skill-name>/
│       ├── SKILL.md          # skill instructions + YAML frontmatter
│       ├── scripts/          # helper scripts bundled with the skill
│       ├── references/       # reference docs loaded on demand
│       └── assets/           # static files used in output

This README was generated by the skills-index skill.

About

A collection of SKILL.md instruction modules for Claude Code — covering Python, Chrome extensions, Redot game dev, and agentic tooling.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors