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.
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— Build Chrome extensions (Manifest V3) from scratch.
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— Standards and conventions for creating, running, and managing Python projects.
redot-architecture— Redot 4 GDScript system design.redot-llm-codegen— Redot 4 GDScript code generation enforcement.redot-scene-design— Redot 4 scene structure and boundaries.redot-signals-eventbus— Redot 4 node/scene communication: signals, EventBus, callbacks.
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.
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.