Reusable skill plugins for Claude Code — changelog generation, dead code detection, documentation, brainstorming, and more
npx claudepluginhub dan323/easier-life-skillsSuggest the 5 most valuable next features or improvements for a project
Generate or update CHANGELOG.md from git history
Create or improve project documentation with README and /docs structure
Find breaking changes in REST APIs by analyzing git history
Find unused functions, classes, variables, and imports across languages
Analyze the active repository and recommend relevant Claude Code skills from known marketplaces
Audit logging quality and produce prioritized fix recommendations
Read tasks from agent-tasks.yml, implement each via an agent, and open PRs
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A 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 |