Reusable skill plugins for Claude Code — changelog generation, dead code detection, documentation, brainstorming, and more
npx claudepluginhub dan323/easier-life-skillsA Claude Code plugin marketplace with reusable skill plugins for Claude Code and GitHub Copilot. Each skill gives an AI agent detailed, phase-by-phase instructions for performing a specialized development task — generating changelogs, auditing logging, finding dead code, and more.
/plugin marketplace add dan323/skill-easy-life
/plugin install changelog@skill-easy-life
| Plugin | What it does |
|---|---|
changelog | Generate or update CHANGELOG.md from git history |
document-project | Create a root README.md and /docs pages for a project |
find-dead-code | Find unused functions, classes, imports, and variables |
improve-logging | Audit log quality and produce prioritised fix recommendations |
find-breaking-rest-api | Detect breaking changes in REST APIs by comparing git history |
brainstorm | Suggest the 5 most valuable features or improvements to build next |
task-agent | Read tasks from agent-tasks.yml, implement each via an agent, open PRs, and fix Copilot review comments automatically |
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 against the top pending task to open a PR, then sync the PR back so the card moves to In Review. Bundles the `gh-project-sync` reconciler skill (used twice in the chain) and composes it with `task-agent` via the `workflow` skill — both `task-agent` and `workflow` must also be installed.
Suggest the 5 most valuable next features or improvements for a project
Code-quality audit bundle — find unused code, find breaking REST API changes, and audit logging quality. All three skills are read-only and produce prioritised reports.
Append token usage and estimated cost to ~/.claude/cost-log.jsonl on Stop and SubagentStop events
Analyze and improve a CV and LinkedIn profile (driven by the official LinkedIn data export, not live scraping) with stronger language, quantified achievements, and aligned keywords
Documentation skills: generate or update CHANGELOG.md from git history, and create a root README.md with a linked /docs structure
Analyze the active repository and recommend relevant Claude Code skills from known marketplaces
Generate a new plugin skeleton (plugin.json, SKILL.md, evals.json, optional agents/references) from a single prompt
Scan a codebase for OWASP Top-10 vulnerabilities, hardcoded secrets, insecure dependencies, and unsafe patterns. Read-only report ranked by severity.
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.
Read tasks from a YAML file (unified or legacy two-file format), implement one per run via an agent, and open a PR
Run multi-step skill workflows declared in workflow.yaml — sequential execution, ${{ … }} interpolation between steps, JSON-or-stdout output capture.
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.