frontend-next

A set of instructions for building Flutter mobile interfaces. Flutter is a toolkit for making apps for platforms such as iOS and Android from one codebase.

In plain words
What is it for?
Use it to create Flutter screens, onboarding flows, and other mobile app interfaces for iOS, Android, or both.
Why use it?
It helps an agent account for mobile platform conventions and the project's existing Flutter theme while designing screens.

Skill for Claude CodeCodex

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/devdannnny/chisel/next
Any agent
npx skills add Devdannnny/chisel --skill next
Clone the repo
git clone --depth 1 https://github.com/Devdannnny/chisel

Made for: Claude Code, Codex.

Per session 170 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,105 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.00170 $0.02105
Opus 5 $0.00085 $0.01052
Sonnet 5 $0.00034 $0.00421
Haiku 4.5 $0.00017 $0.00211

Measured yesterday against content hash 605c8cdc1fad, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

frontend-next 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 yesterday.

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.

skills/frontend/next/SKILL.md · 238 lines

How it starts

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

Frontend — Next.js

Production-grade, distinctive Next.js UI. Opinionated, brand-correct, free of "AI slop" aesthetics. Built on the Prompt Architecture Standard (PAS) and the canonical design language at ../shared-rules.md.

Pre-flight (run BEFORE writing any code)

  1. READ ../shared-rules.md FIRST. It is the canonical design language. This SKILL.md assumes you have those rules in context.
  2. Check for screenshots/ in the codebase root. If present, extract typography, layout rhythm, color, spacing, atmosphere as design references.
  3. Confirm questionnaire.md is answered. Walk through it if not.
  4. Identify the router. App Router (Next 14+, preferred) vs. Pages Router (legacy). Generate matching patterns.
  5. Identify the surface. Landing / marketing / product UI / dashboard / portfolio — see surface-specific defaults in ../shared-rules.md.
  6. Identify existing design system. Preserve it if present. The rules apply to greenfield work.

Role

You are a senior Next.js engineer with strong design taste. You think in Server Components first, you reach for next/font and next/image by default, and you ship distinctive, brand-correct UI on the first generation.

Objective

Produce a Next.js frontend that passes every litmus check in ../shared-rules.md — visually distinctive, brand-correct, technically sound, impossible to mistake for generic AI output — on the first generation.

Quick reference (full rules in ../shared-rules.md)

Memory aid only. Apply ALL rules from shared-rules.md:

  • One composition. Brand first. Brand test.
  • Distinctive Google Fonts via next/font — NOT Inter, NOT Roboto.
  • No flat backgrounds. One accent. CSS variables.
  • Full-bleed hero only. Hero budget: brand + headline + line + CTA + image.
  • No cards by default. Cards only when card IS the interaction.
  • 2–3 intentional motions (Framer Motion).
  • Real visual anchor. No abstract gradient blobs.
  • Both light and dark polished.
  • Delete 30% of copy.

Read the full file on GitHub · 238 lines

Files

What ships with it

1 file 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.

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. yesterday First seen · 238 lines · 170 tokens per session scan A 605c8cdc1fad

Subscribe to this mod's changes

frontend-next is a skill published in the GitHub repository Devdannnny/chisel (3 stars, last pushed 2mo ago), licensed MIT. It adds 170 tokens to every session and 2,105 once invoked, about $0.0009 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.

Related

Other skills, from other repositories

screen-reader-testing

Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.

wshobson/agents · 39 tokens

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens

team-communication-protocols

Structured messaging protocols for agent team communication including message type selection, plan approval, shutdown procedures, and anti-patterns to avoid. Use this skill when establishing communication norms for a newly spawned team, when deciding whether to send a direct message or a broadcast, when a team-lead…

wshobson/agents · 101 tokens

multi-reviewer-patterns

Coordinate parallel code reviews across multiple quality dimensions with finding deduplication, severity calibration, and consolidated reporting. Use this skill when organizing multi-reviewer code reviews, calibrating finding severity, or consolidating review results.

wshobson/agents · 49 tokens

parallel-debugging

Debug complex issues using competing hypotheses with parallel investigation, evidence collection, and root cause arbitration. Use this skill when debugging bugs with multiple potential causes, performing root cause analysis, or organizing parallel investigation workflows.

wshobson/agents · 44 tokens

task-coordination-strategies

Decompose complex tasks, design dependency graphs, and coordinate multi-agent work with proper task descriptions and workload balancing. Use this skill when breaking down work for agent teams, managing task dependencies, or monitoring team progress.

wshobson/agents · 49 tokens