By dan323
Analyze the active repository and recommend relevant Claude Code skills from known marketplaces
npx claudepluginhub dan323/easier-life-skills --plugin find-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/easier-life-skills
/plugin install easier-life-skills/changelog
| 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 |
find-skills | Analyze the active repository and recommend relevant Claude Code skills from known marketplaces |
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.