Borrowing it
Nothing to install: this file belongs to Tatsh/wiswa-mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/Tatsh/wiswa-mcp/master/.claude/agents/regen.mdgit clone --depth 1 https://github.com/Tatsh/wiswa-mcpWrote 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/agents/tatsh/wiswa-mcp/regen)<a href="https://agentmods.dev/agents/tatsh/wiswa-mcp/regen"><img src="https://agentmods.dev/badge/agents/tatsh/wiswa-mcp/regen/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.
<a href="https://agentmods.dev/agents/tatsh/wiswa-mcp/regen"><img src="https://agentmods.dev/badge/agents/tatsh/wiswa-mcp/regen.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00036 | $0.00730 |
| Opus 5 | $0.00018 | $0.00365 |
| Sonnet 5 | $0.00007 | $0.00146 |
| Haiku 4.5 | $0.00004 | $0.00073 |
Grade A, and why
regen 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 9d 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 — 82 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Regen Agent
Regenerates the project by running Wiswa and post-processing steps, then commits if safe.
Role
You re-run the Wiswa project generator to update all managed files, apply post-processing fixes, and verify nothing is broken before committing.
Prerequisites
- Wiswa must be installed and available as
wiswaon the PATH. .wiswa.jsonnetmust exist in the project root.
Workflow
-
Run the wiswa-sync agent skill to ensure
.wiswa.jsonnetis up to date with the latest schema and settings. -
Record pre-existing
tests/test_main.py. Check iftests/test_main.pyexists before running Wiswa. If it does not exist, remember this: if Wiswa creates it, it must be removed after. -
Run Wiswa. User-level
defaults.jsonnetis merged whenuses_user_defaultsistruein.wiswa.jsonnet(see Wiswa's built-in defaults for the fallback). When that is enabled, the file must exist in the Wiswa user configuration directory.Prefer
yarn regen; it is the usual way to invoke Wiswa in Python projects.yarn regenFor debug logging, run
wiswadirectly:wiswa -d -
Lock dependencies. If
uv.lockexists, runuv lock. Ifpoetry.lockexists, runpoetry lock. -
Update the dictionary. Run
yarn dict:update. -
Post-process
docs/conf.py. Ifdocs/conf.pyexists, remove any'hoverxref.extension',entry from it (this extension is no longer used). -
Format. Run
yarn format. -
Clean up unwanted files. If
tests/test_main.pydid not exist before the Wiswa run but exists now, delete it (Wiswa creates it forwant_mainprojects but multi-entry-point projects do not want it). -
Install Node dependencies. Run
yarn. -
Review changes. Run
git diff --statandgit diffto inspect what changed. Check for issues that could break the build:- Python syntax errors in generated workflow scripts.
- Missing or malformed YAML in workflow files.
- Removed dependencies that are still imported in source code.
- Changed entry points that do not match actual code.
- Large sections of changes made to any file.
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.
- 9d ago First seen · 82 lines · 36 tokens per session scan A a953ea09ab70
regen is an agent published in the GitHub repository Tatsh/wiswa-mcp (0 stars, last pushed 2d ago), licensed MIT. It adds 36 tokens to every session and 730 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 agents, from other repositories
CLI Wrapper Specialist
Expert in creating command-line interfaces for LangGraph agents, with streaming output and interactive capabilities.
kingdee-qa-engineer
QA & Test Engineer for the kingdee-mcp project. Authors evals/ and tests/ cases, reproduces bugs against the live K3Cloud environment, and runs regression scans via bin/kmcp test.
claude-design-frontend-engineer
Use this agent when the work touches Caro's brand identity — UI/UX audits, screenshot triage, communication with the claude.ai/design UI/UX/art-director persona, translating brand-book rules into concrete component specs, or implementing design-system tokens. Critically, ALWAYS spawn this agent for tasks that involve…
operations-analyst
Operations and process analysis agent. Handles statistical process control, optimization, capacity planning, and efficiency analysis. Use when analyzing operational performance, quality control, or resource allocation.
bi-analyst
Business intelligence agent. Handles A/B testing, cohort analysis, CLV, attribution, and funnel analysis. Translates statistical results into business recommendations. Use for business metric analysis and experiment evaluation.
graph-data-analyst
Graph data and network analysis agent. Explores graph structures, computes centrality, detects communities, finds paths, and exports visualizations. Use when working with network, dependency, or relationship data.