Sjawhar Pivot
sjawhar-pivot is a Claude Code plugin for the Build phase that teaches agents how to write Pivot pipeline stages with correct loaders, types, and outputs.
Install when you are authoring or extending Pivot pipeline stages with correct loaders, annotations, output types, and stage wiring in a data-processing repo.
Add it to Claude Code
Install the plugin in Claude Code. One command, paste-ready.
/plugin install sjawhar-pivot@sjawhar/pivotBuilt to be called by your agent
Skillselion is itself an MCP server. Your agent can pull this entry and a paste-ready install config straight from the API - no copy-paste.
Retrieve this entry with skillselion.get_details("plugin:sjawhar/pivot") and the paste-ready config with skillselion.get_install_config("plugin:sjawhar/pivot").
What it does
sjawhar-pivot is a Claude Code plugin bundle that ships skills for writing Pivot pipeline stages in the sjawhar/pivot repository. Solo builders and small teams who maintain ETL or analytics pipelines use it when they need agents to scaffold or refactor stages without guessing loader APIs, output shapes, or annotation conventions. The plugin count is one, so the scope is narrow: it targets pipeline authoring during active development, not marketplace discovery or runtime monitoring. Keywords such as annotations, loaders, output, stages, and types signal that the skill material is meant to keep generated code aligned with Pivot’s stage model. If you already document stages by hand, this plugin accelerates consistent boilerplate and reviews; if you do not use Pivot, skip it. Register it in Claude Code when your repo depends on Pivot and you want coding agents to speak the same stage language as your maintainers.
Highlights
- Guides writing individual Pivot pipeline stages with consistent types and annotations
- Covers loaders, output contracts, and stage composition patterns
- Aligns agent-assisted edits with Pivot’s pipeline vocabulary (stages, pivot transforms)
- Single focused skill plugin for repository sjawhar/pivot
Why builders use it
Agents guess Pivot stage APIs and produce loaders or outputs that do not match your pipeline conventions.
After you add the plugin, Claude Code can draft and revise Pivot stages that follow your project’s stage, loader, and annotation patterns.
At a glance
- Type - Plugin in Development Tools.
- Adoption - 0 installs, 1 stars, 0 votes.
FAQ
Who is sjawhar-pivot for?
It is for developers working in the Pivot repo who want Claude Code to generate pipeline stages that match Pivot loaders, annotations, and output types.
When should I use sjawhar-pivot?
Use it during Build when you are adding, splitting, or refactoring pipeline stages before you run or ship those jobs.
How do I add sjawhar-pivot to my agent?
Install or register the sjawhar/pivot Claude Code plugin from the Skillselion catalog entry, open the pivot workspace in Claude Code, and invoke the bundled stage-writing skill when editing pipeline files.
Comments
Share how you use sjawhar-pivot, gotchas, or tips for other indie builders.
No comments yet - be the first to share how you use it.