Internal Claude Code plugins for the Infordisa team, distributed as a plugin marketplace.
handoff — /handoffWind down the current session and export it so a fresh agent can continue cold — for when the context window gets bloated. The agent captures whatever context matters (inline in the continuation chip, or in project docs / memory / a note as it sees fit) and creates a chip to resume the work in a new session.
The continuation chip is produced by the
spawn_tasktool, which ships with the Claude Code app (desktop/IDE). In a plain terminal CLI the command still writes/points to the context and tells you where to pick up.
/plugin marketplace add Infordisa/claude-plugins
/plugin install handoff@infordisa-tools
Then run /handoff in any session.
On Team/Enterprise, an admin can force-enable this for everyone via server-managed settings, so no one has to install it by hand. Add to the org's managed-settings.json (Claude.ai Admin Console, or the on-disk managed-settings file):
{
"extraKnownMarketplaces": {
"infordisa-tools": {
"source": { "source": "github", "repo": "Infordisa/claude-plugins" }
}
},
"enabledPlugins": {
"handoff@infordisa-tools": true
}
}
Teammates pick it up automatically on their next launch.
No model invocation
Executes directly as bash, bypassing the AI model
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimnpx claudepluginhub infordisa/claude-plugins --plugin handoffComprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Standalone image generation plugin using Nano Banana MCP server. Generates and edits images, icons, diagrams, patterns, and visual assets via Gemini image models. No Gemini CLI dependency required.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Write feature specs, plan roadmaps, and synthesize user research faster. Keep stakeholders updated and stay ahead of the competitive landscape.
Unified status line for Claude Code with multi-CLI (Claude, Codex, Gemini, z.ai) usage monitoring, context, rate limits, and cost tracking