low-code-generation

low-code-generation is a skill for Claude Code, Codex from itallstartedwithaidea/agent-skills. It costs 29 tokens per session (1,382 once invoked), scanned A, original, MIT.

A method for generating forms, tables, dashboards, and workflow screens from plain-language descriptions or data schemas. It can produce simple configurations or custom React components depending on the interface's complexity.

In plain words
What is it for?
Creating validated forms, sortable and filterable data tables, admin panels, workflow builders, reports, and custom analytics dashboards.
Why use it?
Building routine business interfaces by hand takes time, while using too much custom code makes simple screens harder to maintain. Choosing the simplest suitable form of output keeps the work focused.

Skill for Claude CodeCodex

Part of the all-skills plugin — 73 skills shipped together

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/itallstartedwithaidea/agent-skills/low-code-generation
Any agent
npx skills add itallstartedwithaidea/agent-skills --skill low-code-generation
Clone the repo
git clone --depth 1 https://github.com/itallstartedwithaidea/agent-skills

Made for: Claude Code, Codex.

Or install all-skills, the plugin that ships this one along with the rest of its 73 skills.

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 low-code-generation

README.md
[![agentmods](https://agentmods.dev/badge/skills/itallstartedwithaidea/agent-skills/low-code-generation.svg)](https://agentmods.dev/skills/itallstartedwithaidea/agent-skills/low-code-generation)
Your own site
<a href="https://agentmods.dev/skills/itallstartedwithaidea/agent-skills/low-code-generation"><img src="https://agentmods.dev/badge/skills/itallstartedwithaidea/agent-skills/low-code-generation.svg" alt="Measured on agentmods" height="20"></a>
Per session 29 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,382 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.00029 $0.01382
Opus 5 $0.00015 $0.00691
Sonnet 5 $0.00006 $0.00276
Haiku 4.5 $0.00003 $0.00138

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

Security

Grade A, and why

low-code-generation 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.

skills/productivity/low-code-generation/SKILL.md · 148 lines

How it starts

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

Low-Code Generation

Part of Agent Skills™ by googleadsagent.ai™

Description

Low-Code Generation uses AI to produce forms, tables, dashboards, and workflow UIs from natural language descriptions or schema definitions. The agent generates production-ready components spanning the zero-code to full-code spectrum: from drag-and-drop JSON configurations to fully custom React components, always producing the simplest artifact that meets the requirement.

The spectrum principle is key: not everything needs custom code, and not everything can be configured. A CRUD table for an admin panel is best served by a JSON-driven table component with sort, filter, and pagination built in. A complex multi-step form with conditional logic benefits from a form schema with validation rules. A bespoke analytics dashboard with custom visualizations requires full code. The agent selects the appropriate abstraction level based on complexity.

This skill draws from enterprise low-code platforms like JeecgBoot, encoding patterns for rapid UI generation: schema-driven forms with validation, configurable data tables with server-side operations, workflow builders with drag-and-drop nodes, and report generators with chart composition. Each pattern reduces a multi-day development task to minutes.

Use When

  • Generating admin panels or CRUD interfaces rapidly
  • Building forms from database schemas or API specifications
  • Creating data tables with sorting, filtering, and pagination
  • Producing dashboard layouts with configurable widgets
  • Scaffolding entire applications from entity-relationship diagrams
  • The user requests "quick UI", "admin panel", or "form builder"

How It Works

graph TD
    A[Input: Schema / Description] --> B[Complexity Assessment]
    B --> C{Abstraction Level}
    C -->|Zero-Code| D[JSON Config Generation]
    C -->|Low-Code| E[Schema + Custom Handlers]
    C -->|Full-Code| F[Complete Component Code]
    D --> G[Config-Driven Renderer]
    E --> H[Schema-Driven Component]
    F --> I[Custom React Component]
    G --> J[Preview + Iterate]
    H --> J
    I --> J
    J --> K[Production Output]

Read the full file on GitHub · 148 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 · 148 lines · 29 tokens per session scan A e0b7560031af

Subscribe to this mod's changes

low-code-generation is a skill published in the GitHub repository itallstartedwithaidea/agent-skills (36 stars, last pushed 4mo ago), licensed MIT. It adds 29 tokens to every session and 1,382 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

add-provider

Add or extend an open-source OOMOL Connect provider under src/providers, including provider definition, action schemas, local executors, credential validation, examples, and generated catalog updates.

oomol-lab/open-connector · 39 tokens

startup-icp-definer

Define startup ICPs with company profile, buyer persona, user persona, buying center, pain hierarchy, triggers, and targeting focus. Triggers on ICP definition, target audience, personas, buying centers, and who-to-sell-to questions.

genfeedai/skills · 55 tokens

add-tool

Scaffold a new MCP tool definition. Use when the user asks to add a tool, create a new tool, or implement a new capability for the server.

cyanheads/mcp-ts-core · 35 tokens

api-linter

MCP definition linter rules reference. Use when bun run lint:mcp or bun run devcheck reports a lint error or warning (format-parity, schema-is-object, name-format, server-json-, etc.) and you need to understand the rule, its severity, and how to fix it. Every rule ID the linter emits has an entry in this doc.

cyanheads/mcp-ts-core · 86 tokens

field-test

Exercise tools, resources, and prompts against a live HTTP server via MCP JSON-RPC over curl. Starts the server, surfaces the catalog, runs real and adversarial inputs, and produces a tight report with concrete findings and numbered follow-up options. Use after adding or modifying definitions, or when the user asks to…

cyanheads/mcp-ts-core · 76 tokens

add-test

Scaffold a test file for an existing tool, resource, or service. Use when the user asks to add tests, improve coverage, or when a definition exists without a matching test file.

cyanheads/mcp-ts-core · 41 tokens