create-form-tab-layout

create-form-tab-layout is a skill for Claude Code, Codex from jeffsenso/prestashop-skills. It costs 69 tokens per session (448 once invoked), scanned A, original, MIT.

A tabbed layout for complex PrestaShop forms, where related fields are grouped into separate tabs. PrestaShop is an open-source e-commerce platform.

In plain words
What is it for?
Use it when building forms with sections such as general, shipping, or size and weight settings; simple forms should keep the normal single-page layout.
Why use it?
It makes large forms easier to navigate when a single page would contain too many unrelated fields.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when building forms with sections such as general, shipping, or size and weight settings; simple forms should keep the normal single-page layout.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jeffsenso/prestashop-skills/create-form-tab-layout
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 jeffsenso/prestashop-skills --skill create-form-tab-layout
Clone the repo
git clone --depth 1 https://github.com/jeffsenso/prestashop-skills

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 create-form-tab-layout

README.md
[![agentmods](https://agentmods.dev/badge/skills/jeffsenso/prestashop-skills/create-form-tab-layout/github.svg)](https://agentmods.dev/skills/jeffsenso/prestashop-skills/create-form-tab-layout)
Your own site
<a href="https://agentmods.dev/skills/jeffsenso/prestashop-skills/create-form-tab-layout"><img src="https://agentmods.dev/badge/skills/jeffsenso/prestashop-skills/create-form-tab-layout/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 create-form-tab-layout

Your own site · 80×15
<a href="https://agentmods.dev/skills/jeffsenso/prestashop-skills/create-form-tab-layout"><img src="https://agentmods.dev/badge/skills/jeffsenso/prestashop-skills/create-form-tab-layout.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 448 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00069 $0.00448
Opus 5 $0.00034 $0.00224
Sonnet 5 $0.00014 $0.00090
Haiku 4.5 $0.00007 $0.00045

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

Security

Grade A, and why

create-form-tab-layout 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 10d 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/prestashop-module-development/ps9-core-ai/Component/Forms/skills/create-form-tab-layout/SKILL.md · 42 lines

What it actually says

create-form-tab-layout

This is NOT the default form pattern. Most entity forms are simple single-page forms using TranslatorAwareType or AbstractType. Only use NavigationTabType when the entity has many fields that benefit from tab organization (e.g. Carrier with general, shipping, size/weight tabs).

Instructions

  1. In root {Domain}Type, declare NavigationTabType as the parent type via getParent():
    public function getParent(): string
    {
        return NavigationTabType::class;
    }
    
    Then in buildForm(), add each tab as a sub-form — each child is rendered as a tab.
  2. Create one form type per tab: {Domain}GeneralTabType.php, {Domain}ShippingTabType.php, etc.
  3. Each tab type extends TranslatorAwareType with its own buildForm() containing only that tab's fields.
  4. Tab anchor IDs (used for JS error scrolling) are derived from the tab names.

Reference: src/PrestaShopBundle/Form/Admin/Shipping/Carrier/CarrierType.php, src/PrestaShopBundle/Form/Admin/Sell/Product/EditProductFormType.php

Rules

Conventions (NavigationTabType is PS-specific, tab anchor IDs for JS error nav) are in Forms/CONTEXT.md. Skill-specific reminders:

  • Each tab gets its own form type class for maintainability
  • Tab titles must use $this->trans() for translation
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. 10d ago First seen · 42 lines · 69 tokens per session scan A a385b6ee0109

Subscribe to this mod's changes

create-form-tab-layout is a skill published in the GitHub repository jeffsenso/prestashop-skills (5 stars, last pushed 15d ago), licensed MIT. It adds 69 tokens to every session and 448 once invoked, about $0.0003 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

barcode-get-barcode

Returns a raw PNG image of the barcode. Ideal for direct embedding or file download.

bobadilla-tech/requiems-api-skills · 22 tokens

authos-service-management

Manage AuthOS tenant services, OAuth client credentials, redirect URIs, device activation URIs, plans, API keys, SAML settings, and checkout. Use when creating or configuring applications inside an AuthOS organization.

drmhse/authos_skill · 48 tokens

ebay-search

Search eBay listings - find items, auctions, deals, and compare prices.

gooseworks-ai/goose-skills · 19 tokens

amazon-listing-images

Amazon product listing image strategy and optimization. Comprehensive shot planning, infographic design, lifestyle photography, mobile optimization, and conversion-focused visual content. Use when the user asks about Amazon images, product photography, visual optimization, or listing conversion.

nexscope-ai/Amazon-Skills · 51 tokens

amazon-shipping-calculator

Amazon FBA and FBM shipping cost calculator and fulfillment optimization. Dimensional weight analysis, storage fee calculation, removal cost estimation, and fulfillment method comparison. Use when the user asks about Amazon shipping costs, FBA fees, fulfillment costs, storage fees, or shipping calculations.

nexscope-ai/Amazon-Skills · 61 tokens

amazon-niche-finder

Profitable niche discovery for Amazon sellers. Identifies underserved markets with high demand but low competition. Analyzes market gaps, emerging segments, and untapped opportunities across categories. Use when the user asks about finding niches, profitable markets, underserved segments, market gaps, blue ocean…

nexscope-ai/Amazon-Skills · 74 tokens