skills/analogy-commentary/SKILL.md
Turn source content into a familiar analogy framework, then produce concise commentary angles and a short take. Use when the user asks whether a post, article, speech, or idea is “like” a known story, theory, faction, historical pattern, or strategic lens.
npx skillsauth add hexbee/hello-skills analogy-commentaryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill to explain content through a familiar frame, then turn that interpretation into concise commentary. It works best for social posts, essays, speeches, interviews, and summaries where the user wants a sharper lens rather than a factual report.
Default output is lightweight:
Use this skill when the user asks for any of the following:
<story / faction / theory / historical pattern>?"<framework> to interpret this content."Common source inputs:
Do not use this skill when the user primarily needs fact-checking, source verification, legal/medical/financial guidance, or exhaustive research synthesis.
Before making any analogy, identify:
Useful tension types:
If the source is long, summarize it in 1-3 lines before proceeding.
Pick the closest framework, not the most stylish one.
Good framework families:
Use references/frameworks.md for quick options and trigger examples.
Avoid stacking multiple frameworks unless the user explicitly asks. Default to one main lens and mention one secondary lens only if it materially improves clarity.
Explain both:
Prioritize structural similarity:
Deprioritize shallow similarity:
Every analogy should include a boundary line such as:
This prevents overclaiming and makes the commentary more reusable.
Default output shape:
Core claim:
Primary lens:
Mappings:
- ...
- ...
Where it fits:
- ...
Where it breaks:
- ...
Commentary angles:
- ...
- ...
Short take:
...
Keep the short take crisp and publishable. It should sound like an informed interpretation, not a final truth claim.
Use this unless the user asks for more:
If requested, add:
See references/output-patterns.md for example shapes.
The output should:
Bad pattern:
Good pattern:
references/frameworks.md: quick analogy families and selection hintsreferences/output-patterns.md: compact output templates for common requeststesting
Diagnose and fix Docker image pull failures on macOS with OrbStack, especially Docker Hub EOF/TLS/manifest errors caused by system proxies, Clash/CyberClash/Mihomo/Surge-style TUN mode, fake-ip DNS such as 198.18.0.x, or unstable registry access. Use when `docker pull` or `docker manifest inspect` fails with EOF, SSL_ERROR_SYSCALL, failed to fetch anonymous token, failed to resolve reference, failed to copy, or registry-1.docker.io/auth.docker.io connectivity confusion.
development
Generate and revise job resumes from raw notes, existing resumes, career histories, or profile snippets. Use when Codex needs to create, redesign, tighten, or review a resume/CV, especially for Chinese or English A4 resumes, PDF/HTML output, first-screen hiring signal, skill ordering, pagination balance, header/contact layout, or reframing an engineering background for AI-focused roles.
development
Convert a public webpage URL into Markdown and save it as a reusable `.md` file with the bundled script. Prefer `https://r.jina.ai/<url>` first, and only fallback to `https://markdown.new/` if `r.jina.ai` is unavailable. Use this whenever the user wants to turn a public webpage, article, documentation page, blog post, release note, or reference URL into Markdown for reading, archiving, summarizing, extraction, RAG prep, or downstream agent reuse, even if they do not explicitly mention markdown or saving a file.
tools
Design agent-usable SaaS tool systems using six reusable tool shapes (Search, Summarize, Draft, Update, Notify, Approve) plus connectors and policy guardrails. Use when turning SaaS features into reliable agent actions with clear contracts, permissions, audit trails, and approval gates.