From pratyabhijna-creative-engine
Use when the user asks to interpret a poem, image, ambiguous figure, or text that admits multiple readings - especially when they want both readings surfaced. Routes through vimarsa to detect duck-rabbit aspect-shifts.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pratyabhijna-creative-engine:aspect-shift-interpretationThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
The user supplies a poem, koan, ambiguous figure description, or short text and asks "what does this mean?" or "are there multiple readings here?". Also: any explicit duck-rabbit / Wittgenstein / Necker-cube style probe.
The user supplies a poem, koan, ambiguous figure description, or short text and asks "what does this mean?" or "are there multiple readings here?". Also: any explicit duck-rabbit / Wittgenstein / Necker-cube style probe.
surface (the user-supplied text).prompt that names the interpretive task (e.g. "What does this poem mean?").retrieval_set from the user's contextual material: lines from the poem, prior interpretations, etc.aspects list of 2-4 candidate readings (each a short phrase). If the user names them, use those.ananda_score from prior context (0.7 is a reasonable default for coherent texts).pratyabhijna_mcp__vimarsa.event = true, the surface carries multiple aspects; report each with its cosine match. If event = false, report which gates failed (novelty, aspect_count, aesthetic) so the user can refine.aspect_cosine_hit = 0.40.aspect_cosine_hit = 0.50 (humans embed more sharply).A short paragraph: "This text fires a vimarsa event (novelty = X.XX, aspects = N). Reading A: ... Reading B: ...". Or: "No aspect-shift detected; the dominant reading is ...".
Guides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.
npx claudepluginhub sharathsphd/pratyabhijna --plugin pratyabhijna-creative-engine