component-generator

component-generator is an agent for Claude Code from h315uk3/symbiosis. It costs 33 tokens per session (764 once invoked), scanned A, original, AGPL-3.0.

An agent for creating new skills or agents from recurring patterns or stated requirements.

In plain words
What is it for?
Use it to generate skills, create agents, or convert learned patterns into components.
Why use it?
It helps turn a useful procedure or repeated need into a reusable coding-agent component.

Agent for Claude Code

Written for Claude Code: shipped in a Claude Code plugin. Also seen: model in frontmatter.

Part of the as-you plugin — 5 commands, 5 agents shipped together

Good fit Use it to generate skills, create agents, or convert learned patterns into components.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/h315uk3/symbiosis/component-generator
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.

Clone the repo
git clone --depth 1 https://github.com/h315uk3/symbiosis

Made for: Claude Code.

Or install as-you, the plugin that ships this one along with the rest of its 5 commands, 5 agents.

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 component-generator

README.md
[![agentmods](https://agentmods.dev/badge/agents/h315uk3/symbiosis/component-generator/github.svg)](https://agentmods.dev/agents/h315uk3/symbiosis/component-generator)
Your own site
<a href="https://agentmods.dev/agents/h315uk3/symbiosis/component-generator"><img src="https://agentmods.dev/badge/agents/h315uk3/symbiosis/component-generator/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 component-generator

Your own site · 80×15
<a href="https://agentmods.dev/agents/h315uk3/symbiosis/component-generator"><img src="https://agentmods.dev/badge/agents/h315uk3/symbiosis/component-generator.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 764 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.00033 $0.00764
Opus 5 $0.00016 $0.00382
Sonnet 5 $0.00007 $0.00153
Haiku 4.5 $0.00003 $0.00076

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

Security

Grade A, and why

component-generator 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.

plugins/as-you/agents/component-generator.md · 132 lines

The source is not reproduced here

Licensed AGPL-3.0

The repository is licensed AGPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

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. 10d ago First seen · 132 lines · 33 tokens per session scan A 4e5eadff1135

Subscribe to this mod's changes

component-generator is an agent published in the GitHub repository h315uk3/symbiosis (12 stars, last pushed 5mo ago), licensed AGPL-3.0. It adds 33 tokens to every session and 764 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-30.

Related

Other agents, from other repositories

eval-skew-reviewer

Reviews diffs that add or change a write-time enrichment feature / retrieval channel for training-serving skew — verifies the feature is wired into the ONE canonical ingest path AND the eval seed AND the seed liveness contract, so it can't ship "merged-but-inert". Use after changes touching ingest enrichment, a new…

7xuanlu/wenlan · 90 tokens

research-fetcher

Background content fetcher — fetches URLs, saves raw content, and verifies output. Use when a skill needs to delegate content extraction without synthesis.

harnessprotocol/harness-kit · 33 tokens

code-explorer

Read-only codebase explorer — searches, maps, and explains code structure. Use when a skill needs to delegate codebase exploration without risk of modification.

harnessprotocol/harness-kit · 34 tokens

library-auditor

Read-only content auditor for LibrAIum's library (data/entries/). It runs the deterministic curation report and interprets it — lastchecked freshness buckets, thin shelves, singleton/near-synonym tag drift, uncovered stale/archived succession holes, reception staleness — adds the one judgment-only check the report…

nel-neru/LibrAIum · 0 tokens

ui-reviewer

Read-only design reviewer for LibrAIum's frontend. It reviews a diff of src//.svelte and src//.css against DESIGN.md and the Flexoki token system in src/styles.css — tokens-only (no invented colors/fonts/radii/shadows/hex literals), one chromatic accent, light+dark both handled, the type/spacing/shape/motion scales…

nel-neru/LibrAIum · 0 tokens

libraium-reviewer

Repo-specific code reviewer for LibrAIum. It reviews diffs or recently written code against this project's hard rules — dual-implemented data format, Svelte 5 runes-only frontend, Tauri camelCase/snakecase boundary, async + spawnblocking for network work, keyring-only secrets, no swallowed errors — and returns…

nel-neru/LibrAIum · 0 tokens