← all plugins

Dot Claude

by @alunduil · plugin · 13 skills

Dot Claude from alunduil/alunduil-chezmoi.

Install the whole plugin (CLI)
npx skillmds add alunduil/adr npx skillmds add alunduil/vale npx skillmds add alunduil/readme npx skillmds add alunduil/codecov npx skillmds add alunduil/diataxis npx skillmds add alunduil/renovate npx skillmds add alunduil/changelog npx skillmds add alunduil/pr-create npx skillmds add alunduil/issue-work npx skillmds add alunduil/milestones npx skillmds add alunduil/issue-links npx skillmds add alunduil/contributing npx skillmds add alunduil/issue-create
⬇ Download

Skills in this plugin

  1. adr · alunduil
    Audit, write, or revise Architecture Decision Records (ADRs), including the decision of whether one is warranted. Use when an architecturally significant decision needs recording, when reviewing an existing ADR collection, or when adding ADRs to a project that has none. Detects existing template (Nygard or MADR) and defaults to Nygard for new repos. Gates comparison ADRs through a decompose-and-verify interview before drafting.
    1
    repo stars
  2. vale · alunduil bundle
    Audit, write, or revise .vale.ini, or work through vale findings on a repo. Use when adding Vale, troubleshooting silent passes or noisy findings, evolving config, or applying the suggestion → warning → error cleanup cascade after a vale run (interactive or pre-commit failure). Applies the two-hook pre-commit pattern (sync + lint), explicit Packages and per-format BasedOnStyles, scoping/ignores for false positives, and a shared accept.txt vocabulary.
    1
    repo stars
  3. readme · alunduil
    Audit, write, or revise README.md. Use when creating a README, editing one, or noticing smells (missing badges, no install steps, unclear purpose, no engagement guidance). Applies ddbeck's checklist and a shields.io badge principle.
    1
    repo stars
  4. codecov · alunduil
    Query Codecov for flaky-test signal, failure history, and coverage data via the codecov-api wrapper. Use when asked about flaky tests, intermittent test failures, why a test is failing, coverage on a PR/file/branch, or whenever browser access to Codecov is blocked by the login wall.
    1
    repo stars
  5. diataxis · alunduil
    Diátaxis
    1
    repo stars
  6. renovate · alunduil
    Audit, write, or revise renovate.json. Use when adding Renovate, troubleshooting unexpected (or missing) update PRs, hardening against supply-chain attacks, or evolving an existing config.
    1
    repo stars
  7. changelog · alunduil
    Audit, write, or update CHANGELOG.md following Keep a Changelog 1.1.0. Use when creating a CHANGELOG, or reviewing commits to ensure Unreleased reflects user-visible changes. Defers to auto-managed setups (changesets, release-please, git-cliff, semantic-release, towncrier) and applies semver 2.0.0 — or Haskell PVP for Haskell projects.
    1
    repo stars
  8. pr-create · alunduil
    Open a GitHub PR with a tight body — why this change, what'll surprise the reviewer, how we know it's correct — or add a pull_request_template to a repo. Use when asked to open, create, or draft a pull request, compose or regenerate a PR description, or scaffold a repo's PR template. Composes the Summary/Gotchas/Verification structure and detects an existing template first.
    1
    repo stars
  9. issue-work · alunduil
    Pick up an existing GitHub issue in the checked-out repo — implement from scratch or take over an in-flight PR. Use when asked to work, take, implement, fix, or close issue
    1
    repo stars
  10. milestones · alunduil
    Create, name, scope, assign, and close GitHub milestones. Use when adding a milestone, deciding whether work belongs in one, or naming the next one. One axis per project (release / date / theme); never as labels.
    1
    repo stars
  11. issue-links · alunduil
    Relate GitHub issues and PRs — pick the right edge type (blocked-by via GraphQL, parent/sub-issue, Closes/Fixes in PR body, plain mention) and apply it. Use when asked to link, block, depend on, make a subtask of, or close-on-merge.
    1
    repo stars
  12. contributing · alunduil
    Audit, write, or revise CONTRIBUTING.md, including the decision of whether one is warranted. Use when creating contribution guidance, editing existing CONTRIBUTING, or when a README points to missing/thin contribution docs. Applies the nayafia/contributing-template framework.
    1
    repo stars
  13. issue-create · alunduil
    File a new GitHub issue in the checked-out repo — search first for duplicates/adjacent issues to update or reference, detect the repo's issue template if any, then compose title/body/labels/milestone matching house style. Use when asked to file, create, open, report, or track an issue.
    1
    repo stars