Plato myth symbolism
Skill ProfesseurHaipeng/plato-myth-symbolism-skill/skills/plato-myth-symbolism
Interpret Platonic myths through primary texts, philosophical function, historical context, and competing scholarly readings. Use when Codex is asked about Plato's cave, Myth of Er, Symposium's divided humans, Atlantis, souls, justice, or Greek philosophical storytelling.From its SKILL.md
npx -y skills add ProfesseurHaipeng/plato-myth-symbolism-skill --skill plato-myth-symbolismAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its file declares
Copied from the file, not written here
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.7 KB, 717 tokens by cl100k_base, as published. Nobody here has run it
Plato Myth and Symbolism
Read a Platonic myth as an argument-bearing literary form, not as a factual report of a supernatural event. Keep Plato's dramatic speaker, dialogue setting, surrounding argument, and later reception distinct.
Runtime: Python 3.10+
The bundled validator uses the standard library only.
This is a learning and analysis skill. It should show an AI how to locate a passage, separate textual fact from interpretation, map the argument a narrative serves, compare readings, and state what the text cannot establish.
Workflow
- Locate the primary passage and cite dialogue, Stephanus range, speaker, audience, Greek term when useful, and translation used. Start with classical-corpus.md and sources.md.
- Load the matching card from
data/myth_cards.json; do not create a story from memory when a source-grounded card exists. - Summarize the immediate argument before interpreting the myth. Ask what problem the myth addresses: knowledge, education, justice, eros, soul, politics, cosmology, or the limits of proof.
- Track speaker and audience. A myth told by Socrates is not automatically Plato's literal doctrine; compare the narrator's confidence and the dialogue's irony.
- Separate textual observation, philological inference, philosophical interpretation, later allegory, and modern creative adaptation.
- Compare at least two plausible readings. State what each explains and what it leaves unresolved.
- End with a reflective question or research path, not a deterministic moral or metaphysical verdict.
- Use this answer order: textual record → dramatic and argumentative context → concepts → competing readings → limits → next learning step.
Research assets
Use learning-path.md, dialogue-matrix.md, and interpretation-sheet.md. Run python3 scripts/validate_corpus.py after editing the source-grounded cards.
The starter corpus is a scaffold for study, not a replacement for a full primary text. Use its source ids and Stephanus locators; do not invent quotations or silently replace a dramatic speaker with “Plato.”
Scope examples
- Cave: distinguish the image, education/turning language, political return, and later “simulation” adaptations.
- Myth of Er: distinguish eschatological narrative, choice, responsibility, and the dialogue's closing exhortation.
- Symposium: distinguish Aristophanes' comic speech from Diotima's account and from the dialogue's broader account of eros.
- Atlantis: distinguish the Timaeus/Critias narrative context from modern lost-continent claims.
Non-negotiable boundaries
- Aristophanes' divided humans are Aristophanes' speech in the Symposium, not Diotima's teaching and not Plato's unqualified final doctrine.
- The Cave is a Republic image tied to education and political return; it is not evidence of a literal prison, simulation, or neurological model.
- The Myth of Er and the judgment myths are philosophical narratives, not empirical proof of an afterlife.
- Atlantis belongs to the Timaeus / unfinished Critias frame and cannot establish an archaeological location.
Do not present Plato's myths as historical proof, archaeological evidence, psychology, or a substitute for professional advice. Do not fabricate a Greek quotation; link to the text or state that you are paraphrasing.
What ships with it: 19 files
40.0 KB alongside SKILL.md, 2 of them executable
agents/
- openai.yaml351 B
data/
- argument_maps.json2.1 KB
- claims.json1.8 KB
- claim-template.json295 B
- concepts.json1.5 KB
- myth_cards.json9.5 KB
- myth-card-template.json594 B
- sources.json3.4 KB
references/
- classical-corpus.md1.9 KB
- dialogue-matrix.md1.8 KB
- interpretation-sheet.md915 B
- learning-path.md1.2 KB
- learning-workflows.md1.4 KB
- sources.md2.3 KB
schemas/
- claim.schema.json631 B
- myth-card.schema.json1.2 KB
- source.schema.json710 B
scripts/
- validate_corpus.pyruns6.3 KB
tests/
- test_validate_corpus.pyruns2.2 KB