client_guidelines_template

A fill-in template for documenting a project's client-side design and coding standards, including fonts, colors, spacing, responsive behavior, and UI implementation choices.

In plain words
What is it for?
Use it to document frontend visual rules, adapt guidance for a specific framework, record the client-side file structure, and define mobile or accessibility expectations.
Why use it?
It gives a team a shared reference for building and reviewing the user interface instead of relying on undocumented personal preferences.

Agent

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add agents/atebites-hub/pjtemplate/client_guidelines_template
Clone the repo
git clone --depth 1 https://github.com/atebites-hub/PJTemplate
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 473 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00473
Opus 5 $0.00000 $0.00236
Sonnet 5 $0.00000 $0.00095
Haiku 4.5 $0.00000 $0.00047

Measured 2d ago against content hash 4e963baab782, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

client_guidelines_template scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 2d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

docs/agents/client_guidelines_template.md · 26 lines

What it actually says

Client Guidelines Template

This document provides design and coding standards for the client of [Project Name], ensuring consistent UI/UX and maintainable code.

Guidelines for Filling Out This Template

  • Replace [Project Name] with your project's name.
  • Customize palette/spacing to your theme (e.g., add hex codes for colors).
  • For mobile-first: Include responsive rules (e.g., media queries).
  • Use examples in code blocks (e.g., CSS snippets).
  • Adapt for frameworks: If vanilla JS, focus on [element: e.g., Canvas]; if React, add component rules.
  • Reference repo structure: Store this in /docs/agents/client_guidelines.md; link to /file_structure.md for UI files in /source/client/.

Fonts

[Primary: Name/size; Fallback: Name; Usage: e.g., "For UI text, scale to [size] on mobile." Example: CSS @import url('font-url'); Assumptions: [e.g., "Web-safe"]; Known Issues: [e.g., "Slow load on mobile"].]

Color Palette

[Black (#000000): Background; White (#FFFFFF): Text; etc. Example: :root { --primary: #000; } Assumptions: [e.g., "Dark mode support"]; Known Issues: [e.g., "Color blindness accessibility"].]

Spacing & Layout Rules

[Canvas/[UI Element]: Full-screen; Viewport: [dimensions]; etc. Example: .container { padding: 20px; } Assumptions: [e.g., "Responsive breakpoints"]; Known Issues: [e.g., "Overflow on small screens"].]

Preferred UI Library or Framework

[Choice: [e.g., Vanilla JS]; Reason: Simplicity; Usage: e.g., "[Element] for rendering." Example: No deps needed. Assumptions: [e.g., "Browser APIs"]; Known Issues: [e.g., "Limited animations"].]

Icon Set

[Custom: Size/style; Source: e.g., "From /source/assets"; Usage: "Draw on [element]." Example: Assumptions: [e.g., "SVG for scalability"]; Known Issues: [e.g., "Fallback for no-support browsers"].]

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 2d ago First seen · 26 lines · 0 tokens per session scan A 4e963baab782

Subscribe to this mod's changes

client_guidelines_template is an agent published in the GitHub repository atebites-hub/PJTemplate (2 stars, last pushed 9d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 473 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other agents, from other repositories

cli-ui-designer

CLI interface design specialist. Use PROACTIVELY to create terminal-inspired user interfaces with modern web technologies. Expert in CLI aesthetics, terminal themes, and command-line UX patterns.

davila7/claude-code-templates · 40 tokens

frontend-styling-agent

Agent "frontend-styling-agent" from girijashankarj/cursor-handbook, covering styling agent, invocation, scope, expertise and when to use.

girijashankarj/cursor-handbook · 0 tokens

html-first-frontend

HTML-first frontend specialist using HTMX, Alpine.js, and Bootstrap for progressive enhancement. Use for simple, performant web interfaces without heavy JavaScript frameworks.

sgaunet/claude-plugins · 35 tokens

fec-ui-checker

Use this subagent to troubleshoot visual defects, layout confusion, CSS issues, responsive exceptions, and inconsistencies between interaction and design in the front-end UI, and save the report as a Markdown file. Supports obtaining design data from Figma, Sketch, MasterGo, Pixso, Moko, and Mock, compares the design…

bovinphang/frontend-craft · 89 tokens

superpowers-sage:visual-verifier

Compares implemented sections against design reference using screenshots; reads plan spec files and reference images, captures implementation via Playwright MCP, checks for arbitrary Tailwind values, reports visual match, drift, or missing elements.

hekivo/superpowers-sage · 50 tokens

ux-designer

UI/UX designer agent. Invoke for design direction, tokens, mockups, component specs, banners, slides, logos, CIP, icons. Produces HTML/CSS + tokens + specs — never .tsx React code. Target stack — React + Vite + Tailwind with shadcn/ui.

landim32/awesome-ai-skills · 66 tokens