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.
npx agentmods add skills/guiziweb/guiziweb-plugins/extends-formnpx skills add Guiziweb/guiziweb-plugins --skill extends-formgit clone --depth 1 https://github.com/Guiziweb/guiziweb-pluginsWrote 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.
[](https://agentmods.dev/skills/guiziweb/guiziweb-plugins/extends-form)<a href="https://agentmods.dev/skills/guiziweb/guiziweb-plugins/extends-form"><img src="https://agentmods.dev/badge/skills/guiziweb/guiziweb-plugins/extends-form.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00035 | $0.01241 |
| Opus 5 | $0.00017 | $0.00620 |
| Sonnet 5 | $0.00007 | $0.00248 |
| Haiku 4.5 | $0.00003 | $0.00124 |
Grade A, and why
extends-form 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.
How it starts
The opening of the file, as written. The whole thing — 142 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Extend a Sylius admin form
Ask the user if not provided:
- TargetModel: the Sylius entity whose admin form receives the new field (e.g.
Product,Taxon,Channel,Customer) - FieldName: the property name, camelCase — must match the column on the entity (e.g.
metadataTitle) - FieldType: the Symfony form type to use — a scalar (
TextType,TextareaType,IntegerType,CheckboxType) or a custom type such as{Related}AutocompleteTypefor a relation - Whether the field is required (default:
false) - The target section hook (default:
general). To list available sections, on Sylius 2.3+:
On older versions, fall back tobin/console sylius:debug:twig-hooks sylius_admin.{target_model_snake}bin/console debug:config sylius_twig_hooks.
Prerequisites:
- The field must exist on the entity. Run
/sylius-app:extends-modelfirst for a Sylius core entity, or add the column on your own resource. - For an entity-autocomplete field type, run
/sylius-app:add-autocompletefirst so{Related}AutocompleteTypeexists.
1. Identify the target FormType
bin/console sylius:debug:resource sylius.{target_model_snake}
The classes.form row in the output is the FormType FQCN used by the admin. Use it directly as the use statement and as the getExtendedTypes() return. Without an argument, the command lists every resource alias.
2. Create the FormTypeExtension
src/Form/Extension/{TargetModel}/{TargetModel}TypeExtension.php:
<?php
declare(strict_types=1);
namespace App\Form\Extension\{TargetModel};
use {TargetFormFqcn}; // value returned by step 1
use Symfony\Component\Form\AbstractTypeExtension;
use Symfony\Component\Form\Extension\Core\Type\{FieldType}; // or your custom type
use Symfony\Component\Form\FormBuilderInterface;
final class {TargetModel}TypeExtension extends AbstractTypeExtension
{
public function buildForm(FormBuilderInterface $builder, array $options): void
{
$builder->add('{field_name}', {FieldType}::class, [
'label' => 'app.form.{target_model_snake}.{field_name}',
'required' => {required},
]);
}
public static function getExtendedTypes(): iterable
{
return [{TargetModel}Type::class];
}
}
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.
- 4d ago First seen · 142 lines · 35 tokens per session scan A 6a7ec58a9f19
extends-form is a skill published in the GitHub repository Guiziweb/guiziweb-plugins (4 stars, last pushed 1mo ago), licensed MIT. It adds 35 tokens to every session and 1,241 once invoked, about $0.0002 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.
Other skills, from other repositories
planning-with-files-ar
تخطيط مستمر قائم على الملفات لعمل وكلاء الذكاء الاصطناعي متعدد الخطوات. يحتفظ بملفات taskplan.md و findings.md و progress.md على القرص، وتحقن خطافات دورة الحياة سياق التخطيط المحدد للمشروع. تقرأ الاستعادة التلقائية ملفات تخطيط المشروع فقط. يمكن للأمر الصريح session-catchup.py --metadata فحص بيانات وصفية لجلسات الوكيل…
kl-consistency-test
Write, calibrate, and debug the prefill-vs-decode logprob (KL) consistency tests in sglang -- the two independent conditions a zero requires (every operator batch-invariant, and the two paths computing the same function), which helper separates them, how to pick a threshold once they hold, and how to localize a…
i18n-localization
Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
baoyu-youtube-transcript
Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…
switchyard-rust-review
Review Switchyard Rust changes for correctness and maintainability. Use for pull requests or diffs touching crates, PyO3 bindings, async runtime behavior, streaming, protocol types, translation, algorithms, or LLM clients.
seedance-vocab-ja
This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.