export
SkillAI & modelsExtract your persona into CLAUDE.md or AGENTS.md for use in any AI agent
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the export skill
What this skill tells your AI
The instructions your AI receives, as published by lilmgenius/polysona in skills/export/SKILL.md and read by ahel’s review.
!ACTIVE=$(cat personas/_active.md 2>/dev/null || echo "default"); cat "personas/$ACTIVE/persona.md" 2>/dev/null && cat "personas/$ACTIVE/nuance.md" 2>/dev/null || echo "No persona. Run /interview first."
Export Skill Protocol
$ARGUMENTS:
target—claude,agents, orboth
Parse target first:
claude→ write onlypersonas/{active}/generated/CLAUDE.generated.mdagents→ write onlypersonas/{active}/generated/AGENTS.generated.mdbothor empty → write both generated files
Export to CLAUDE.md template (target=claude or both)
Build personas/{active}/generated/CLAUDE.generated.md from persona + nuance sources:
- Work philosophy section: infer priority, approach, and risk stance from
persona.md - Decision-making priorities: infer ordering + energy bias from
persona.md - Tone rules: map
nuance.mdvoice into register rules and avoid-list - Context loading protocol: derive startup context from
persona.mdcore tags - Anti-patterns to avoid: convert
persona.mdanti field into explicit do-not rules - Add a header note that this file was generated and should be reviewed before copying into a project root.
Export to AGENTS.md template (target=agents or both)
Build Codex/OpenCode-compatible agent definitions:
- Include agent name, description, and invocation method
- Ground role split in persona domain expertise from
persona.mdcore tags - Keep entries portable across Codex/OpenCode style
AGENTS.md - Write the result to
personas/{active}/generated/AGENTS.generated.mdand add a generated-file header note.
Output
Write generated files to personas/{active}/generated/:
CLAUDE.generated.mdAGENTS.generated.md- Create the directory first if it does not exist.
- Re-read the saved file(s) and return the confirmed generated path(s).
Note: This persona is now portable. Drop it into any project.
Signals
- GitHub stars
- 162
- Forks
- 26
- Last commit
- Aug 2026
Advanced
- Catalog kind
- skill
- Gateway key
export-lilmgenius- Source
- github.com/lilmgenius/polysona