export

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

!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:

  • targetclaude, agents, or both

Parse target first:

  • claude → write only personas/{active}/generated/CLAUDE.generated.md
  • agents → write only personas/{active}/generated/AGENTS.generated.md
  • both or empty → write both generated files

Export to CLAUDE.md template (target=claude or both)

Installs
4
GitHub Stars
154
First Seen
13 days ago
export — lilmgenius/polysona