Plugin Claude Code
Plugin marketplace listing 5 plugins: memory-generator, umb-flow, umb-cms-reviews, dependabot-rollup, daily-standup.
Plugin Claude Code
Plugin marketplace listing 5 plugins: memory-generator, umb-flow, umb-cms-reviews, dependabot-rollup, daily-standup.
Plugin Claude Code
Summarize yesterday's Claude Code CLI + Cowork activity, calendar events, and newly-created Google Docs into a daily Slack standup. Ships a host-side activity extractor auto-wired to SessionStart/Stop hooks; includes a /setup skill that walks you through the Cowork scheduled task that posts to Slack.
Hook
Runs when a session starts, executing extract-daily-activity.py via python3 with --hook. From hifi-phil/Umbraco_CC_Plugins.
Hook
Runs when the agent finishes a response, executing extract-daily-activity.py via python3 with --hook. From hifi-phil/Umbraco_CC_Plugins.
Skill Claude CodeCodex
Finish setting up the daily-standup routine — the Cowork scheduled task that reads the plugin's activity extracts, adds Google Calendar + new Google Docs, and posts a 7am weekday summary to Slack. Use after installing the daily-standup plugin. Trigger on "set up my daily standup", "configure the standup routine"…
Plugin Claude Code
Generates and optimizes CLAUDE.md documentation files for Node.js, .NET projects, and multi-project repositories with intelligent project detection and automatic quality optimization.
Agent
QA agent that AUTOMATICALLY runs after /init-nodejs-project, /init-dotnet-project, or /init-split commands to validate quality. Use this agent proactively (without user asking) when you detect these slash commands have just completed. Eliminates duplication, enforces patterns, validates split structures, ensures…
Command
Create a CLAUDE.md file for .NET project.
Command
Create a CLAUDE.md file for .NET RCL with TypeScript.
Command
Create a CLAUDE.md file for multi-project repo root.
Command
Create a CLAUDE.md file for Node.js project.
Command
Split large CLAUDE.md into organized docs/ structure.
Plugin Claude Code
Skills for classifying, setting up, testing, and cleaning up Umbraco CMS pull requests using browser automation.
Skill Claude CodeCodex
Classify open PRs on the Umbraco-CMS repo by testability and help pick which PR(s) to test with /pr-test. Use this skill whenever the user mentions PRs, pull requests, reviewing PRs, triaging PRs, wants to see what's open, wants to pick a PR, or asks "what should I test?" — even if they don't explicitly say…
Skill Claude CodeCodex
Clean up after PR testing. Stops the running Umbraco instance and removes the git worktree created by /pr-test. Use this skill when the user says "clean up", "stop the instance", "remove worktree", "I'm done testing", or "shut it down" in the context of PR testing. Also triggers when user says "/pr-cleanup" with a PR…
Skill Claude CodeCodex
Set up an Umbraco CMS pull request for local exploration. Checks out the PR into a git worktree, optionally installs a starter kit from the Umbraco Marketplace, builds the solution, and starts a running Umbraco instance — ready for manual exploration or automated testing with /pr-test. Use this skill when the user…
Skill Claude CodeCodex
Test an Umbraco CMS pull request using browser automation. Logs into the backoffice via Playwright MCP, executes the test steps from the PR description, captures screenshots as evidence, and posts results to the PR. If the instance isn't running yet, it tells the user to run /pr-setup first. Use this skill whenever…
Plugin Claude Code
Git workflow commands for branching, committing, and pull requests.
Command
Create and set up a new branch.
Command
You are helping the user clean up git worktrees. This command manages worktrees created by the /umb-flow:branch command when using worktree mode.
Command
Create a structured git commit following project conventions.
Command
Create a pull request following project conventions.
Command
Push commits to remote repository.
Skill Claude CodeCodex
This skill manages Git worktrees for isolated parallel development. It handles creating, listing, switching, and cleaning up worktrees with a simple interactive interface, following KISS principles.