{ "name": "easier-life-skills", "description": "Reusable skill plugins for Claude Code — changelog generation, dead code detection, documentation, brainstorming, and more", "owner": { "name": "dan323" }, "plugins": [ { "name": "auto-board-task", "source": "./plugins/auto-board-task", "description": "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, sync the PR back so the card moves to In Review, then apply fixes for actionable Copilot review comments. Bundles the `gh-project-sync` reconciler skill (used twice in the chain) and composes it with `task-agent` and the `copilot-review-fixer` skill wrapper (shipped by `task-agent`) via the `workflow` skill — `task-agent` and `workflow` must also be installed.", "category": "automation", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/auto-board-task" }, { "name": "brainstorm", "source": "./plugins/brainstorm", "description": "Suggest the 5 most valuable next features or improvements for a project", "category": "productivity", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/brainstorm" }, { "name": "code-audit", "source": "./plugins/code-audit", "description": "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.", "category": "code-quality", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/code-audit" }, { "name": "cost-tracker", "source": "./plugins/cost-tracker", "description": "Append token usage and estimated cost to ~/.claude/cost-log.jsonl on Stop and SubagentStop events", "category": "productivity", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/cost-tracker" }, { "name": "cv-linkedin", "source": "./plugins/cv-linkedin", "description": "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", "category": "productivity", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/cv-linkedin" }, { "name": "dependency-audit", "source": "./plugins/dependency-audit", "description": "Scan all dependencies for outdated versions and known vulnerabilities. Uses npm audit, pip-audit, cargo audit, and bundler-audit with grep-based fallbacks. Read-only report.", "category": "security", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/dependency-audit" }, { "name": "docs", "source": "./plugins/docs", "description": "Documentation skills: generate or update CHANGELOG.md from git history, and create a root README.md with a linked /docs structure", "category": "documentation", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/docs" }, { "name": "find-skills", "source": "./plugins/find-skills", "description": "Analyze the active repository and recommend relevant Claude Code skills from known marketplaces", "category": "productivity", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/find-skills" }, { "name": "scaffold", "source": "./plugins/scaffold", "description": "Generate a new plugin skeleton (plugin.json, SKILL.md, evals.json, optional agents/references) from a single prompt", "category": "productivity", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/scaffold" }, { "name": "security-review", "source": "./plugins/security-review", "description": "Scan a codebase for OWASP Top-10 vulnerabilities, hardcoded secrets, insecure dependencies, and unsafe patterns. Read-only report ranked by severity.", "category": "security", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/security-review" }, { "name": "site-audit", "source": "./plugins/site-audit", "description": "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.", "category": "code-quality", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/site-audit" }, { "name": "task-agent", "source": "./plugins/task-agent", "description": "Read tasks from a YAML file (unified or legacy two-file format), implement one per run via an agent, and open a PR. Also ships a `copilot-review-fixer` skill callable as a workflow step.", "category": "automation", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/task-agent" }, { "name": "workflow", "source": "./plugins/workflow", "description": "Run multi-step skill workflows declared in workflow.yaml — sequential execution, ${{ … }} interpolation between steps, JSON-or-stdout output capture.", "category": "automation", "homepage": "https://github.com/dan323/easier-life-skills/tree/master/plugins/workflow" } ] }