guidelines skills

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.

74k 18d ago A 56 tokens

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.

74k 18d ago A 67 tokens

aria-treeitem-name

03

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.

74k 18d ago A 54 tokens

use-modern-go

04

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.

3.0k 2d ago A 32 tokens original Apache-2.0

pw-admin-ui

06

trk/processwire-boost

Skill Claude CodeCodex

Use when designing, structuring, or rendering HTML for ProcessWire Admin interfaces, custom Process modules, or Inputfields.

5 3d ago A 28 tokens

trk/processwire-boost

Skill Claude CodeCodex

Use when extending ProcessWire's base Page class to create specialized, strongly-typed custom classes representing specific templates.

5 3d ago A 28 tokens

trk/processwire-boost

Skill Claude CodeCodex

Use when building, structuring, or refactoring native backend modules for ProcessWire using PHP 8.4 and strict typing.

5 3d ago A 30 tokens

harness-init

09

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.

5 2d ago A 53 tokens original MIT

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.

5 2d ago A 56 tokens original MIT

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.

5 2d ago A 60 tokens original MIT

guideline-checker

12

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.

2 4mo ago A 27 tokens original MIT

type-check

13

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.

2 4mo ago A 28 tokens original MIT