thedaviddias/Front-End-Checklist
Skill Claude CodeCodex
Use when applies to all (except type=hidden), , , and custom form widgets using role=textbox, role=combobox, role=spinbutton, role=searchbox, or role=listbox.
92 tagged guidelines, measured the same way as everything else here.
Browse within: checklist 57front-end-developer-tool 57front-end-development 57reference 57context 23processwire 23best-practices 5
thedaviddias/Front-End-Checklist
Skill Claude CodeCodex
Use when applies to all (except type=hidden), , , and custom form widgets using role=textbox, role=combobox, role=spinbutton, role=searchbox, or role=listbox.
thedaviddias/Front-End-Checklist
Skill Claude CodeCodex
Use when applies to custom ARIA widgets using composite roles: tablist, list, listbox, menu, menubar, tree, treegrid, grid, rowgroup, row, radiogroup. Use when reviewing components built with div/span elements that replace native HTML list, select, or nav elements.
thedaviddias/Front-End-Checklist
Skill Claude CodeCodex
Use when applies to custom tree widgets built with role='tree', role='treeitem', and role='group'. Common in file explorers, nested navigation menus, org charts, and any UI where items can be expanded or collapsed to reveal children.
JetBrains/go-modern-guidelines
Skill Claude CodeCodex
Use the Modern Go Guidelines CLI whenever writing, modifying, fixing, or refactoring Go code. Apply its version-specific guidance to generated changes.
linkpranay-ai/context-engineering-protocol
Skill Claude CodeCodex
Compile scattered guideline sources into one scope-aware COMPILED-GUIDELINES.md for other skills and ult-context-generate's Constraints layer. Do NOT use to enforce rules at runtime.
Skill Claude CodeCodex
Use when designing, structuring, or rendering HTML for ProcessWire Admin interfaces, custom Process modules, or Inputfields.
Skill Claude CodeCodex
Use when extending ProcessWire's base Page class to create specialized, strongly-typed custom classes representing specific templates.
Skill Claude CodeCodex
Use when building, structuring, or refactoring native backend modules for ProcessWire using PHP 8.4 and strict typing.
manhua-man/harness-coding-protocol
Skill Claude CodeCodex
Bootstrap a target repo via /harness-init — ground, read, judge, confirm, apply. The IDEAgent itself reads, judges, and writes the root-truth files after one confirmation, without requiring Node/npm/npx/tsx.
manhua-man/harness-coding-protocol
Skill Claude CodeCodex
Audit and improve media or AI-generation pipelines whose command may succeed while the delivered output is unusable. Use direct output evidence, attempt automatic repair/retry/fallback, quarantine bad attempts for diagnosis, and stop only when no valid deliverable can be produced.
manhua-man/harness-coding-protocol
Skill Claude CodeCodex
Audit and improve a target repo's AI entry documentation (AGENTS.md, CLAUDE.md, steering, .cursor rules). Use after /harness-init or when AI context drifts. Generic harness protocol skill — parameterize paths to the open workspace.
yunbow/ai-dev-os-rules-typescript
Skill Claude CodeCodex
Automatically check whether git diff contents comply with project guidelines after code changes. Run at coding completion or before committing.
yunbow/ai-dev-os-rules-typescript
Skill Claude CodeCodex
Run TypeScript type checking and ESLint, identify error locations, and provide fix suggestions. Used for quality assurance after implementation.