ewebdzine

10 mods across 1 repository, 23 stars between them.

canonify

01

ewebdzine/canonify

Plugin Claude Code

The Canonify plugin marketplace.

23 2mo ago A tokens not measured original MIT

canonify

02

ewebdzine/canonify

Plugin Claude Code

Canonical-pattern docs your AI assistant routes to at every lifecycle gate. Plan / Build / Commit read a CANONIFY.md manifest of per-pattern 'canons'; create-canon authors them, update-canon revises them, import-canon ports them from another project, debug routes an error to the right canon and feeds the fix back…

23 2mo ago A tokens not measured original MIT

commit

03

ewebdzine/canonify

Skill Claude CodeCodex

Audit the current diff against the canonical patterns in CANONIFY.md and the docs it points to. Run when the user types /canonify:commit or asks to check before committing/pushing/deploying/shipping, verify the changes, or perform similar pre-commit verification. Mirrors the plan-time CANON routing - same selector…

23 2mo ago A 72 tokens original MIT

create-canon

04

ewebdzine/canonify

Skill Claude CodeCodex

Author a new "canon" - one canonical-pattern doc (a .md) - for a file, service, or design element, then register it in CANONIFY.md + the category INDEX. The command name teaches the vocabulary: each pattern doc is a "canon." Run when the user types /canonify:create-canon, or says "create a canon for X", "document this…

23 2mo ago A 111 tokens original MIT

debug

05

ewebdzine/canonify

Skill Claude CodeCodex

Start a debug session - load the CANONIFY.md index, route the error you paste (text, screenshot, or a log-file reference) to the canon for that area so Claude debugs with the right context, then after the fix suggest capturing the footgun via /canonify:update-canon or /canonify:create-canon. Run when the user types…

23 2mo ago A 112 tokens original MIT

doctor

06

ewebdzine/canonify

Skill Claude CodeCodex

Health-check the canon - verify every canon's references still exist and are registered, flag canons whose referenced source files have changed since they were last verified (git-derived staleness), and best-effort check whether the installed Canonify plugin is behind its GitHub source. Reports a worklist; does not…

23 2mo ago A 117 tokens original MIT

import-canon

07

ewebdzine/canonify

Skill Claude CodeCodex

Seed new canons in THIS repo from a list of existing canons in another project - using the source canons as the structural template, then re-indexing this repo's code so every citation and the verified SHA are correct here. It is create-canon driven by a source list, not a file copy. Run when the user types…

23 2mo ago A 136 tokens original MIT

kickoff

08

ewebdzine/canonify

Skill Claude CodeCodex

One-time onboarding wizard that sets Canonify up in a fresh repo - a short survey (scan-and-seed? scheduled doctor?), then write CANONIFY.md + the docs/ skeleton and optionally bulk-seed canons by scanning the codebase. Run when the user types /canonify:kickoff, or says "set up Canonify", "kick off Canonify", "onboard…

23 2mo ago A 96 tokens original MIT

plan

09

ewebdzine/canonify

Skill Claude CodeCodex

Orient on the whole codebase landscape before planning - load CANONIFY.md for a full-breadth, summary-level read of every subsystem, integration, and surface the project has documented, then triage the rough idea into reuse-vs-build. Run when the user types /canonify:plan, or signals pre-task / scoping intent - fuzzy…

23 2mo ago A 127 tokens original MIT

update-canon

10

ewebdzine/canonify

Skill Claude CodeCodex

Capture a mid-coding discovery into an EXISTING canon - describe the update and Canonify routes to the right canon, checks whether it's already covered (and whether a revision is needed) or adds it in house-style, then keeps registration + the verified SHA honest. Run when the user types /canonify:update-canon, or…

23 2mo ago A 120 tokens original MIT