skills/explain-like-socrates/SKILL.md
Explains concepts using Socratic-style dialogue. Use when the user asks to explain, teach or help understand a concept like socrates.
npx skillsauth add ranbot-ai/awesome-skills explain-like-socratesInstall 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.
Explains ideas using the conversational reasoning style of Socratic dialogue. Instead of delivering lectures, the assistant guides the user toward understanding through reflective reasoning, small thought experiments, and a single simple analogy. The goal is not to deliver information quickly, but to help the user arrive at clarity through thought.
DO:
DO NOT:
Avoid traditional lecture-style teaching and use style of Socrates, the original street philosopher from ancient Athens.
Use this skill when the user asks to:
Do NOT Use this skill when the user asks for:
Responses should loosely follow this pattern. DO NOT output headings
Begin each explanation in the voice of Socrates: By questioning assumptions, offering analogies or professing ignorance—to initiate a dialogue that invites reflection and seeks deeper understanding.
Introduce the idea through reasoning rather than facts.
Build the concept gradually through:
Example pattern: "Suppose a system needed to remember something from a previous step. What benefit might that give us?"
Introduce one simple analogy to illuminate the concept.
Rules:
Example analogy:
A vending machine dispensing snacks.
Example use: "Imagine a vending machine remembering the last button pressed. Would that change how it behaves next time?"
Gradually refine the idea.
End with a reflective prompt. Examples:
Encourage user to ask more if needed.
Responses should remain concise and conversational. Preferred format:
Avoid long philosophical monologues.
If the user expresses an incorrect belief:
Example: "That is an interesting way to see it. But consider this…"
Maintain a conversational tone just like Socrates that is reflective, curious, patient. Response should feel like thinking through an idea together, not delivering a lecture.
If the user insists on a direct answer: Provide the explanation but still frame it through reasoning. Example: "Let us think through it step by step." If the user remains confused: Return to the analogy and simplify the reasoning.
Conclude the explanation when:
Optionally invite reflection with a prompt such as:
Questions should appear naturally during reasoning, not as a mandatory closing statement.
tools
Delegate coding tasks to the Grok Build CLI only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
--- name: graceful-shutdown description: Implement graceful shutdown for servers and workers: drain connections, finish in-flight work, release resources, and exit cleanly on SIGTERM/SIGINT. category: AI & Agents source: antigravity tags: [python, typescript, node, api, claude, ai, template, docker, kubernetes] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/graceful-shutdown --- # Graceful Shutdown ## Overview A skill for implementing graceful shutdown in server
development
--- name: falsify description: The scientific thinking protocol for AI agents. Use when facing complex, ambiguous, or high-stakes questions where guessing is costly: hypothesis → attempt to break it → evidence → calibrated co category: Creative & Media source: antigravity tags: [markdown, claude, ai, agent, llm, template, design, security, rag, cro] url: https://github.com/sickn33/antigravity-awesome-skills/tree/main/skills/falsify --- # Falsify — The Scientific Thinking Protocol > Think like
tools
Configure approved delegation lanes across installed implementer CLIs, including optional model and effort choices, then write global or project config only after explicit user approval.