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