ai-agent-tool-chain-generic: Skill for Claude Code

.claude/skills/react-widget-wiring/SKILL.md

react-widget-wiring is a skill for Claude Code from damian-demasi-aligent/ai-agent-tool-chain-generic. It costs 43 tokens per session (620 once invoked), scanned A, original, no licence file.

Integration patterns for mounting React interface widgets inside Magento, an e-commerce platform. They cover widget entry points, PHP templates, and data passed through HTML attributes.

In plain words
What is it for?
They help build Magento templates that start React widgets and pass Magento data into them.
Why use it?
They explain how to connect Magento’s server-rendered PHP pages with React components without guessing how data should cross that boundary.

Skill for Claude Code

Written for Claude Code: user-invocable in frontmatter.

This is damian-demasi-aligent/ai-agent-tool-chain-generic's own configuration. It tells Claude Code how to work on ai-agent-tool-chain-generic itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-agent-tool-chain-generic configures →

Reuse

Borrowing it

Nothing to install: this file belongs to damian-demasi-aligent/ai-agent-tool-chain-generic. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/damian-demasi-aligent/ai-agent-tool-chain-generic/main/.claude/skills/react-widget-wiring/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/damian-demasi-aligent/ai-agent-tool-chain-generic

Made for: Claude Code.

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 react-widget-wiring

README.md
[![agentmods](https://agentmods.dev/badge/skills/damian-demasi-aligent/ai-agent-tool-chain-generic/react-widget-wiring/github.svg)](https://agentmods.dev/skills/damian-demasi-aligent/ai-agent-tool-chain-generic/react-widget-wiring)
Your own site
<a href="https://agentmods.dev/skills/damian-demasi-aligent/ai-agent-tool-chain-generic/react-widget-wiring"><img src="https://agentmods.dev/badge/skills/damian-demasi-aligent/ai-agent-tool-chain-generic/react-widget-wiring/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 react-widget-wiring

Your own site · 80×15
<a href="https://agentmods.dev/skills/damian-demasi-aligent/ai-agent-tool-chain-generic/react-widget-wiring"><img src="https://agentmods.dev/badge/skills/damian-demasi-aligent/ai-agent-tool-chain-generic/react-widget-wiring.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 620 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 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.00043 $0.00620
Opus 5 $0.00022 $0.00310
Sonnet 5 $0.00009 $0.00124
Haiku 4.5 $0.00004 $0.00062

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

Security

Grade A, and why

react-widget-wiring 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 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.

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.

.claude/skills/react-widget-wiring/SKILL.md · 70 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 · 70 lines · 43 tokens per session scan A dd708d9f41b5

Subscribe to this mod's changes

react-widget-wiring is a skill published in the GitHub repository damian-demasi-aligent/ai-agent-tool-chain-generic (2 stars, last pushed 5mo ago), with no licence file. It adds 43 tokens to every session and 620 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.

Related

Other skills, from other repositories

sfnext-extensions

Build extensions for Storefront Next using target-config.json, target points, extension routes, and translation namespaces. Use when creating modular features, inserting components into UI targets, adding extension routes, adding a section to an existing page, or using SFDCEXT integration markers. Covers the…

SalesforceCommerceCloud/b2c-developer-tooling · 96 tokens

sfnext-page-designer

Integrate Page Designer with Storefront Next using React decorators, component registry, and Region rendering. Use when creating merchant-editable pages, adding Page Designer components with @Component/@AttributeDefinition decorators, using fetchPageFromLoader, or rendering Regions. This is for the React/Storefront…

SalesforceCommerceCloud/b2c-developer-tooling · 84 tokens

sfnext-project-setup

Create and configure Storefront Next projects. Use when creating a new storefront, understanding project structure, setting up environment variables, or running the sfnext CLI for the first time. Covers project creation, directory layout, .env configuration, and sfnext CLI basics.

SalesforceCommerceCloud/b2c-developer-tooling · 58 tokens

sfnext-routing

Implement file-based routing in Storefront Next with React Router 7. Use when adding new pages, creating layout routes, defining route parameters, or understanding route module exports (loader, action, component, meta). Covers flat-routes conventions, nested layouts, and the app prefix.

SalesforceCommerceCloud/b2c-developer-tooling · 61 tokens

sfnext-state-management

Manage client-side state in Storefront Next using React context providers and feature-level Zustand stores. Use when handling basket/auth UI state, creating extension stores (for example store locator), or syncing client-visible state after server mutations. NOT for server-side data loading — see sfnext-data-fetching…

SalesforceCommerceCloud/b2c-developer-tooling · 66 tokens

vendure-dashboard-migration

Migrates Vendure Admin UI extensions (legacy Angular-based) to the new React Dashboard.

vendurehq/vendure · 24 tokens