sniffable-python

Installation
SKILL.md

Sniffable Python

"Structure code for the first 50 lines. That's all the LLM needs."

Don't invent new syntax — structure existing syntax for optimal LLM comprehension.

If your code smells good, the LLM can sniff it from the first whiff.

Steve Jobs wanted pixels you could lick. We want code you can sniff.


The Problem

LLMs can read Python. But:

  • Large files overwhelm context
  • Implementation details bury the API
  • Comments scattered or missing
  • No clear entry point for understanding
Related skills
Installs
11
GitHub Stars
40
First Seen
Jan 26, 2026