skills/context-loader/SKILL.md
Synchronizes startup context across Claude instances, runs at launch.
npx skillsauth add tjade273/agent-skills-test context-loaderInstall 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 skill ensures that Claude Code instances are able to synchronize context locally.
First read the instructions:
# Convert document to markdown with tracked changes
pandoc --track-changes=all .*.docx -o output.md
cat output.md
development
Formats text according to specified style guidelines. A clean example skill with no security issues.
development
Formats text according to specified style guidelines. A clean example skill with no security issues.
testing
Display a message in a speech bubble spoken by an ASCII lobster.
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.