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.
npx agentmods add skills/ytvee-dev/webdev-agent-kit/agent-rules-skill-authornpx skills add ytvee-dev/webdev-agent-kit --skill agent-rules-skill-authorgit clone --depth 1 https://github.com/ytvee-dev/webdev-agent-kitWhat 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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00045 | $0.01731 |
| Opus 5 | $0.00023 | $0.00865 |
| Sonnet 5 | $0.00009 | $0.00346 |
| Haiku 4.5 | $0.00005 | $0.00173 |
Grade A, and why
agent-rules-skill-author 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.
How it starts
The opening of the file, as written. The whole thing — 150 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Agent Rules And Skill Author
Purpose
Create or revise repo-local agent rules and .agents-compatible skill packages without leaking project-specific instructions into the wrong layer.
When To Use
- The user asks to create, evaluate, rename, delete, or edit skills.
- The user asks to change
AGENTS.md, manifests, validators,common/**,project/**, orskills/**. - The user explicitly asks for user-facing README documentation changes.
- The screenshot-to-frontend pipeline rules, tool contracts, or skill routing need maintenance.
When Not To Use
- The user asks to write a design implementation spec from screenshots. Use
design-screenshot-spec. - The user asks to implement a frontend layout from a spec. Use
frontend-layout-implementer. - The user asks to visually verify rendered UI. Use
frontend-visual-qa. - The user asks to adapt a new project in Plan Mode. Use
project-onboarding-adapter.
Required Context
- Read
AGENTS.md. - Confirm the classified task is
skill-documentation-refactor,documentation, or another.agentsrule-maintenance task. - Read
common/documentation-maintenance.md. - Read affected
common/**,skills/**,project/**, manifests, validators, templates, examples, and root pointer files for the requested change. - Apply
common/readme-policy.md: read targeted README sections when the request concerns README, public setup guidance, or docs/implementation drift; verify technical claims through higher evidence. - Read relevant references from this skill only when their topic is in scope.
- Read current OpenAI Codex docs when native skill behavior,
AGENTS.md, MCP, plugins, oragents/openai.yamlbehavior may have changed.
Tool Contract
- Use filesystem reads and targeted search for local bundle facts.
- Activate
openai_platform_docswhen current OpenAI or Codex behavior affects the change; followcommon/codex-official-docs-policy.md. - Use
context7andmdnonly when authoring rules depend on current framework or web platform behavior. - Do not use Figma MCP for this bundle.
What ships with it
15 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- agents/openai.yaml 273 B
- references/codex-native-skill-contract.md 5.4 KB
- references/documentation-maintenance.md 1.8 KB
- references/figma-derived-conventions.md 2.1 KB
- references/rule-audit-checklist.md 901 B
- references/rules-writing.md 2.5 KB
- references/skill-design.md 6.3 KB
- references/skill-quality-rubric.md 7.7 KB
- references/source-backed-prompting.md 3.9 KB
- references/trigger-and-metadata.md 5.3 KB
- references/validation-checklist.md 5.7 KB
- scripts/generate_openai_yaml.py 2.9 KB runs code
- scripts/init_agent_skill.py 5.8 KB runs code
- scripts/skill_common.py 11 KB runs code
- scripts/validate_agent_skill.py 6.6 KB runs code
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.
- 2d ago First seen · 150 lines · 45 tokens per session scan A 8f3d1abc88e9
agent-rules-skill-author is a skill published in the GitHub repository ytvee-dev/webdev-agent-kit (5 stars, last pushed 1mo ago), licensed Apache-2.0. It adds 45 tokens to every session and 1,731 once invoked, about $0.0002 per session on Opus 5. 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.
Other skills, from other repositories
design-dna
Extract, define, and apply design DNA across three dimensions: design system (tokens), design style (qualitative feel), and visual effects (Canvas, WebGL, 3D, particles, shaders, scroll effects, etc.). Use this skill when: (1) a user wants to see the full 3-dimension design structure/schema, (2) a user provides…
playwright-cli
Automates browser interactions for testing and validating your own web applications using playwright-cli. Use when you need terminal-first browser control for navigation, form filling, screenshots, tracing, bound browser sessions, debugging, or generating Playwright test code. Only use against applications you own or…
shipping-reproducible-results
Package completed data analysis and ML work so an independent recipient can reproduce the claimed results, verify artifact lineage, and operate the handoff within its stated scope. Use when finalizing a project, study, model package, or review bundle; not for deploying to a live system.
actions-reusable-workflows
Wire a repository to the bitwise-media-group/github-workflows reusable workflows — thin, SHA-pinned caller workflows for CI, security (CodeQL) scanning, release (release-please/GoReleaser/Zensical docs), the signature-preserving fast-forward /merge + merge-review-ack + merge-notice flows, and add-to-project — plus the…
go-style
Modern Go code style for stdlib-first programs — error wrapping with %w, sentinel errors, structured logging with log/slog, context threading, consumer-defined interfaces, nil-safe constructors, net/http servers with method-pattern routing, flag/env configuration for services, and cobra commands with viper…
workflow-skill-evals
Write the evolve evaluation suite for an agent skill: its triggers (triggers.json — Tier 1 activation tests) and behavioral evals (evals.json — Tier 2 task tests), under evals/ /. Use when asked to generate, write, author, scaffold, or balance an eval suite, evals, or triggers for a skill; to create or edit a…