screen-spec-generator

A Flutter development skill for creating and managing screen specification documents, which describe how each app screen should be structured and behave.

In plain words
What is it for?
Use it to set up a documentation template from a Flutter project and generate specifications for individual screens.
Why use it?
It removes the need to inspect the project and prepare these documents by hand.

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/xtone/ai_development_tools/screen-spec-generator
Any agent
npx skills add xtone/ai_development_tools --skill screen-spec-generator
Clone the repo
git clone --depth 1 https://github.com/xtone/ai_development_tools

Made for: Claude Code, Codex.

Per session 89 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,511 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin unknown 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.00089 $0.02511
Opus 5 $0.00044 $0.01256
Sonnet 5 $0.00018 $0.00502
Haiku 4.5 $0.00009 $0.00251

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

Security

Grade A, and why

screen-spec-generator 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.

flutter_development/skills/screen-spec-generator/SKILL.md · 259 lines

The source is not reproduced here

No licence file

A repository with no LICENSE is all rights reserved by default, so the body is not copied here. The metadata, the measurements and the link are.

Read it on GitHub

Files

What ships with it

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

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 · 259 lines · 89 tokens per session scan A ef52ec0962c0

Subscribe to this mod's changes

screen-spec-generator is a skill published in the GitHub repository xtone/ai_development_tools (3 stars, last pushed 8d ago), with no licence file. It adds 89 tokens to every session and 2,511 once invoked, about $0.0004 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

add-pdf-viewer

Internal implementation skill invoked by /add-native for native PDF control workflows. Handles HTTPS and file URI PDF viewing with @microsoft/power-apps-native-pdf-viewer 0.2.9+.

microsoft/power-platform-skills · 47 tokens

pdfkit

Display and manipulate PDF documents using PDFKit. Use when embedding PDFView to show PDF files, creating or modifying PDFDocument instances, adding annotations (highlights, notes, signature widgets), extracting text with PDFSelection, navigating pages, generating thumbnails, filling PDF forms, or wrapping PDFView in…

dpearson2699/swift-ios-skills · 64 tokens

nutrient-android-sdk

Nutrient Android SDK — the native Kotlin/Java PDF SDK for Android. PSPDFKit rebranded to Nutrient; the Maven coordinates are now io.nutrient:nutrient (formerly com.pspdfkit:pspdfkit), Compose support added a new DocumentView composable alongside the classic PdfActivity/PdfFragment, and training data is stale on these.…

PSPDFKit-labs/nutrient-skills · 99 tokens

nutrient-flutter-sdk

Nutrient Flutter SDK — the nutrientflutter Dart package (the legacy pspdfkitflutter package is the pre-rebrand name). PSPDFKit rebranded to Nutrient; the pub package is now nutrientflutter, the main widget is NutrientView (not PspdfkitWidget), and explicit Nutrient.initialize() is now required at app startup. Training…

PSPDFKit-labs/nutrient-skills · 102 tokens

nutrient-ios-sdk

Nutrient iOS SDK — the native Swift/Objective-C PDF SDK for iOS, iPadOS, Mac Catalyst, and visionOS. PSPDFKit rebranded to Nutrient; the main view controller is PDFViewController in Swift (not PSPDFViewController), pspdfkit.com URLs moved to nutrient.io, and training data is stale on URLs and classes. Answer from this…

PSPDFKit-labs/nutrient-skills · 96 tokens

nutrient-maui-sdk

Nutrient .NET MAUI mobile SDK — the Nutrient.MAUI.SDK NuGet package (the legacy PSPDFKit.MAUI.SDK package is the pre-rebrand name). PSPDFKit rebranded to Nutrient; the NuGet package is now Nutrient.MAUI.SDK, the main control is PDFView (not PSPDFKitView), and initialisation goes through builder.RegisterPSPDFKitSdk()…

PSPDFKit-labs/nutrient-skills · 120 tokens