Plugin Claude Code
Plugin marketplace listing 3 plugins: codex, dev-workflow, code-tour.
Plugin Claude Code
Plugin marketplace listing 3 plugins: codex, dev-workflow, code-tour.
Settings file Claude Code
Agent settings declaring 3 allowed tools.
Instructions file CodexOpenCode
AGENTS.md instructions for Intellegam/agent-plugins, a project described as: Internal Claude Code plugins for Intellegam workspace.
Instructions file
Claude Code instructions for Intellegam/agent-plugins, covering agent plugins, structure and development.
MCP server Claude CodeCodexCursor
MCP server "claude-agent" as configured in Intellegam/agent-plugins. Runs locally from the github:Intellegam/claude-code-mcp#v0.1.3 npm package.
Skill Claude CodeCodex
How to consult Claude Code as a second-opinion agent via the claude-agent MCP tools (claude, claude-reply, claude-result, claude-cancel). Use before brainstorming with Claude (aliases @claude, @claude-code), validating a plan, requesting an external code review, or any claude-agent tool call. Form your own analysis…
Plugin Claude Code
Agent-generated visual PR walkthroughs: an authored narrative whose every code snippet is a grounded reference into the real diff, built into a single offline tour.html with a line-level review surface.
Agent
Fresh authoring worker invoked by the Code Tour skill. Pass the target repo/PR or base/head, audience, user constraints, and verified context links.
Skill Claude CodeCodex
Create a visual PR walkthrough — a "code tour". Use when the user asks to "create a code tour", "make a PR walkthrough", "build a tour for PR X", "explain this PR visually", or wants a shareable visual review of a diff. Produces a single offline tour.html whose every code snippet is a grounded reference into the real…
Plugin Claude Code
OpenAI Codex MCP integration for external AI agent collaboration. Enables brainstorming, plan validation, and code review.
Skill Claude CodeCodex
Use when the user asks to "challenge this", "stress test this", "adversarial review", "find reasons this shouldn't ship", or when you want Codex to pressure-test code changes, architectural plans, or design decisions. Guides prompting the Codex MCP tools for adversarial reviews that question design choices…
Skill Claude CodeCodex
Use whenever entering plan mode, discussing architecture, designing a solution, or before presenting a plan to the user. Also use when asked to "consult codex", "ask codex", "get a second opinion", "validate this plan", "have codex review", or "run it by codex". Guides collaboration with OpenAI Codex for…
Plugin Claude Code
Cross-host development workflow: setup, dependency updates, checks, review, documentation sync, PR follow-through, and branch promotion with conditional release verification.
Agent
Implementation agent for writing code. Use for multi-file implementations or significant features to preserve main agent context. Provide clear requirements and review the output.
Agent
Reviews implementation code AND tests for quality, maintainability, and coverage - one reviewer for both sides, because testability is a design concern. Provide minimal context (goal, constraints, scope) but NOT reasoning or justifications - the reviewer should form an independent opinion. Invoked by the…
Agent
Reviews structural simplicity first, then performs a mandatory lean pass for deletion, reuse, YAGNI, and smaller implementation. Covers code, docs, and tests. Provide minimal context (goal, constraints, scope with the diff) but NOT reasoning or justifications so the reviewer forms an independent opinion. Invoked by…
Agent
Reviews documentation sync with code changes. Provide goal and scope of changes so the reviewer knows what documentation areas to check. Invoked by the dev-workflow:dev-sync skill.
Hook
Runs when a session starts, executing inject-workflow.sh. From Intellegam/agent-plugins.
Hook
Runs when a subagent starts for ^(general-purpose and claude)$ tool calls, executing inject-workflow.sh. From Intellegam/agent-plugins.
Skill Claude CodeCodex
This skill MUST be used before committing changes and after completing implementation work. Proactively run this (1) before any git commit, (2) after a plan has been fully implemented, (3) when a coding task is complete. Also use when user asks to "run checks", "format and lint", "run tests", "validate code", or names…
Skill Claude CodeCodex
This skill MUST be used before pushing or creating a PR. Proactively run it before any git push or PR creation and after dev-check. Also use when the user asks to review code, check code quality, find bugs, or run multi-perspective review.
Skill Claude CodeCodex
Prepare, open, merge, and verify GitHub branch-promotion PRs using repository-owned promotion policy. Use when the user asks to promote staging, dev, or a release branch to production or main; create, merge, or assess a promotion PR; or cut, deploy, or ship a release through a branch-promotion PR.
Skill Claude CodeCodex
Set up or validate a repository's cross-host dev-workflow configuration in AGENTS.md and/or CLAUDE.md. Use when onboarding a repo, when commands/checks, reviewer configuration, or a promotion-policy pointer is missing or stale, or when the user asks to set up the dev workflow, check workflow config, or recommend…
Skill Claude CodeCodex
Audit or safely update project dependencies across package managers. Use when the user asks what is outdated, wants to upgrade packages, assess breaking changes, review version constraints, or prepare dependency-update commits.