layer4_5_reflexivity

layer4_5_reflexivity is a skill for Claude Code, Codex from duolongworld/AI_Renaissance. It costs 34 tokens per session (523 once invoked), scanned A, original, Apache-2.0.

A market-analysis layer that checks how crowded a trading signal is, whether its analytical framework still fits, and what stage its underlying logic is in.

In plain words
What is it for?
Use it to score crowding and framework stability, monitor the life cycle of a trading logic, and apply correction factors to an initial signal strength.
Why use it?
It reduces signal strength when many people are following the same idea, positions are concentrated, or the framework is becoming unstable. This helps account for the risk that a popular signal may reinforce itself or stop working.

Skill for Claude CodeCodex

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

Good fit Use it to score crowding and framework stability, monitor the life cycle of a trading logic, and apply correction factors to an initial signal strength.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/duolongworld/ai_renaissance/layer4_5_reflexivity
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 duolongworld/AI_Renaissance --skill layer4_5_reflexivity
Clone the repo
git clone --depth 1 https://github.com/duolongworld/AI_Renaissance

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 layer4_5_reflexivity

README.md
[![agentmods](https://agentmods.dev/badge/skills/duolongworld/ai_renaissance/layer4_5_reflexivity/github.svg)](https://agentmods.dev/skills/duolongworld/ai_renaissance/layer4_5_reflexivity)
Your own site
<a href="https://agentmods.dev/skills/duolongworld/ai_renaissance/layer4_5_reflexivity"><img src="https://agentmods.dev/badge/skills/duolongworld/ai_renaissance/layer4_5_reflexivity/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 layer4_5_reflexivity

Your own site · 80×15
<a href="https://agentmods.dev/skills/duolongworld/ai_renaissance/layer4_5_reflexivity"><img src="https://agentmods.dev/badge/skills/duolongworld/ai_renaissance/layer4_5_reflexivity.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 34 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 523 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.00034 $0.00523
Opus 5 $0.00017 $0.00262
Sonnet 5 $0.00007 $0.00105
Haiku 4.5 $0.00003 $0.00052

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

Security

Grade A, and why

layer4_5_reflexivity 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.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/__init__.py, scripts/analyzer.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/macro/layer4_5_reflexivity/SKILL.md · 54 lines

What it actually says

Layer 4.5: 反身性与元认知层(V3.1新增)

执行方式

  • 数值计算(压力计评分、修正系数计算)
  • 智能分析(范式稳定性判断)
  • 混合模式

三层元认知功能

  1. 反身性压力计:信号拥挤度监测
  2. 范式稳定性监测:框架适用性监测
  3. 逻辑生命周期监控:主导逻辑所处阶段

反身性压力计

四大压力指标

指标 满分 预警阈值 极端阈值
信号拥挤度 25 >50% >70%
仓位集中度 25 |z|>1.5 |z|>2.5
自我实现指数 25 >60% >80%
跨框架一致性 25 >70% >90%

压力等级

等级 得分 修正系数
绿色 0-30 1.0
黄色 30-50 0.75
橙色 50-70 0.50
红色 70-100 0.25

范式稳定性

状态 触发条件 修正系数
稳定 0个代理指标 1.0
动摇 1个代理指标 0.7
转移 ≥2个代理指标 0(仅Beta)

信号修正公式

最终强度 = Layer 4 初始强度 × 逻辑生命周期修正 × 反身性压力修正 × 范式稳定性修正

Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 9d ago First seen · 54 lines · 34 tokens per session scan A a1b4983edfd1

Subscribe to this mod's changes

layer4_5_reflexivity is a skill published in the GitHub repository duolongworld/AI_Renaissance (59 stars, last pushed 12d ago), licensed Apache-2.0. It adds 34 tokens to every session and 523 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 skills, from other repositories