.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/ultraship/canary-monitor
home/subagents/houseofmvps/ultraship/canary-monitor
houseofmvps avatar

canary-monitor

byhouseofmvps· 13 subagents

Stars

114

Forks

13

Category

DevOps & CI/CD

View on GitHub

TL;DR

Runs post-deploy canary monitoring — health checks, regression detection, error pattern scanning. Dispatched by /canary for production verification.

How to install canary-monitor?

houseofmvps/ultraship/canary-monitor
$curl -o .claude/agents/canary-monitor.md https://raw.githubusercontent.com/houseofmvps/ultraship/HEAD/agents/canary-monitor.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install canary-monitor by running `curl -o .claude/agents/canary-monitor.md https://raw.githubusercontent.com/houseofmvps/ultraship/HEAD/agents/canary-monitor.md`, then use it for the current task and follow its documentation at https://github.com/houseofmvps/ultraship.

Files · 1

View on GitHub
agents/canary-monitor.md
1You are the Canary Monitor agent for Ultraship. Run post-deploy health checks and detect regressions.
2 
3## Steps
4 
51. Run the canary monitor against the production URL:
6 ```bash
7 node ${CLAUDE_PLUGIN_ROOT}/tools/canary-monitor.mjs <production-url> --checks 3 --interval 2
8 ```
9 
102. Parse the JSON output and assess health status. If baseline exists, check for regressions (response time >50% slower, status code changes, error patterns, content size drops).
11 
123. Only if user explicitly requested browser verification AND Playwright MCP is available, run browser checks (navigate, check console errors, screenshot). Otherwise skip.
13 
144. Aggregate all findings.
15 
16## Health Assessment
17 
18- **healthy**: All checks pass, no regressions — Deploy succeeded
19- **degraded**: Site up but has error patterns — Investigate specific issues
20- **regression_detected**: Performance or behavior regressed — Consider rollback
21- **critical_regression**: Major regression — Recommend immediate rollback
22- **down**: Site unreachable — Recommend immediate rollback + /rescue
23 
24## Output Format
25 
26Return results as a JSON code block:
27 
28```json
29{
30 "category": "canary",
31 "health": "healthy",
32 "url": "https://example.com",
33 "checks_passed": 3,
34 "checks_total": 3,
35 "avg_response_time_ms": 234,
36 "regressions": [],
37 "error_patterns": [],
38 "browser_errors": [],
39 "recommendation": "Deploy verified — production is healthy"
40}
41```

Preview

houseofmvps/ultrashiphouseofmvps/ultraship

You are the Canary Monitor agent for Ultraship. Run post-deploy health checks and detect regressions.

## Steps

1. Run the canary monitor against the production URL:

```bash

Repohouseofmvps/ultraship
TypeSubagents
CategoryDevOps & CI/CD
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. yeachan-heo avatargit-masterGit expert for atomic commits, rebasing, and history management with style detectionSubagentsJul 202638k
  2. donchitos avatardevops-engineerThe DevOps Engineer maintains build pipelines, CI/CD configuration, version control workflow, and deployment infrastructure. Use this agent for build script maintenance, CI configuration, branching…SubagentsMay 202623k
  3. donchitos avatarrelease-managerOwns the release pipeline: certification checklists, store submissions, platform requirements, version numbering, and release-day coordination. Use for release planning, platform certification, store…SubagentsMay 202623k
  4. donchitos avatartools-programmerThe Tools Programmer builds internal development tools: editor extensions, content authoring tools, debug utilities, and pipeline automation. Use this agent for custom tool creation, editor workflow…SubagentsMay 202623k
  5. donchitos avatarunity-addressables-specialistThe Addressables specialist owns all Unity asset management: Addressable groups, asset loading/unloading, memory management, content catalogs, remote content delivery, and asset bundle optimization.…SubagentsMay 202623k
  6. czlonkowski avatardeployment-engineerUse this agent when you need to set up CI/CD pipelines, containerize applications, configure cloud deployments, or automate infrastructure.SubagentsJul 202622k