scaffold-demo-app

scaffold-demo-app is a skill for Claude Code, Codex from neha2110/brainstorming-buddy-template. It costs 67 tokens per session (923 once invoked), scanned C, original, no licence file.

A skill for building a quick demo app with Streamlit or Gradio, Python tools that turn code into a simple web interface.

In plain words
What is it for?
Wrapping Python logic in a small interface, creating a Streamlit or Gradio app, and making a prototype or proof of concept.
Why use it?
It avoids building a full user interface when you only need a proof of concept, internal demo, or quick test.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing.

Good fit Wrapping Python logic in a small interface, creating a Streamlit or Gradio app, and making a prototype or proof of concept.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/neha2110/brainstorming-buddy-template/scaffold-demo-app
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.

Any agent
npx skills add neha2110/brainstorming-buddy-template --skill scaffold-demo-app
Clone the repo
git clone --depth 1 https://github.com/neha2110/brainstorming-buddy-template

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 scaffold-demo-app

README.md
[![agentmods](https://agentmods.dev/badge/skills/neha2110/brainstorming-buddy-template/scaffold-demo-app/github.svg)](https://agentmods.dev/skills/neha2110/brainstorming-buddy-template/scaffold-demo-app)
Your own site
<a href="https://agentmods.dev/skills/neha2110/brainstorming-buddy-template/scaffold-demo-app"><img src="https://agentmods.dev/badge/skills/neha2110/brainstorming-buddy-template/scaffold-demo-app/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for scaffold-demo-app

Your own site · 80×15
<a href="https://agentmods.dev/skills/neha2110/brainstorming-buddy-template/scaffold-demo-app"><img src="https://agentmods.dev/badge/skills/neha2110/brainstorming-buddy-template/scaffold-demo-app.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 923 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00067 $0.00923
Opus 5 $0.00034 $0.00462
Sonnet 5 $0.00013 $0.00185
Haiku 4.5 $0.00007 $0.00092

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

Security

Grade C, and why

scaffold-demo-app scanned grade C with 1 finding 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 11d 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.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

find . -type d -name __pycache__ -exec rm -rf {} +
skills/scaffold-demo-app/SKILL.md · 165 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

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. 11d ago First seen · 165 lines · 67 tokens per session scan C e32cd62e4b81

Subscribe to this mod's changes

scaffold-demo-app is a skill published in the GitHub repository neha2110/brainstorming-buddy-template (2 stars, last pushed 4mo ago), with no licence file. It adds 67 tokens to every session and 923 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). 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

huggingface-gradio

Build Gradio web UIs and demos in Python. Use when creating or editing Gradio apps, components, event listeners, layouts, or chatbots.

huggingface/skills · 37 tokens

shiny-for-python

Building, styling, testing, debugging, or observing a Shiny for Python (py-shiny) reactive web app - from shiny import ..., shiny run app.py. Index skill: read this, then open the linked reference for the task. Covers dashboard design and visual QA; card toolbars and accessible icons; interactive Plotly charts and…

posit-dev/py-shiny · 218 tokens

gpui-toolkit

Use when building or modifying GPUI applications in the gpui-toolkit workspace, especially when choosing reusable toolkit crates, composing UI, adding components, charts, themes, layouts, audio controls, mobile surfaces, or validation coverage. Prefer existing toolkit APIs over custom one-off implementations.

pierreaubert/gpui-toolkit · 60 tokens

fast-dash

Build a Fast Dash web app from a Python function. Use when the user wants to turn a function into an interactive app, add a UI to an existing function, or build a dashboard / form / wizard. Fast Dash infers UI components from type hints, so a well-typed function becomes an app with one decorator.

dkedar7/fast_dash · 69 tokens

streamlit

Streamlit Python web application framework. Covers session state, caching, layouts, widgets, multipage apps, and deployment. Use when building interactive Python data apps or dashboards. USE WHEN: user mentions "streamlit", "st.sessionstate", "st.cachedata", "streamlit app", "python dashboard", "python web app"…

claude-dev-suite/claude-dev-suite · 107 tokens

textual-builder

Build Text User Interface (TUI) applications using the Textual Python framework (v0.86.0+). Use when creating terminal-based applications, prototyping card games or interactive CLIs, or when the user mentions Textual, TUI, or terminal UI. Includes comprehensive reference documentation, card game starter template, and…

YPares/agent-skills · 73 tokens