Intent-based code interpretation across all languages — SQL, Python, JS, YAML, Bash, and beyond
"Understand intent, generate correct code, teach gently."
| K-Line | Why Related | |--------|-------------| | moollm/ | Core MOOLLM principle | | empathic-templates/ | Uses expressions in templates | | postel/ | The law underlying generous interpretation | | sniffable-python/ | Empathic interpretation of code | | speed-of-light/ | Work in vectors, delay tokenization | | yaml-jazz/ | Comments carry meaning here too | | coherence-engine/ | LLM understands intent |
The big-tent skill for interpreting user intent across ALL programming languages.
What it does:
Languages supported:
Traditional parsers are strict: syntax correct or rejected.
Empathic Expressions is generous: understands what you MEANT, generates what you NEED.
This is what LLMs are great at. Lean into it.
User writes:
get users who signed up this month but haven't verified email
LLM generates:
SELECT * FROM users
WHERE created_at >= DATE_TRUNC('month', CURRENT_DATE)
AND email_verified = FALSE;
LLM teaches:
I interpreted "this month" as the start of the current month,
and "haven't verified" as email_verified = FALSE.
| File | Purpose | |------|---------| | SKILL.md | Full specification | | CARD.yml | Machine-readable interface |
npx skills add SimHacker/empathic-expressions下载完整 Skill 目录,包含 SKILL.md 及所有相关文件
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Create or update AgentSkills. Use when designing, structuring, or packaging skills with scripts, references, and assets.
Start voice calls via the OpenClaw voice-call plugin.
Notion API for creating and managing pages, databases, and blocks.
Gemini CLI for one-shot Q&A, summaries, and generation.
Category:developer
Tags:moollm, intent, interpretation, code-generation, languages