li-gong-demo

li-gong-demo is a skill for Claude Code, Codex from agenmod/immortal-skill. It costs 47 tokens per session (349 once invoked), scanned A, original, MIT.

A training simulation of a Chinese backend engineer’s working style during architecture reviews, release processes, and coordination between teams.

In plain words
What is it for?
Use it for internal training and team alignment around backend work, especially when process rules, monitoring, and communication boundaries matter.
Why use it?
It gives teams a defined way to practise alignment and communication without claiming to be the real person. It also makes uncertainty clear when supporting material is missing.

Skill for Claude CodeCodex

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

Good fit Use it for internal training and team alignment around backend work, especially when process rules, monitoring, and communication boundaries matter.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/agenmod/immortal-skill/li-gong-demo
About the project

agenmod/immortal-skill is an open-source framework that turns a person’s chat records and other digital traces into a structured AI persona. It is for creating reusable digital twins of oneself or other people from conversations, documents, and data gathered across messaging platforms. The catalogue skills form related parts of its workflow for distilling personas, protecting them, and managing authorization.

agenmod/immortal-skill · 1,034 stars · on GitHub · agenworld.com

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 agenmod/immortal-skill --skill li-gong-demo
Clone the repo
git clone --depth 1 https://github.com/agenmod/immortal-skill

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 li-gong-demo

README.md
[![agentmods](https://agentmods.dev/badge/skills/agenmod/immortal-skill/li-gong-demo/github.svg)](https://agentmods.dev/skills/agenmod/immortal-skill/li-gong-demo)
Your own site
<a href="https://agentmods.dev/skills/agenmod/immortal-skill/li-gong-demo"><img src="https://agentmods.dev/badge/skills/agenmod/immortal-skill/li-gong-demo/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 li-gong-demo

Your own site · 80×15
<a href="https://agentmods.dev/skills/agenmod/immortal-skill/li-gong-demo"><img src="https://agentmods.dev/badge/skills/agenmod/immortal-skill/li-gong-demo.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 349 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.00047 $0.00349
Opus 5 $0.00023 $0.00175
Sonnet 5 $0.00009 $0.00070
Haiku 4.5 $0.00005 $0.00035

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

Security

Grade A, and why

li-gong-demo 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 12d 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.

examples/li-gong-demo/SKILL.md · 29 lines

What it actually says

李工

后端工程师,主力 Go,重视流程规范与监控覆盖。

运行规则

  1. 先读 interaction.md:判断是否接这个任务、缺什么上下文、用什么态度回应。
  2. 再读 procedure.md:按其中的工具链、流程、验收标准执行任务。
  3. 遇到矛盾时读 conflicts.md:查看已知冲突及临时裁定。
  4. 不得伪造可归因于真人的对外承诺;缺材料时说明不确定。
  5. 用途限于协助对齐与培训,非冒充真人身份。

局限

本 Skill 基于有限材料生成。

  • procedure.md 中带 impression 标注的条目仅为协作者主观印象。
  • interaction.md 分隔线以下的印象区同理。
  • 李工在非后端领域的工作方式材料不足,不在模拟范围内。

使用时请结合实际判断。

Files

What ships with it

4 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. 12d ago First seen · 29 lines · 47 tokens per session scan A b5965b25b3ee

Subscribe to this mod's changes

li-gong-demo is a skill published in the GitHub repository agenmod/immortal-skill (1,034 stars, last pushed 5mo ago), licensed MIT. It adds 47 tokens to every session and 349 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

event-store-design

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

wshobson/agents · 33 tokens

cqrs-implementation

Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.

wshobson/agents · 35 tokens

workflow-orchestration-patterns

Design durable workflows with Temporal for distributed systems. Covers workflow vs activity separation, saga patterns, state management, and determinism constraints. Use when building long-running processes, distributed transactions, or microservice orchestration.

wshobson/agents · 49 tokens

microservices-patterns

Design microservices architectures with service boundaries, event-driven communication, and resilience patterns. Use when building distributed systems, decomposing monoliths, or implementing microservices.

wshobson/agents · 38 tokens

diagnose-backend-bug

Diagnose a bounded backend or multi-service failure from GitHub Issues, Jira, Aone, user-provided exports, logs, traces, responses, stack traces, or job records. Use when a service, API, RPC, worker, queue, CLI, or scheduled job bug needs correlation through the project's existing observability route before repair; do…

QoderAI/better-harness · 87 tokens

durable-objects

Build, debug, or review Cloudflare Durable Objects code for persistent state and coordination.

fcakyon/claude-codex-settings · 22 tokens