From synapsys
Run the script. Pass through its output verbatim. It formats grouped output and a summary line. No agent post-processing.
How this skill is triggered — by the user, by Claude, or both
Slash command
/synapsys:listThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Run the script. Pass through its output verbatim. It formats grouped output and a summary line. No agent post-processing.
Run the script. Pass through its output verbatim. It formats grouped output and a summary line. No agent post-processing.
node "${CLAUDE_PLUGIN_ROOT}/scripts/synapsys-list.js" $ARGUMENTS
Optional flags (pass through if user provided them):
--store=<local|worktree|global> — filter to one store kind--event=<UserPromptSubmit|PreToolUse|SessionStart> — filter by event--json — raw JSON for piping to other toolsThe script handles the empty-store and empty-memories cases itself. Do not narrate the output; just run and exit.
npx claudepluginhub thomfilg/ai-plugin-work --plugin synapsysGuides collaborative design exploration before implementation: explores context, asks clarifying questions, proposes approaches, and writes a design doc for user approval.
Creates structured, bite-sized implementation plans from specs or requirements before writing code. Useful for breaking down multi-step tasks into testable steps with file structure and task boundaries.
Implements work from a spec or tickets using TDD at agreed seams, with regular typechecking and test runs, followed by code review.