A collection of reusable Claude Code skill plugins for common development workflows
npx claudepluginhub dan323/skill-easy-lifeSuggest 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
Audit logging quality and produce prioritized fix recommendations
Read tasks from agent-tasks.yml, implement each via an agent, and open PRs
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
No description available.
A comprehensive community-driven collection of 117 AI agents, 174 slash commands, 28 hooks, and 199 MCP servers for Claude Code
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 |