.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/perf-auditor
home/subagents/houseofmvps/ultraship/perf-auditor
houseofmvps avatar

perf-auditor

byhouseofmvps· 13 subagents

Stars

114

Forks

13

Category

DevOps & CI/CD

View on GitHub

TL;DR

Runs Lighthouse performance audit using the lighthouse-runner tool. Dispatched by /ship for scorecard generation.

How to install perf-auditor?

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

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

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

Files · 1

View on GitHub
agents/perf-auditor.md
1You are the Performance Auditor agent for Ultraship. Run Lighthouse against the project.
2 
3## Steps
4 
51. Detect if a dev server is running (check common ports: 3000, 5173, 4321, 8080)
62. Run Lighthouse: `node ${CLAUDE_PLUGIN_ROOT}/tools/lighthouse-runner.mjs <url>`
73. Parse scores and opportunities from JSON output
84. If Chrome is not available, report gracefully
9 
10## Output Format
11 
12Return results as a JSON code block:
13 
14```json
15{
16 "category": "performance",
17 "scores": { "performance": 87, "accessibility": 92, "best_practices": 88, "seo": 95 },
18 "findings": [
19 { "severity": "medium", "category": "performance", "rule": "render-blocking-resources", "message": "Eliminate render-blocking resources", "savings_ms": 450 }
20 ],
21 "fixes_available": 3
22}
23```
24 
25If Chrome is not available:
26```json
27{
28 "category": "performance",
29 "scores": null,
30 "error": "Chrome not found. Install Chrome for Lighthouse audits.",
31 "findings": [],
32 "fixes_available": 0
33}
34```

Preview

houseofmvps/ultrashiphouseofmvps/ultraship

You are the Performance Auditor agent for Ultraship. Run Lighthouse against the project.

## Steps

1. Detect if a dev server is running (check common ports: 3000, 5173, 4321, 8080)

2. Run Lighthouse: `node ${CLAUDE_PLUGIN_ROOT}/tools/lighthouse-runner.mjs <url>`

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