AgentStack
thrillmade avatar

thrillmade

45 listings · 0 installs

Open-source publisher. Listings imported from github.com/thrillmade — credited to the original author with their license.

↗ github.com/thrillmade
45 results
Self-run
SKILL

Token Naming Conventions

|

0
2
Free
Self-run
SKILL

Chroma Harmonization

Use when constructing or auditing a multi-hue palette where all hues should appear equally saturated at each contrast stop. Names the per-stop chroma cap rule (take the minimum achievable chroma across hues at the stop), the sRGB-gamut bottleneck pattern (blue at mid-L is usually the limiter), and the relationship to UDTS's default `harmony` palette variant. Generalizes Evil Martians' Harmony alg…

0
2
Free
Self-run
SKILL

Visual Polish

>-

0
2
Free
Self-run
SKILL

Semver Design Tokens

|

0
2
Free
Self-run
SKILL

Orchestrating Agent Delegation

|

0
7
Free
Self-run
SKILL

Respect Existing Conventions

Don't suggest changes that fight the codebase's established patterns. Match what's already there.

0
2
Free
Self-run
SKILL

Token Frugal Tooling

|

0
2
Free
Self-run
SKILL

Conventions Template

Template for a "review like me" skill - captures one maintainer's review conventions (formatting, what to flag, what to ignore). Copy + customize per SPEC v0.5.1 applies_to.author.

0
2
Free
Self-run
SKILL

Evidence Based Review

Every PR review claim must quote the specific code being criticized. No hand-waving.

0
0
Free
Self-run
SKILL

Design Token Naming

|

0
0
Free
Self-run
SKILL

Critical Issues Only

PR review discipline - flag only correctness, security, and performance issues. Skip nits.

0
0
Free
Self-run
SKILL

Component Sizing

|

0
1
Free
Self-run
SKILL

Apca Contrast

Use when picking text-on-surface contrast, auditing an accessibility budget, or generating a color against a specific contrast target. Names the APCA Lc target table (Lc 90 fluent body, 75 body minimum, 60 secondary, 45 large, 30 spot, 15 non-text), the APCACH inverse-composition rule, and the cross-check policy with WCAG 2.2 AA. Cite when an agent reaches for WCAG 2.x as the primary contrast mod…

0
2
Free
Self-run
SKILL

Type Scale

Use when designing, auditing, or extending a typography size scale built on a modular ratio. Names the canonical preset ratios (1.067 minor second → 1.618 golden), the picking heuristic by context (UI vs editorial vs marketing), the stops-up / stops-down convention (−2 to +8 default), the rounding rule (round to nearest integer px, rem derived after), and the upper-bound on ratios for product UI.…

0
1
Free
Self-run
SKILL

Udts Semver Defaults

[L2 stub — incubating] UDTS's SemVer policy choices for token releases (pre-1.0 relaxation, snapshot conventions) — its instantiation of semver-design-tokens. Full content is being authored in thrillmade/tokenomics and lands here via an upstream PR once the UDTS spec stabilizes; do not treat this stub as guidance yet.

0
0
Free
Self-run
SKILL

Wcag Contrast

Use when verifying a color pair meets WCAG 2.2 AA contrast requirements as a cross-check on APCA-driven generation, or when auditing a token catalog or design for legal-baseline accessibility compliance. Names the 4.5:1 normal-text rule, the 3:1 large-text rule, the size threshold for "large" stated in points (≥ 18 pt regular ≈ 24 CSS px, OR ≥ 14 pt bold ≈ 18.67 CSS px — not pixels), the SC 1.4.1…

0
2
Free
Self-run
SKILL

Orchestrating Elite Agent Qa

Use when orchestrating multi-agent feature work (build/review/merge with subagents or workflows) and the quality bar is high — shipping UI, interactive editors, or anything where a single build pass plus a polite review would let real bugs through.

0
4
Free
Self-run
SKILL

Oklch Color Space

Use when picking color values for a design-token system, constructing a palette around a starting hue, or generating colors against an accessibility contrast target. Names the OKLCH primitive ranges, the hue-angle naming convention, the gamut-mapping rule for sRGB vs Display P3, and the APCACH inverse-composition approach for guaranteed-contrast color generation. Cite when an agent reaches for "p…

0
4
Free
Self-run
SKILL

Frontend A11y

>-

0
3
Free
Self-run
SKILL

Component Sizing Principles

|

0
2
Free
Self-run
SKILL

Skillforge

Create or update a reusable agent skill. Use when you notice a repeated pattern, when a workflow should be persisted for future sessions, or when asked to forge/create/scaffold a new skill.

0
2
Free
Self-run
SKILL

Designing Elite Ui

Visual review — hold the rendered UI to a concrete elite/Figma-grade bar (one-axis color, APCA-gated contrast, floating stable chrome, dark verified) instead of a vague "looks fine." The STANDARD a design-critic measures against.

0
4
Free
Self-run
SKILL

Skill Frontmatter Quality

Review SKILL.md frontmatter for trigger surface, specificity, voice, and completeness. Apply on PRs that add or modify a skills/*/SKILL.md file. Catches descriptions that won't be discoverable, that wave at the topic instead of naming concrete buckets, that drift from the prescriptive house voice, or that omit fields like `review_mode` that downstream tools depend on.

0
2
Free
Self-run
SKILL

Designing A Design System

|

0
2
Free
Self-run
SKILL

Brand Voice Review

Review user-facing strings for brand-voice consistency. Catch dead phrases ("click here", "you should"), accidental shouting (exclamation marks, ALL CAPS), and jargon that leaks past the design team. Apply to button labels, error messages, marketing copy, headings — not to internal code identifiers or logs.

0
3
Free
Self-run
SKILL

Web Interface Guidelines Review

|

0
3
Free
Self-run
SKILL

Reviewing Design Work

|

0
0
Free
Self-run
SKILL

Palette Relationships

Use when proposing a palette around a single seed hue and needing to pick which relationship model (monochromatic / analogous / complementary / split-complementary / triadic / tetradic / compound) fits the brief. Names the hue-angle math for each, when each is appropriate (analogous for restraint; triadic for vibrance; complementary for tension), and the role assignment heuristic.

0
2
Free
Self-run
SKILL

Design System Consistency

Visual review — flag rendered UI that drifts from the design system's tokens, scale, and color discipline. Judges the screenshot, not just the code.

0
1
Free
Self-run
SKILL

Pii And Compliance

Catch PRs that ship PII into logs, error messages, exception traces, analytics events, or third-party services. Flag emails, phone numbers, addresses, full names, government IDs, credit card numbers, IP addresses, and secret material that should never leave the application boundary. Apply to logging calls, telemetry events, error-handler payloads, debug statements, and external API calls.

0
2
Free
Self-run
SKILL

Line Height Grid

Use when calculating line-height for any font size in a grid-aligned design system. Names the two-track model (lh-ui = ceil(font × 1.20) snapped to the minor unit; lh-prose = ceil(font × 1.50) snapped to the minor unit), the picking heuristic per role (ui-track for headings / buttons / labels; prose-track for paragraph body), and worked examples for 4/8, 2/4, and 4/16 grids. Cite when an agent pi…

0
2
Free
Self-run
SKILL

Clud Bug Collaboration

How Claude Code agents working in a clud-bug-installed repo should interact with the bot's review threads, strict-mode gate, and skill set. Use this skill whenever you're about to push a commit, address a clud-bug PR review comment, edit anything under .claude/skills/, modify .github/workflows/clud-bug-*.yml, or wonder why a PR check is red. Also use when planning work in a repo that has a `clud-…

0
2
Free
Self-run
SKILL

Logmind

|

0
2
Free
Self-run
SKILL

Udts Linter Rules

[L2 stub — incubating] UDTS's machine-enforceable linter rules over its token catalog. Full content is being authored in thrillmade/tokenomics and lands here via an upstream PR once the UDTS spec stabilizes; do not treat this stub as guidance yet.

0
1
Free
Self-run
SKILL

Dtcg Format

|

0
2
Free
Self-run
SKILL

Udts Review

[L2 stub — incubating] UDTS-specific review lens — system rules a reviewer checks on top of the generic reviewing-design-work dispatcher. Full content is being authored in thrillmade/tokenomics and lands here via an upstream PR once the UDTS spec stabilizes; do not treat this stub as guidance yet.

0
2
Free
Self-run
SKILL

Udts Token Model

[L2 stub — incubating] UDTS's token taxonomy and resolution model — classes, kinds, and the layer chain its other udts-* skills build on. Full content is being authored in thrillmade/tokenomics and lands here via an upstream PR once the UDTS spec stabilizes; do not treat this stub as guidance yet.

0
1
Free
Self-run
SKILL

Test Discipline

Review test changes for the patterns that hollow out a test suite over time — overly-mocked tests, snapshot churn, asserting on the implementation, deleted tests without replacement, skipped tests left in the diff, and "fix the test to match the new behavior" without thinking about whether the old assertion was load-bearing. Apply to any PR that adds, deletes, or modifies test files.

0
2
Free
Self-run
SKILL

Udts Component Sizing Ladders

[L2 stub — incubating] UDTS's concrete per-density component-height and icon-size ladders — its instantiation of component-sizing-principles. Full content is being authored in thrillmade/tokenomics and lands here via an upstream PR once the UDTS spec stabilizes; do not treat this stub as guidance yet.

0
2
Free
Self-run
SKILL

Consuming A Design System

|

0
3
Free
Self-run
SKILL

Spacing System

Use when designing or auditing a spacing scale for padding, gaps, icon sizes, component heights, or border radii. Names the two-unit primitive model (a minor unit — the smallest legal increment — plus a major unit — the dominant rhythm — where major divides cleanly by minor), the derivation rule (padding / gap / radius / height ladders all derive from the unit primitives, never invented per-surfa…

0
2
Free
Self-run
SKILL

Api Contract Enforcement

Flag PRs that change the shape, semantics, or error behavior of a public API without versioning, deprecation, or migration notes. Catches removed fields, renamed parameters, changed status codes, broken pagination, and silent enum drift. Apply when reviewing HTTP routes, gRPC services, GraphQL schemas, SDK exports, CLI flags, or any other interface a downstream consumer depends on.

0
4
Free
Self-run
SKILL

Udts Naming Convention

[L2 stub — incubating] UDTS's concrete token-naming convention — its opinionated instantiation of the universal principles in token-naming-conventions. Full content is being authored in thrillmade/tokenomics and lands here via an upstream PR once the UDTS spec stabilizes; do not treat this stub as guidance yet.

0
2
Free
Self-run
SKILL

Udts Spacing Defaults

[L2 stub — incubating] UDTS's density-mode spacing unit choices — its instantiations of the two-unit model in spacing-system. Full content is being authored in thrillmade/tokenomics and lands here via an upstream PR once the UDTS spec stabilizes; do not treat this stub as guidance yet.

0
2
Free
Self-run
SKILL

Udts Dtcg Extensions

[L2 stub — incubating] UDTS's namespaced DTCG extension schema — its extension of the interchange format in dtcg-format. Full content is being authored in thrillmade/tokenomics and lands here via an upstream PR once the UDTS spec stabilizes; do not treat this stub as guidance yet.

0
2
Free
You've reached the end · 45 loaded