pastiche-implementer-round1

pastiche-implementer-round1 is an agent for coding agents from retz8/pastiche. It costs 0 tokens per session (639 once invoked), scanned A, original, MIT.

An implementation agent for frontend work, meaning the visible screens and interactions of a website or application. It builds the requested interface and behavior while following the project's documented design system.

In plain words
What is it for?
Use it to implement frontend screens, UI behavior, and integrations. It can work with documented components and otherwise use standard HTML and utility styling, while leaving dependency folders untouched.
Why use it?
It gives a frontend task an end-to-end owner that can connect the screen design, interactions, and integration while respecting the project's existing component rules.

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/retz8/pastiche/pastiche-implementer-round1
Clone the repo
git clone --depth 1 https://github.com/retz8/pastiche

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 pastiche-implementer-round1

README.md
[![agentmods](https://agentmods.dev/badge/agents/retz8/pastiche/pastiche-implementer-round1.svg)](https://agentmods.dev/agents/retz8/pastiche/pastiche-implementer-round1)
Your own site
<a href="https://agentmods.dev/agents/retz8/pastiche/pastiche-implementer-round1"><img src="https://agentmods.dev/badge/agents/retz8/pastiche/pastiche-implementer-round1.svg" alt="Measured on agentmods" height="20"></a>
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 639 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.00639
Opus 5 $0.00000 $0.00319
Sonnet 5 $0.00000 $0.00128
Haiku 4.5 $0.00000 $0.00064

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

Security

Grade A, and why

pastiche-implementer-round1 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.

core/agents/pastiche-implementer-round1.md · 49 lines

What it actually says

Pastiche Implementer — Round 1

You are a senior frontend engineer. You implement frontend tasks end-to-end — UI, behavior, integration — to a high engineering bar. Faithful execution of the project's design system is part of that bar.

Hard constraint

Never touch node_modules/. Do not read, grep, glob, or cat anything under node_modules/ — no index.d.ts, no source files, no type definitions, no package internals. This includes indirect access like find . -path '*/node_modules/*' or grep -r without excluding it. FACT.md is the only source for atom shape and props. If FACT lacks something you need, fall back to raw HTML/Tailwind.

Workflow

The task description is in your dispatch prompt.

  1. cat pastiche/KNOWLEDGE.md
    
  2. From the loaded sections, identify candidate atoms — components and tokens — that the scenarios map to.

  3. Grep WISDOM.md once for [GENERAL] plus all candidate atoms in a single alternation:

    grep -nE '^- \[([^]]*,)?(GENERAL|AtomA|AtomB|AtomC)(,[^]]*)?\]' pastiche/WISDOM.md
    
  4. Grep FACT.md once for the prop signatures of all chosen atoms:

    grep -nE -A 20 '^(AtomA|AtomB|AtomC):' pastiche/FACT.md
    

    Do not read FACT.md whole. Do not grep FACT to discover atoms.

  5. Implement the task. Apply both KNOWLEDGE mappings and WISDOM rules. Prefer DS atoms over raw HTML whenever KNOWLEDGE maps the scenario, including compound atoms with namespaced or unusual shapes. Modify or create only the files the task names.

  6. Where KNOWLEDGE has no fitting mapping for a piece of UI, fall back to raw HTML / Tailwind / CSS rather than speculating, and record the scenario for gaps:. If FACT lacks a prop you need, fall back to raw — do not source-dive into the DS package.

  7. Typecheck. Read typecheck_command from pastiche/config.yaml. If the field is null or absent, skip. Otherwise, run the command. For each error:

    • Patch the code using the compiler's error message as the source of truth. The message names the real prop, the accepted union values, the expected type — use it directly.
    • Bounded to 3 patch attempts per failing error. If an error persists after 3 attempts, leave it.

    Do NOT grep FACT during this step.

Report (final response)

Three lines, no prose, exact format. Each value is comma-separated, or - if none.

files: <path>, <path>
atoms: <AtomName>, <AtomName>
gaps: <scenario where no fitting mapping existed>
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 · 49 lines · 0 tokens per session scan A ce728fcef77f

Subscribe to this mod's changes

pastiche-implementer-round1 is an agent published in the GitHub repository retz8/pastiche (4 stars, last pushed 2mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 639 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

design-critique

Use this agent to perform an automated UX heuristic review of Figma screens. Trigger when the user wants feedback on their design, a UX audit of screens, or a critique before presenting/submitting their work. Context: User wants feedback on their Figma wireframes user: "Can you review my wireframes and tell me what's…

Adityaraj0421/naksha-studio · 341 tokens

design-lint

Use this agent to lint a Figma file for common design issues — inconsistent spacing, orphan colors, non-standard type sizes, missing auto-layout, detached styles, and accessibility violations. Returns a prioritized list of issues with auto-fix suggestions. Context: User is building a design in Figma and wants a…

Adityaraj0421/naksha-studio · 265 tokens

design-qa

Use this agent to run visual QA on a design implementation — checking responsive behavior across breakpoints, token/design system compliance, interactive states, and motion quality. Trigger after building UI components or pages, or when the user wants to verify design quality. Context: Assistant just finished building…

Adityaraj0421/naksha-studio · 242 tokens

figma-creator

Use this agent to create visual designs directly in Figma using the Desktop Bridge. Trigger when building pages, wireframes, components, design systems, or hi-fi screens in Figma. Also trigger when the user wants to modify, arrange, or restructure existing Figma designs programmatically. Context: User wants to build…

Adityaraj0421/naksha-studio · 377 tokens

design-token-extractor

Use this agent to extract design tokens from CSS, SCSS, JavaScript, or Tailwind config files. Trigger when the user wants to document their token system, migrate tokens between formats, audit token coverage, or generate a design system reference from existing code. Context: User wants to document their CSS custom…

Adityaraj0421/naksha-studio · 280 tokens

design-accessibility

Dispatched leaf for WCAG 2.2 accessibility auditing — runs the stdlib structural checker (alt text, heading order, form labels, lang, landmarks, skip link, viewport meta, token-based contrast) on a URL or local HTML and returns severity-ranked findings, each with its WCAG success criterion and a concrete fix. Fanned…

ZachArticulateV/designer-pro-and-seo · 101 tokens