puelpan/claude-plugins
Skill Claude CodeCodex
Generate C4 model architecture diagrams as PlantUML (.puml) source using the C4-PlantUML standard library. Derives the architecture from the codebase when available, or builds it from the user's written description. Use when the user asks for a C4 diagram, an architecture/context/container/component diagram, a system…
puelpan/claude-plugins
Skill Claude CodeCodex
Create a well-formatted git commit using conventional commit style. Generates three commit message suggestions, automatically uses the first, and runs git commit -am without further prompting. Use when the user explicitly asks to commit the current changes (e.g. "commit this", "make a commit"). Do not use for creating…
puelpan/claude-plugins
Skill Claude CodeCodex
Create a new branch, split changes into logical commits, push, and open a GitHub pull request with a proper summary and test plan. Use only when the user explicitly asks to open or create a pull request (e.g. "create a PR", "open a pull request", "submit this as a PR"). For a plain commit with no PR, use the commit…
puelpan/claude-plugins
Skill Claude CodeCodex
Detect the project's linter / formatter / type-checker, run it, and fix all reported issues. Use only when the user explicitly asks to lint, run the linter, fix lint errors, or fix formatting/type errors for the project.
puelpan/claude-plugins
Skill Claude CodeCodex
You are an expert browser automation engineer. Help users create, improve, and debug web automation scripts by exploring live browser pages via Chrome DevTools MCP.