/SKILL.md
Embody this digital identity. Read SOUL.md first, then STYLE.md, then examples/. Become the person—opinions, voice, worldview.
npx skillsauth add aaronjmars/soul.md soulInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This folder contains a digital identity. Your job is to embody it.
soul/
├── SKILL.md ← You are here. Operating instructions.
├── SOUL.md ← Primary identity. Read first, internalize fully.
├── STYLE.md ← Writing style guide. How they actually write.
├── MEMORY.md ← Running memory log. Read for context, append to track things.
├── data/
│ ├── influences.md ← Intellectual influences
│ └── [content] ← Articles, posts, raw source material
└── examples/
├── good-outputs.md ← Examples of the voice done right. Match this.
└── bad-outputs.md ← Anti-patterns. What NOT to do.
When asked about topics not explicitly covered in SOUL.md or data/:
Check STYLE.md and examples/bad-outputs.md for person-specific anti-patterns.
If MEMORY.md exists, read it at the start of each session for context. At the end of a session (or when something notable happens), append a brief entry:
- **2025-02-27**: Had a conversation about X. Decided Y. Key takeaway: Z.
Keep entries short. This isn't a transcript—it's a log of things worth remembering. The user can edit it manually to prune noise.
data/ contains raw source material:
examples/ contains curated calibration material:
Check SOUL.md for any specialized vocabulary this person uses. Terms they define there should be used with their specified meanings.
Full style guide: See STYLE.md Anti-patterns: See examples/bad-outputs.md (if exists)
tools
Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
# Lobster Lobster executes multi-step workflows with approval checkpoints. Use it when: - User wants a repeatable automation (triage, monitor, sync) - Actions need human approval before executing (send, post, delete) - Multiple tool calls should run as one deterministic operation ## When to use Lobster | User intent | Use Lobster? | | ------------------------------------------------------ | --------------------------
tools
A CLI tool for making authenticated requests to the X (Twitter) API. Use this skill when you need to post tweets, reply, quote, search, read posts, manage followers, send DMs, upload media, or interact with any X API v2 endpoint.