Skill Catalog
74 skills · 6 agents · 1 MCP servers · 0 commands · 4 hooks from 7 marketplace(s) · Last updated: 2026-08-12
Marketplaces
Skills by Category
Automation 12
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
auto-board-task | dan323/easier-life-skills | Process the top Todo card on a GitHub Project (v2) board end-to-end: pull the board into a task-agent `tasks.yml`, run `task-agent` to open a PR for the top pending task, sync the PR back to the card, then wait for Copilot to review the PR and apply fixes for actionable comments. Use when the user says "work on the next task", "do the next board task", "pick up the next GitHub project item", "process the next card", "work on the next item in github project", "run the next board task", "drain th… | Bash | ✓ | /plugin install auto-board-task@easier-life-skills |
copilot-review-fixer | dan323/easier-life-skills | Reads unresolved Copilot review comments on a pull request and applies code fixes for actionable ones. Thin skill wrapper around the `copilot-review-fixer` sub-agent — callable as a workflow step. | Bash, PowerShell, Read… | /plugin install task-agent@easier-life-skills | |
gh-project-sync | dan323/easier-life-skills | Reconciler between a GitHub Project (v2) board and a task-agent unified `tasks.yml`. Use when the user asks to "sync the project board with tasks.yml", "reconcile the GitHub project", "pull Todo cards into the task queue", "push completed tasks back to the board", or supplies both a project URL/number and a tasks file. Arguments use `key=value` grammar: `tasks=<path>` (required), one of `project_url=<url>` OR `project_owner=<owner> project_number=<n>` (required), optional `default_repo=<owner/r… | Bash, PowerShell, Read… | /plugin install auto-board-task@easier-life-skills | |
task-agent | dan323/easier-life-skills | Reads a list of tasks in a yaml to be done in certain github repos. Agents clone the repo, do the task, commit the changes and create a PR. Not to be called automatically by Claude by any means. | Bash, PowerShell, Read… | /plugin install task-agent@easier-life-skills | |
workflow | dan323/easier-life-skills | Run a multi-step skill workflow declared in a workflow YAML file. Use when the user asks to "run the workflow at <path>", "execute workflow <name>", "run the <name> workflow", "chain these skills", "compose <skill-a> and <skill-b>", or supplies a path to a `.yaml` workflow definition. Arguments follow a `key=value` grammar: the first positional value is the workflow file path, remaining `key=value` pairs are workflow inputs. The runner executes steps strictly in order, halts on the first non-ze… | Bash, PowerShell, Read… | /plugin install workflow@easier-life-skills | |
setup-matt-pocock-skills | mattpocock/skills | Configure this repo for the engineering skills — set up its issue tracker, triage label vocabulary, and domain doc layout. Run once before first use of the other engineering skills. | /plugin install mattpocock-skills@skills | ||
triage | mattpocock/skills | Move issues and external PRs through a state machine of triage roles — categorise, verify, grill if needed, and write agent-ready briefs. | /plugin install mattpocock-skills@skills | ||
dispatching-parallel-agents | obra/superpowers | Use when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies | /plugin install superpowers@superpowers | ||
executing-plans | obra/superpowers | Use when you have a written implementation plan to execute in a separate session with review checkpoints | /plugin install superpowers@superpowers | ||
finishing-a-development-branch | obra/superpowers | Use when implementation is complete, all tests pass, and you need to decide how to integrate the work | /plugin install superpowers@superpowers | ||
subagent-driven-development | obra/superpowers | Use when executing implementation plans with independent tasks in the current session | /plugin install superpowers@superpowers | ||
using-git-worktrees | obra/superpowers | Use when starting feature work that needs isolation from current workspace or before executing implementation plans - ensures an isolated workspace exists via native tools or git worktree fallback | /plugin install superpowers@superpowers |
Code Quality 9
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
find-breaking-rest-api | dan323/easier-life-skills | Analyze git history and report breaking changes in REST APIs. Use when the user asks to "find breaking API changes", "check for breaking REST changes", "what endpoints did I break", "is this a breaking change", "compare API versions", "what changed in the API", or anything about REST endpoint compatibility. Works for Flask, FastAPI, Express, Spring Boot, and OpenAPI/Swagger specs. Handles multi-file routers, shared request/response schemas, auth changes, and path prefix changes. Reads git histo… | Bash, PowerShell, Read… | ✓ | /plugin install code-audit@easier-life-skills |
find-dead-code | dan323/easier-life-skills | Find unused code — functions, classes, variables, imports, constants, types, and more. Use when the user asks to "find dead code", "find unused code", "clean up unused imports", "find unreachable code", or "find what can be deleted". Accounts for dependency injection frameworks (Spring, CDI, NestJS, Angular, etc.) to avoid false positives. | Bash, PowerShell, Read… | ✓ | /plugin install code-audit@easier-life-skills |
improve-logging | dan323/easier-life-skills | Audit and improve logging quality across a codebase. Use when the user asks to "improve logging", "fix log levels", "add logging", "review our logs", "make logging consistent", "we have bad logging", or anything about log messages being unclear, missing, or at the wrong severity. Produces a prioritized list of recommendations — does not edit files directly. | Bash, PowerShell, Read… | ✓ | /plugin install code-audit@easier-life-skills |
site-audit | dan323/easier-life-skills | Audit a website for UX issues, bugs, accessibility problems, performance issues, and behavior that would surprise users. Use when the user says "audit this site", "check this URL", "review this website", "find issues on", "test this page", "what's wrong with", or anything about evaluating a live website for quality. Writes a site-audit-report.md with findings grouped by severity. | WebFetch, Bash, PowerShell… | /plugin install site-audit@easier-life-skills | |
improve-codebase-architecture | mattpocock/skills | Scan a codebase for deepening opportunities, present them as a visual HTML report, then grill through whichever one you pick. | /plugin install mattpocock-skills@skills | ||
receiving-code-review | obra/superpowers | Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation | /plugin install superpowers@superpowers | ||
requesting-code-review | obra/superpowers | Use when completing tasks, implementing major features, or before merging to verify work meets requirements | /plugin install superpowers@superpowers | ||
systematic-debugging | obra/superpowers | Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes | /plugin install superpowers@superpowers | ||
verification-before-completion | obra/superpowers | Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always | /plugin install superpowers@superpowers |
Design 5
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
algorithmic-art | anthropics/skills | Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations. | /plugin install example-skills@skills | ||
brand-guidelines | anthropics/skills | Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply. | /plugin install example-skills@skills | ||
canvas-design | anthropics/skills | Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations. | /plugin install example-skills@skills | ||
frontend-design | anthropics/skills | Guidance for distinctive, intentional visual design when building new UI or reshaping an existing one. Helps with aesthetic direction, typography, and making choices that don't read as templated defaults. | /plugin install example-skills@skills | ||
theme-factory | anthropics/skills | Toolkit for styling artifacts with a theme. These artifacts can be slides, docs, reportings, HTML landing pages, etc. There are 10 pre-set themes with colors/fonts that you can apply to any artifact that has been creating, or can generate a new theme on-the-fly. | /plugin install example-skills@skills |
Development 6
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
claude-api | anthropics/skills | |- | /plugin install claude-api@skills | ||
mcp-builder | anthropics/skills | Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK). | /plugin install example-skills@skills | ||
skill-creator | anthropics/skills | Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy. | /plugin install example-skills@skills | ||
web-artifacts-builder | anthropics/skills | Suite of tools for creating elaborate, multi-component claude.ai HTML artifacts using modern frontend web technologies (React, Tailwind CSS, shadcn/ui). Use for complex artifacts requiring state management, routing, or shadcn/ui components - not for simple single-file HTML/JSX artifacts. | /plugin install example-skills@skills | ||
prototype | mattpocock/skills | Build a throwaway prototype to answer a design question. Use when the user wants to sanity-check whether a state model or logic feels right, or explore what a UI should look like. | /plugin install mattpocock-skills@skills | ||
writing-skills | obra/superpowers | Use when creating new skills, editing existing skills, or verifying skills work before deployment | /plugin install superpowers@superpowers |
Documentation 7
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
changelog | dan323/easier-life-skills | Generate or update CHANGELOG.md files by reading git history. Use this skill whenever the user wants to document what changed in their project — whether they say "create a changelog", "update the changelog", "write release notes", "what's new since v1.2", "document changes for this release", "prep the changelog before we ship", or anything else about recording or summarizing code changes for a version or release. Also use it when the user asks to reformat an existing CHANGELOG to Keep a Changel… | Bash, PowerShell, Read… | /plugin install docs@easier-life-skills | |
document-project | dan323/easier-life-skills | Create or improve project documentation. Use when the user asks to "document the project", "create docs", "improve documentation", "write a README", "add a getting started guide", or mentions that documentation is missing or outdated. Produces a minimal root README.md and a /docs directory with linked pages. All diagrams use ASCII or Mermaid. | Bash, PowerShell, Read… | /plugin install docs@easier-life-skills | |
docx | anthropics/skills | "Use this skill whenever the user wants to create, read, edit, or manipulate Word documents (.docx files) or Word templates (.dotx files). Triggers include: any mention of 'Word doc', 'word document', '.docx', '.dotx', or requests to produce professional documents with formatting like tables of contents, headings, page numbers, or letterheads. Also use when extracting or reorganizing content from .docx or .dotx files, inserting or replacing images in documents, performing find-and-replace in Wo… | /plugin install document-skills@skills | ||
pdf | anthropics/skills | Use this skill whenever the user wants to do anything with PDF files. This includes reading or extracting text/tables from PDFs, combining or merging multiple PDFs into one, splitting PDFs apart, rotating pages, adding watermarks, creating new PDFs, filling PDF forms, encrypting/decrypting PDFs, extracting images, and OCR on scanned PDFs to make them searchable. If the user mentions a .pdf file or asks to produce one, use this skill. | /plugin install document-skills@skills | ||
xlsx | anthropics/skills | "Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .xltx, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like \"the … | /plugin install document-skills@skills | ||
grill-with-docs | mattpocock/skills | A relentless interview to sharpen a plan or design, which also creates docs (ADR's and glossary) as we go. | /plugin install mattpocock-skills@skills | ||
claude-code | marcusabu/claude-code-docs-plugin | Knowledge about Claude Code features, configuration, and best practices. Use when users ask how to create skills, agents, hooks, configure MCP servers, manage settings, use plugins, or troubleshoot Claude Code issues. Or use when the user references claude code docs. | /plugin install claude-code-docs@claude-code-docs-plugin |
Engineering 17
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
ask-matt | mattpocock/skills | Ask which skill or flow fits your situation. A router over the skills in this repo. | /plugin install mattpocock-skills@skills | ||
code-review | mattpocock/skills | Review the changes since a fixed point (commit, branch, tag, or merge-base) along two axes — Standards (does the code follow this repo's documented coding standards?) and Spec (does the code match what the originating issue/spec asked for?). Runs both reviews in parallel sub-agents and reports them side by side. Use when the user wants to review a branch, a PR, work-in-progress changes, or asks to "review since X". | /plugin install mattpocock-skills@skills | ||
codebase-design | mattpocock/skills | Shared vocabulary for designing deep modules. Use when the user wants to design or improve a module's interface, find deepening opportunities, decide where a seam goes, make code more testable or AI-navigable, or when another skill needs the deep-module vocabulary. | /plugin install mattpocock-skills@skills | ||
diagnosing-bugs | mattpocock/skills | Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken/throwing/failing/slow. | /plugin install mattpocock-skills@skills | ||
domain-modeling | mattpocock/skills | Build and sharpen a project's domain model. Use when the user wants to pin down domain terminology or a ubiquitous language, record an architectural decision, or when another skill needs to maintain the domain model. | /plugin install mattpocock-skills@skills | ||
grilling | mattpocock/skills | Grill the user relentlessly about a plan, decision, or idea. Use when the user wants to stress-test their thinking, or uses any 'grill' trigger phrases. | /plugin install mattpocock-skills@skills | ||
implement | mattpocock/skills | "Implement a piece of work based on a spec or set of tickets." | /plugin install mattpocock-skills@skills | ||
research | mattpocock/skills | Investigate a question against high-trust primary sources and capture the findings as a Markdown file in the repo. Use when the user wants a topic researched, docs or API facts gathered, or reading legwork delegated to a background agent. | /plugin install mattpocock-skills@skills | ||
resolving-merge-conflicts | mattpocock/skills | "Use when you need to resolve an in-progress git merge/rebase conflict." | /plugin install mattpocock-skills@skills | ||
teach | mattpocock/skills | Teach the user a new skill or concept, within this workspace. | /plugin install mattpocock-skills@skills | ||
to-questionnaire | mattpocock/skills | Turn a decision you can't fully answer into a questionnaire for someone else to fill in. | /plugin install mattpocock-skills@skills | ||
to-spec | mattpocock/skills | Turn the current conversation into a spec and publish it to the project issue tracker — no interview, just synthesis of what you've already discussed. | /plugin install mattpocock-skills@skills | ||
to-tickets | mattpocock/skills | Break a plan, spec, or the current conversation into a set of tracer-bullet tickets, each declaring its blocking edges, published to the configured tracker — edges as text in one file per ticket locally, or native blocking links on a real tracker. | /plugin install mattpocock-skills@skills | ||
wait-what | mattpocock/skills | Stop. That last message did not land — re-pitch it. | /plugin install mattpocock-skills@skills | ||
wayfinder | mattpocock/skills | Plan a huge chunk of work — more than one agent session can hold — as a shared map of decision tickets on your issue tracker, and resolve them one at a time until the way to the destination is clear. | /plugin install mattpocock-skills@skills | ||
wizard | mattpocock/skills | Generate an interactive bash wizard that walks a human through steps only they can perform. Use when provisioning infrastructure, setting up credentials or CI secrets, walking an unfamiliar third-party dashboard, or running a one-off migration or cutover. Don't invoke this for steps the agent can perform itself. | /plugin install mattpocock-skills@skills | ||
writing-for-agents | mattpocock/skills | Writing documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md. | /plugin install mattpocock-skills@skills |
Productivity 13
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
brainstorm | dan323/easier-life-skills | Read the project and suggest the 5 most valuable features or improvements the developer could build next. Use when the user asks "what should I build next?", "brainstorm ideas for this project", "what features are missing?", "how can I improve this?", "what's worth adding?", "give me ideas", or anything about deciding what to work on next. Also use when the user seems stuck or is asking for direction on their project. TRIGGER this skill whenever the user asks for ideas, suggestions, or "what ne… | Bash, PowerShell, Read… | ✓ | /plugin install brainstorm@easier-life-skills |
cv-linkedin | dan323/easier-life-skills | Analyze and improve a CV and LinkedIn profile for software industry roles. Use when the user asks to "improve my CV", "review my resume", "optimize my LinkedIn profile", "help with my LinkedIn", "make my resume better", "create a CV", "prepare my resume for job applications", "update my LinkedIn", or anything about career documents for software engineers, developers, product managers, product owners, engineering managers, tech leads, SREs, DevOps engineers, data engineers, ML engineers, or othe… | Read, Write, Glob… | /plugin install cv-linkedin@easier-life-skills | |
find-skills | dan323/easier-life-skills | Analyze the active repository and find Claude Code skills from known marketplaces that would be useful for this project. Use when the user asks "what skills are useful for this project?", "find skills for my repo", "what plugins should I install?", "are there any skills for this?", or "recommend skills". Optionally searches online if the user explicitly includes "online" or "search the web" in their request. | Bash, PowerShell, Read… | ✓ | /plugin install find-skills@easier-life-skills |
scaffold | dan323/easier-life-skills | Generate a complete plugin skeleton (directory tree, plugin.json, phase-structured SKILL.md, evals.json with 3 placeholder cases, and optional agents/references) from a single prompt. Use when the user asks to "scaffold a plugin", "create a new skill", "generate a plugin skeleton", "bootstrap a skill", "start a new plugin", or anything about creating a fresh plugin in this marketplace. Arguments follow a key=value grammar — see the Investigation phase for the full syntax. The generator is idemp… | Bash, PowerShell, Read… | /plugin install scaffold@easier-life-skills | |
doc-coauthoring | anthropics/skills | Guide users through a structured workflow for co-authoring documentation. Use when user wants to write documentation, proposals, technical specs, decision docs, or similar structured content. This workflow helps users efficiently transfer context, refine content through iteration, and verify the doc works for readers. Trigger when user mentions writing docs, creating proposals, drafting specs, or similar documentation tasks. | /plugin install example-skills@skills | ||
internal-comms | anthropics/skills | A set of resources to help me write all kinds of internal communications, using the formats that my company likes to use. Claude should use this skill whenever asked to write some sort of internal communications (status reports, leadership updates, 3P updates, company newsletters, FAQs, incident reports, project updates, etc.). | /plugin install example-skills@skills | ||
pptx | anthropics/skills | "Use this skill any time a .pptx or .potx file is involved in any way — as input, output, or both. This includes: creating slide decks, pitch decks, or presentations; reading, parsing, or extracting text from any .pptx or .potx file (even if the extracted content will be used elsewhere, like in an email or summary); editing, modifying, or updating existing presentations; combining or splitting slide files; working with templates (.potx), layouts, speaker notes, or comments. Trigger whenever the… | /plugin install document-skills@skills | ||
slack-gif-creator | anthropics/skills | Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack." | /plugin install example-skills@skills | ||
grill-me | mattpocock/skills | A relentless interview to sharpen a plan or design. | /plugin install mattpocock-skills@skills | ||
handoff | mattpocock/skills | Compact the current conversation into a handoff document for another agent to pick up. | /plugin install mattpocock-skills@skills | ||
brainstorming | obra/superpowers | "You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation." | /plugin install superpowers@superpowers | ||
using-superpowers | obra/superpowers | Use when starting any conversation - establishes how to find and use skills, requiring skill invocation before ANY response including clarifying questions | /plugin install superpowers@superpowers | ||
writing-plans | obra/superpowers | Use when you have a spec or requirements for a multi-step task, before touching code | /plugin install superpowers@superpowers |
Security 2
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
dependency-audit | dan323/easier-life-skills | Scan all dependencies for outdated versions and known security vulnerabilities. Uses npm audit / pip-audit / cargo audit / bundler-audit with grep-based fallbacks when dedicated tools are unavailable. Produces a prioritised, read-only report. Use when the user asks to "audit dependencies", "check for vulnerabilities", "find outdated packages", "run a dependency audit", "check npm audit", "scan for CVEs in dependencies", or anything about dependency security or freshness. | Bash, PowerShell, Read… | ✓ | /plugin install dependency-audit@easier-life-skills |
security-review | dan323/easier-life-skills | Scan a codebase for OWASP Top-10 vulnerabilities, hardcoded secrets, insecure dependencies, and unsafe code patterns. Produces a read-only markdown report ranked by severity (Critical / High / Medium / Low). Use when the user says "security review", "scan for vulnerabilities", "check for secrets", "audit my code for security issues", "find OWASP issues", "check for hardcoded passwords", "security audit", or "find insecure patterns". | Bash, Read, Grep… | ✓ | /plugin install security-review@easier-life-skills |
Testing 3
| Skill | Marketplace | What it does | Tools | Read-only | Install |
|---|---|---|---|---|---|
webapp-testing | anthropics/skills | Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs. | /plugin install example-skills@skills | ||
tdd | mattpocock/skills | Test-driven development. Use when the user wants to build features or fix bugs test-first, mentions "red-green-refactor", or wants integration tests. | /plugin install mattpocock-skills@skills | ||
test-driven-development | obra/superpowers | Use when implementing any feature or bugfix, before writing implementation code | /plugin install superpowers@superpowers |
Agents by Category
Automation 1
| Agent | Marketplace | What it does | Tools | Background | Install |
|---|---|---|---|---|---|
copilot-review-fixer | dan323/easier-life-skills | Reads unresolved Copilot review comments on a pull request and applies code fixes for actionable ones. Spawned by task-agent after opening a PR to automatically address review feedback. | Bash, PowerShell, Read… | ✓ | /plugin install task-agent@easier-life-skills |
Code Quality 4
| Agent | Marketplace | What it does | Tools | Background | Install |
|---|---|---|---|---|---|
accessibility-auditor | dan323/easier-life-skills | Checks WCAG 2.1 compliance using axe-cli or pa11y (via npx) with AI HTML analysis as fallback, using the checklist provided by the caller. Audits every URL in sitemap.json when available; otherwise audits only the seed. | Bash, PowerShell, Read… | /plugin install site-audit@easier-life-skills | |
bug-script-runner | dan323/easier-life-skills | Authors a Playwright test spec on the fly using real selectors from sitemap.json, executes it via npx playwright test, and converts the JSON reporter output into bug findings. On Windows, uses Playwright MCP tools directly instead (npx path is unreliable on Windows due to /tmp path divergence between Write and Bash). | Bash, Read, Write… | /plugin install site-audit@easier-life-skills | |
site-mapper | dan323/easier-life-skills | Crawls a website with Playwright (via the Playwright MCP server) and writes a sitemap.json artifact describing pages, real selectors, forms, links, and console/network errors observed during the crawl. Other site-audit agents read this artifact instead of crawling the site themselves. | mcp__plugin_site-audit_playwright__browser_navigate, mcp__plugin_site-audit_playwright__browser_navigate_back, mcp__plugin_site-audit_playwright__browser_click… | /plugin install site-audit@easier-life-skills | |
ux-analyst | dan323/easier-life-skills | Analyzes a website for UX issues against a checklist provided by the caller. Reads sitemap.json (produced by site-mapper) for the page list when available; falls back to extracting links from the homepage HTML if no sitemap is provided. | Read, WebFetch | /plugin install site-audit@easier-life-skills |
Performance 1
| Agent | Marketplace | What it does | Tools | Background | Install |
|---|---|---|---|---|---|
performance-auditor | dan323/easier-life-skills | Audits website performance using Lighthouse (via npx) if available, falling back to HTML analysis, using the thresholds and checks provided by the caller. Audits up to 3 pages from sitemap.json when available; otherwise audits only the seed. | Bash, PowerShell, Read… | /plugin install site-audit@easier-life-skills |
MCP Servers by Category
Code Quality 1
| Server | Marketplace | What it does | Command | Install |
|---|---|---|---|---|
playwright | dan323/easier-life-skills | Audit a website for UX issues, bugs, accessibility problems, and unexpected behavior. site-mapper crawls once via Playwright MCP to produce sitemap.json; ux-analyst, accessibility-auditor, performance-auditor, and bug-script-runner then run in parallel against the shared artifact. bug-script-runner generates a Playwright spec on the fly using real selectors and executes it via npx playwright test. | npx | /plugin install site-audit@easier-life-skills |
Hooks by Category
Code Quality 1
| Hook | Marketplace | What it does | Events | Install |
|---|---|---|---|---|
audit-logger | dan323/easier-life-skills | Appends a JSON line to ~/.claude/audit-history.jsonl on Stop when site-audit-report.md exists in the working directory. | Stop | /plugin install site-audit@easier-life-skills |
Productivity 1
| Hook | Marketplace | What it does | Events | Install |
|---|---|---|---|---|
cost-tracker | dan323/easier-life-skills | Appends a JSON line with token usage and estimated cost to ~/.claude/cost-log.jsonl on Stop and SubagentStop events. | Stop, SubagentStop | /plugin install cost-tracker@easier-life-skills |
Uncategorized 2
| Hook | Marketplace | What it does | Events | Install |
|---|---|---|---|---|
session-start | obra/superpowers | Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques | SessionStart | /plugin install superpowers@superpowers |
plannotator | backnotprop/plannotator | Interactive Plan Review: Mark up and refine your plans using a UI, easily share for team collaboration, automatically integrates with plan mode hooks. | PreToolUse, PermissionRequest | /plugin install plannotator@plannotator |
By Bundle
Backend Developer
API compatibility, code hygiene, observability, and release docs
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle backend-developer
Or install marketplace plugins manually:
/plugin install code-audit@easier-life-skills
/plugin install docs@easier-life-skills
Open Source Maintainer
Docs, release notes, roadmap decisions, and skill discovery
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle open-source-maintainer
Or install marketplace plugins manually:
/plugin install docs@easier-life-skills
/plugin install brainstorm@easier-life-skills
/plugin install find-skills@easier-life-skills
Code Quality Reviewer
Read-only analysis skills for code review and CI gating
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle code-quality
Or install marketplace plugins manually:
/plugin install code-audit@easier-life-skills
Automation
Automated task execution and release tracking for CI pipelines
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle automation
Or install marketplace plugins manually:
/plugin install task-agent@easier-life-skills
/plugin install docs@easier-life-skills
Feature Factory
Brainstorm the next valuable features and automate their implementation across repos
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle feature-factory
Or install marketplace plugins manually:
/plugin install brainstorm@easier-life-skills
/plugin install task-agent@easier-life-skills
Web Quality
Audit the live site, check for API breaking changes, and document what shipped
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle web-quality
Or install marketplace plugins manually:
/plugin install site-audit@easier-life-skills
/plugin install code-audit@easier-life-skills
/plugin install docs@easier-life-skills
Document Writer
Create project docs and changelogs, plus read/write Word, PDF, PowerPoint, and Excel files
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle document-writer
Or install marketplace plugins manually:
/plugin install docs@easier-life-skills
/plugin install document-skills@skills
TDD Practitioner
End-to-end test-driven development — write the test first, verify before claiming done, keep architecture clean
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle tdd-practitioner
Or install marketplace plugins manually:
/plugin install mattpocock-skills@skills
/plugin install superpowers@superpowers
/plugin install example-skills@skills
Planning & Execution
Explore intent, write a plan, then execute it with parallel sub-agents
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle planning-and-execution
Or install marketplace plugins manually:
/plugin install brainstorm@easier-life-skills
/plugin install superpowers@superpowers
Skill Author
Discover gaps, scaffold, write, and verify Claude Code skills — best-of-breed advice from four marketplaces
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle skill-author
Or install marketplace plugins manually:
/plugin install find-skills@easier-life-skills
/plugin install scaffold@easier-life-skills
/plugin install example-skills@skills
/plugin install superpowers@superpowers
Code Review Pro
Request and respond to reviews, plus automated checks for dead code, breaking APIs, and logging
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle code-review-pro
Or install marketplace plugins manually:
/plugin install superpowers@superpowers
/plugin install code-audit@easier-life-skills
Frontend Designer
Design, theme, and build production-grade frontend artifacts — components, posters, and interactive art
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle frontend-designer
Or install marketplace plugins manually:
/plugin install example-skills@skills
Debug & Diagnose
Reproduce bugs, debug them systematically, and improve logging to prevent the next one
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle debug-and-diagnose
Or install marketplace plugins manually:
/plugin install superpowers@superpowers
/plugin install code-audit@easier-life-skills
Triage & Issues
Triage incoming work, turn it into issues, and dispatch parallel agents to close branches
Install everything (routes per source):
npx @dan323/easier-life-skills --bundle triage-and-issues
Or install marketplace plugins manually:
/plugin install mattpocock-skills@skills
/plugin install task-agent@easier-life-skills
/plugin install superpowers@superpowers