Plugin Claude Code
Plugin marketplace listing 4 plugins: reflecting-on-skills, suggesting-skills, writing-skills, workspace.
Plugin Claude Code
Plugin marketplace listing 4 plugins: reflecting-on-skills, suggesting-skills, writing-skills, workspace.
Plugin Claude Code
Generate GitHub-compatible Mermaid diagrams with tested color palettes, local SVG/PNG preview, and gist-based GitHub rendering preview.
Skill Claude CodeCodex
Generates GitHub-compatible Mermaid diagrams that render correctly in markdown files, pull requests, issues, and comments. Supports all Mermaid diagram types with tested color palettes for light and dark mode. Provides local SVG/PNG preview via mermaid CLI and GitHub rendering preview via private gists. Use when the…
Plugin Claude Code
Analyze skill usage after each invocation and suggest improvements via PostToolUse hook-driven self-reflection.
Skill Claude CodeCodex
Analyzes skill usage and suggests improvements. Automatically invoked after other skills via PostToolUse hook. Enables continuous improvement through self-reflection on errors, inefficiencies, and gaps.
Plugin Claude Code
Analyze Claude Code sessions to identify repeated patterns and suggest new skills based on usage.
Skill Claude CodeCodex
Analyzes current Claude Code session to suggest new skills based on work patterns. Saves suggestions to /.claude/skill-suggestions/ for later review. Invoke with /suggest-skills to analyze session or /review-suggestions to review and implement saved suggestions.
Plugin Claude Code
Universal workspace management — JJ workspaces, notes, PR/Jira auto-capture, cross-repo navigation.
Command
Onboard a new repository into the metarepo.
Command
Switch to a workspace directory (with zmx respawn support).
Command
Import an existing git checkout into the metarepo workspace system.
Command
List all workspaces across all onboarded repositories.
Command
Create a new workspace for any onboarded repository.
Command
Show or manage workspace notes.
Command
Set up the workspace plugin (dependencies, config, zmx wrapper, statusline).
Command
Open a workspace in VS Code with notes sidebar.
Command
Add a reference (PR, Jira ticket) to the current workspace.
Command
Search and display references across all workspaces.
Command
Retire a workspace (mark as retired, forget JJ workspace, preserve notes).
Command
Show detailed status for a workspace.
Command
Sync a workspace with upstream (fetch and rebase onto trunk).
Hook
Runs after a tool call finishes for Bash tool calls, executing capture-pr.sh and capture-jira.sh via bash (2 commands). From mdsakalu/agent-plugins.
Hook
Runs before the agent uses a tool for Edit and Write tool calls, executing workspace-boundary.sh via bash. From mdsakalu/agent-plugins.
Hook
Runs when you submit a prompt, before the agent sees it, executing session-context.sh via bash. From mdsakalu/agent-plugins.