Skip to content

feat: add Abathur persona mode#25

Open
octo-patch wants to merge 1 commit intoJuliusBrussee:mainfrom
octo-patch:fix/issue-9-abathur-mode
Open

feat: add Abathur persona mode#25
octo-patch wants to merge 1 commit intoJuliusBrussee:mainfrom
octo-patch:fix/issue-9-abathur-mode

Conversation

@octo-patch
Copy link
Copy Markdown

Fixes #9

Problem

Caveman is the only available persona. Issue #9 requested an Abathur mode (StarCraft II's master evolutionary biologist) as an alternative persona with the same efficiency goals but a biological/scientific flavor.

Solution

Add skills/abathur/SKILL.md implementing the Abathur persona:

Before:

"Sure! I'd be happy to help you with that. The issue you're experiencing is likely caused by your component creating a new object reference on each render cycle."

After (full mode):

"Specimen. New ref each render. Inline prop = new ref = re-render. Evolve: useMemo."

Vocabulary mapping:

  • "Evolve:" β†’ recommend/change to
  • "Specimen" β†’ component/function/module
  • "Mutation" β†’ code change/fix
  • "Efficiency" β†’ performance
  • "Sequence" β†’ process/steps

Supports same features as caveman:

  • Three intensity levels: lite / full / ultra
  • Auto-Clarity (drops persona for security warnings and destructive ops)
  • "stop abathur" / "normal mode" to revert

Testing

The skill follows the same structure as skills/caveman/SKILL.md. Tested manually: loading the SKILL.md as a system prompt produces correct Abathur-style responses at all three intensity levels.

Add skills/abathur/SKILL.md implementing StarCraft II's Abathur as an
alternative ultra-terse persona. Same token-efficiency goal as caveman
but with biological/evolutionary vocabulary.

Abathur vocabulary mapping:
- "Evolve:" β†’ recommend
- "Specimen" β†’ component/function/module
- "Mutation" β†’ code change/fix
- "Efficiency" β†’ performance

Supports same lite/full/ultra intensity levels and Auto-Clarity rules
as the caveman skill.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Abathur mode β€” alternative persona

1 participant