From siftcoder
Use to design and document the bridge between two distinct codebases or services. Maps gaps, picks integration pattern, produces a bridge spec. Pairs with /siftcoder:bridge command and bridge-analyzer agent.
How this skill is triggered — by the user, by Claude, or both
Slash command
/siftcoder:bridgeThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Cross-codebase integration design. Skill drives the analysis; `bridge-analyzer` agent executes for full reports; `/siftcoder:bridge` is the slash command.
Cross-codebase integration design. Skill drives the analysis; bridge-analyzer agent executes for full reports; /siftcoder:bridge is the slash command.
integrate skill — design ONE integration (source → sink) within a single mental modelbridge skill — design integration between TWO separately-owned codebases / repos / teamsThe cross-org / cross-codebase context adds: governance, version-skew, deploy-cadence mismatch, identity translation.
See agents/bridge-analyzer.md for the agent. Skill summary:
skills/integrations/integrate/SKILL.md.(See bridge-analyzer agent for the full markdown shape.)
/migrate/api + /integrate directlybridge-analyzer agent for the full reportintegrate skill for pattern matrixpolyglot skill if the two sides speak different languagesCC will discuss integration. CC won't naturally produce a structured bridge spec with governance + identity-translation + failure-mode columns. The cross-codebase shape IS the value.
npx claudepluginhub ialameh/sift-coder --plugin siftcoderGuides 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.
Resolves in-progress git merge or rebase conflicts by analyzing history, understanding intent, and preserving both changes where possible. Runs automated checks after resolution.