form-conventions

form-conventions is a skill for Claude Code, Codex from willdady/platypus. It costs 51 tokens per session (778 once invoked), scanned A, original, MIT.

Frontend rules for forms in the Platypus application, covering where users go after saving and what submit buttons are called. Frontend means the part of an application users interact with directly.

In plain words
What is it for?
Use them when adding or changing a form, its submit button, or the page shown after a successful save.
Why use it?
They prevent different forms from handling saves and navigation inconsistently.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

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 skills/willdady/platypus/form-conventions
Any agent
npx skills add willdady/platypus --skill form-conventions
Clone the repo
git clone --depth 1 https://github.com/willdady/platypus

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for form-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/willdady/platypus/form-conventions.svg)](https://agentmods.dev/skills/willdady/platypus/form-conventions)
Your own site
<a href="https://agentmods.dev/skills/willdady/platypus/form-conventions"><img src="https://agentmods.dev/badge/skills/willdady/platypus/form-conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 51 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 778 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.1 $0.00051 $0.00778
Opus 5 $0.00026 $0.00389
Sonnet 5 $0.00010 $0.00156
Haiku 4.5 $0.00005 $0.00078

Measured 4d ago against content hash 3d9a64784dac, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-05, from the pricing page.

Security

Grade A, and why

form-conventions 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 4d 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.

.agents/skills/form-conventions/SKILL.md · 64 lines

How it starts

The opening of the file, as written. The whole thing — 64 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Frontend Form Conventions

Where a save lands

One rule covers every form: a save returns the user to the entity's home, and only leaves the page when the form has no home to return to. Which of the two applies falls out of the entity's shape in the route tree:

Shape The form is… On save Examples
Collection member the entity's page, reached from a list go to list Agents, Blueprints, Skills, Triggers, MCP, Providers, Webhooks, Workspace Context
Entity sub-page a settings/ child of a page the entity owns stay Boards, Dashboards
Singleton one per Workspace/Org/account, so there is no list stay Sandbox, Organization, Workspace
Dialog or inline not a page at all stay Members, Invitations, Global Context, everything in Chat

Read the shape off apps/frontend/app. settings/agents/[agentId] renders the agent edit form — an agent has no detail page, so leaving the form means returning to settings/agents. A board does have a page, and its form lives at boards/[boardId]/settings, so saving keeps you there.

Staying means mutate() (or router.refresh()) plus a toast. Never router.push to the page you are already on.

Creating always navigates — to the new entity where it has a page of its own, otherwise to the list it now belongs to.

Deleting always navigates away from whatever it destroyed, whatever the shape: to the list for a collection member, to the parent otherwise.

A list is wherever the list actually renders, not a route that looks like one. Triggers navigate to the Workspace home because that is where the trigger list lives; there is no triggers/ page.

Read the full file on GitHub · 64 lines

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. 4d ago First seen · 64 lines · 51 tokens per session scan A 3d9a64784dac

Subscribe to this mod's changes

form-conventions is a skill published in the GitHub repository willdady/platypus (72 stars, last pushed yesterday), licensed MIT. It adds 51 tokens to every session and 778 once invoked, about $0.0003 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-09-01.