← all publishers

anorth

@anorth source repo

7 published skills

  1. Reflect · anorth
    After an implementation effort, re-read the new code, reflect, and improve it. Apply non-product simplifications and improvements immediately; Report silent product decisions and unclear forks. Use when the user requests reflection, re-read, a second pass.
    0 installs
  2. Lets Build · anorth
    Build from a written issue or task, collaborating with the user: read the issue and related open work, ground it in the code, clarify requirements and design with the user, then implement after they confirm the plan. Use when the user says let's build, build together, or asks to build from an issue or task description.
    0 installs
  3. Review Diff · anorth
    Reviews git diffs (typically worktree vs current branch HEAD) for quality and correctness. Two-pass workflow: architecture and design first, then detail and edge cases. Use when the user asks for a code review, PR review, sanity check on changes, or review of unstaged or committed diffs.
    0 installs
  4. Land To Main · anorth
    Lands a finished work branch onto the local main branch. Use when the user asks to land, land to main, merge to main.
    0 installs
  5. Anorth Review · anorth bundle
    Reviews diffs using distinctive preferences distilled from Alex North's public GitHub reviews (naming, API shape, errors, tests, coupling, and related themes). Use when the user asks for a code review, PR review, or anorth-style review.
    0 installs
  6. Prepare Commit · anorth
    Checklist before making a commit: check and update the originating issue or task, run tests and lint. Does not commit. Use when the user asks to prepare a commit, get ready to commit, or commit changes.
    0 installs
  7. Sub Agent Review · anorth
    Reviews local code changes via a subagent using the review-diff skill, then triages findings and fixes clear problems directly. Use when the user asks for a sub-agent review, a review with a specific model, or parallel reviews with multiple models.
    0 installs