Skill Catalog

74 skills · 6 agents · 1 MCP servers · 0 commands · 4 hooks from 7 marketplace(s) · Last updated: 2026-08-12

← Back to marketplace

Marketplaces

Skills by Category

Automation 12

SkillMarketplaceWhat it doesToolsRead-onlyInstall
auto-board-taskdan323/easier-life-skillsProcess 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-fixerdan323/easier-life-skillsReads 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-syncdan323/easier-life-skillsReconciler 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-agentdan323/easier-life-skillsReads 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
workflowdan323/easier-life-skillsRun 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-skillsmattpocock/skillsConfigure 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
triagemattpocock/skillsMove 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-agentsobra/superpowersUse when facing 2+ independent tasks that can be worked on without shared state or sequential dependencies/plugin install superpowers@superpowers
executing-plansobra/superpowersUse when you have a written implementation plan to execute in a separate session with review checkpoints/plugin install superpowers@superpowers
finishing-a-development-branchobra/superpowersUse when implementation is complete, all tests pass, and you need to decide how to integrate the work/plugin install superpowers@superpowers
subagent-driven-developmentobra/superpowersUse when executing implementation plans with independent tasks in the current session/plugin install superpowers@superpowers
using-git-worktreesobra/superpowersUse 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

SkillMarketplaceWhat it doesToolsRead-onlyInstall
find-breaking-rest-apidan323/easier-life-skillsAnalyze 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-codedan323/easier-life-skillsFind 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-loggingdan323/easier-life-skillsAudit 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-auditdan323/easier-life-skillsAudit 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-architecturemattpocock/skillsScan 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-reviewobra/superpowersUse 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-reviewobra/superpowersUse when completing tasks, implementing major features, or before merging to verify work meets requirements/plugin install superpowers@superpowers
systematic-debuggingobra/superpowersUse when encountering any bug, test failure, or unexpected behavior, before proposing fixes/plugin install superpowers@superpowers
verification-before-completionobra/superpowersUse 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

SkillMarketplaceWhat it doesToolsRead-onlyInstall
algorithmic-artanthropics/skillsCreating 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-guidelinesanthropics/skillsApplies 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-designanthropics/skillsCreate 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-designanthropics/skillsGuidance 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-factoryanthropics/skillsToolkit 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

SkillMarketplaceWhat it doesToolsRead-onlyInstall
claude-apianthropics/skills|-/plugin install claude-api@skills
mcp-builderanthropics/skillsGuide 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-creatoranthropics/skillsCreate 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-builderanthropics/skillsSuite 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
prototypemattpocock/skillsBuild 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-skillsobra/superpowersUse when creating new skills, editing existing skills, or verifying skills work before deployment/plugin install superpowers@superpowers

Documentation 7

SkillMarketplaceWhat it doesToolsRead-onlyInstall
changelogdan323/easier-life-skillsGenerate 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-projectdan323/easier-life-skillsCreate 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
docxanthropics/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
pdfanthropics/skillsUse 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
xlsxanthropics/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-docsmattpocock/skillsA 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-codemarcusabu/claude-code-docs-pluginKnowledge 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

SkillMarketplaceWhat it doesToolsRead-onlyInstall
ask-mattmattpocock/skillsAsk which skill or flow fits your situation. A router over the skills in this repo./plugin install mattpocock-skills@skills
code-reviewmattpocock/skillsReview 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-designmattpocock/skillsShared 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-bugsmattpocock/skillsDiagnosis 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-modelingmattpocock/skillsBuild 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
grillingmattpocock/skillsGrill 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
implementmattpocock/skills"Implement a piece of work based on a spec or set of tickets."/plugin install mattpocock-skills@skills
researchmattpocock/skillsInvestigate 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-conflictsmattpocock/skills"Use when you need to resolve an in-progress git merge/rebase conflict."/plugin install mattpocock-skills@skills
teachmattpocock/skillsTeach the user a new skill or concept, within this workspace./plugin install mattpocock-skills@skills
to-questionnairemattpocock/skillsTurn a decision you can't fully answer into a questionnaire for someone else to fill in./plugin install mattpocock-skills@skills
to-specmattpocock/skillsTurn 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-ticketsmattpocock/skillsBreak 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-whatmattpocock/skillsStop. That last message did not land — re-pitch it./plugin install mattpocock-skills@skills
wayfindermattpocock/skillsPlan 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
wizardmattpocock/skillsGenerate 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-agentsmattpocock/skillsWriting documents for agents. Use when creating or editing skills, or modifying AGENTS.md or CLAUDE.md./plugin install mattpocock-skills@skills

Productivity 13

SkillMarketplaceWhat it doesToolsRead-onlyInstall
brainstormdan323/easier-life-skillsRead 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-linkedindan323/easier-life-skillsAnalyze 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-skillsdan323/easier-life-skillsAnalyze 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
scaffolddan323/easier-life-skillsGenerate 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-coauthoringanthropics/skillsGuide 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-commsanthropics/skillsA 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
pptxanthropics/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-creatoranthropics/skillsKnowledge 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-memattpocock/skillsA relentless interview to sharpen a plan or design./plugin install mattpocock-skills@skills
handoffmattpocock/skillsCompact the current conversation into a handoff document for another agent to pick up./plugin install mattpocock-skills@skills
brainstormingobra/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-superpowersobra/superpowersUse 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-plansobra/superpowersUse when you have a spec or requirements for a multi-step task, before touching code/plugin install superpowers@superpowers

Security 2

SkillMarketplaceWhat it doesToolsRead-onlyInstall
dependency-auditdan323/easier-life-skillsScan 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-reviewdan323/easier-life-skillsScan 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

SkillMarketplaceWhat it doesToolsRead-onlyInstall
webapp-testinganthropics/skillsToolkit 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
tddmattpocock/skillsTest-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-developmentobra/superpowersUse when implementing any feature or bugfix, before writing implementation code/plugin install superpowers@superpowers

Agents by Category

Automation 1

AgentMarketplaceWhat it doesToolsBackgroundInstall
copilot-review-fixerdan323/easier-life-skillsReads 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

AgentMarketplaceWhat it doesToolsBackgroundInstall
accessibility-auditordan323/easier-life-skillsChecks 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-runnerdan323/easier-life-skillsAuthors 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-mapperdan323/easier-life-skillsCrawls 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-analystdan323/easier-life-skillsAnalyzes 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

AgentMarketplaceWhat it doesToolsBackgroundInstall
performance-auditordan323/easier-life-skillsAudits 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

ServerMarketplaceWhat it doesCommandInstall
playwrightdan323/easier-life-skillsAudit 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

HookMarketplaceWhat it doesEventsInstall
audit-loggerdan323/easier-life-skillsAppends 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

HookMarketplaceWhat it doesEventsInstall
cost-trackerdan323/easier-life-skillsAppends 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

HookMarketplaceWhat it doesEventsInstall
session-startobra/superpowersCore skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniquesSessionStart/plugin install superpowers@superpowers
plannotatorbacknotprop/plannotatorInteractive 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