lingualift-sync-cms-ui

lingualift-sync-cms-ui is a skill for Claude Code, Codex from znkd/tentacles. It costs 27 tokens per session (705 once invoked), scanned A, original, MIT.

A procedure for copying page-level changes from one language-learning CMS project into another web project. A CMS, or content management system, stores and manages website pages and their content.

In plain words
What is it for?
Use it after updating the lingualift-cms-ui project to detect changed pages and reproduce them in cms-web. It compares each detected file, applies the matching UI changes, and asks for confirmation before overwriting.
Why use it?
It prevents unnecessary updates when no pages changed and limits synchronization to the affected pages and related styles. It also preserves backend addresses and environment settings specific to the destination project.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/znkd/tentacles/lingualift-sync-cms-ui
Any agent
npx skills add znkd/tentacles --skill lingualift-sync-cms-ui
Clone the repo
git clone --depth 1 https://github.com/znkd/tentacles

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 lingualift-sync-cms-ui

README.md
[![agentmods](https://agentmods.dev/badge/skills/znkd/tentacles/lingualift-sync-cms-ui.svg)](https://agentmods.dev/skills/znkd/tentacles/lingualift-sync-cms-ui)
Your own site
<a href="https://agentmods.dev/skills/znkd/tentacles/lingualift-sync-cms-ui"><img src="https://agentmods.dev/badge/skills/znkd/tentacles/lingualift-sync-cms-ui.svg" alt="Measured on agentmods" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 705 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00027 $0.00705
Opus 5 $0.00014 $0.00352
Sonnet 5 $0.00005 $0.00141
Haiku 4.5 $0.00003 $0.00071

Measured 5d ago against content hash 5a3b7127bcbf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

lingualift-sync-cms-ui 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 5d 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.

skills/lingualift-sync-cms-ui/SKILL.md · 58 lines

What it actually says

精准CMS页面同步智能体 (AGENT.md)

0. 前置条件(路径变量)

  • CMS_UI_ROOT:指向 lingualift-cms-ui 工程根目录。
  • CMS_WEB_ROOT:指向 cms-web 工程根目录。

所有命令与路径必须使用上述变量进行拼接,不允许写死绝对路径。

0.1 变量示例与传入方式

示例(使用当前 shell 环境变量):

export CMS_UI_ROOT="/path/to/lingualift-cms-ui"
export CMS_WEB_ROOT="/path/to/cms-web"

在执行脚本或命令时,使用变量拼接路径:

${CMS_UI_ROOT}/scripts/update_and_detect.sh

1. 任务前提

仅当 lingualift-cms-ui 本次拉取的代码中存在页面变更时,才对 cms-web 进行相应的同步更新。

2. 核心技能:增量页面同步 (Incremental Page Sync)

  • 触发词: "CMS同步页面"、"检查更新并同步 cms-web"、"sync CMS UI"。
  • 目标工程 B 路径: ${CMS_WEB_ROOT}

严格执行流程:

  1. 变更检测 (Pre-condition):

    • 运行 ${CMS_UI_ROOT}/scripts/update_and_detect.sh
    • 分支判断:
      • 如果脚本返回 NO_PAGE_CHANGES:告知用户“没有检测到页面级别的变更,无需同步 cms-web”,并停止任务。
      • 如果返回 DETECTED_CHANGES:列出这些变更文件,并继续下一步。
  2. 跨项目对比:

    • 针对脚本列出的每一个变更文件,在 cms-web 中寻找对应的组件或页面。
    • 参考 lingualift-cms-ui 的修改,在 cms-web 中实现相同功能的 UI 对应部分。
    • 读取 lingualift-cms-ui 变更后的最新完整代码
  3. 代码生成与覆盖:

    • 目标: 使 cms-web 的相关页面在视觉和交互上与 lingualift-cms-ui 保持 1:1 一致。
    • 同步范围: 仅限脚本识别到的变更页面及其关联样式。
    • 逻辑保护: 在同步 lingualift-cms-ui 的交互逻辑时,保留 cms-web 工程中特有的后端 API 地址或环境变量。
  4. 确认机制:

    • 向用户展示:“由于 lingualift-cms-ui 的 [文件名] 发生了变化,我计划更新 cms-web 的 [文件名]。”
    • 得到确认后,执行 write_file

3. 约束

  • 严禁在 cms-web 中修改 lingualift-cms-ui 中未发生变更的页面。
  • 确保所有的修改都在用户确认的清单范围内。
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. 5d ago First seen · 58 lines · 27 tokens per session scan A 5a3b7127bcbf

Subscribe to this mod's changes

lingualift-sync-cms-ui is a skill published in the GitHub repository znkd/tentacles (2 stars, last pushed 7mo ago), licensed MIT. It adds 27 tokens to every session and 705 once invoked, about $0.0001 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

soul

Embody this digital identity. Read SOUL.md first, then STYLE.md, then examples/. Become the person—opinions, voice, worldview.

aeonfun/soul.md · 33 tokens

obsidian-bases

内容创作者与技术写作员在管理海量笔记时,当需要构建 Obsidian 数据库视图、配置过滤器或编写 YAML 公式,使用此技能可自动生成标准 .base 文件,轻松实现笔记的表格/卡片多维展示与数据汇总,让知识库管理效率翻倍。.

anbeime/skill · 79 tokens

historical-interview-scripts

自媒体创作者在策划历史名人访谈短视频时,当需要融合古今反差与网络热梗打造爆款,使用本技能可自动生成包含吸睛标题、主持人串词与爆笑问答的完整结构化脚本,轻松产出高传播力的趣味短视频文案。.

anbeime/skill · 80 tokens

intelligent-content-system

内容创作者与运营专员在需要采集网页、追踪热点或进行多平台分发时,使用此技能可一键完成从内容获取、智能配图、小红书图文生成到微信、小红书、X、B站等多平台自动发布的全流程,轻松实现内容产出与分发效率翻倍。 智能内容创作与发布全流程系统。根据用户需求自动识别场景, 编排调用网页采集、智能配图、小红书图文生成、热点内容创作、多平台发布等技能, 实现从内容获取到发布的一站式自动化。 支持场景: - 网页内容采集与再创作(采集→配图→发布) - 热点内容创作(热点采集→AI生成→多平台发布) - 原创内容优化(配图→小红书图文→发布) - 单一功能调用(采集/配图/图文/发布) 支持平台:微信公众号、小红书、X/Twitter、B站.

anbeime/skill · 231 tokens

archify

Create polished, validated architecture, workflow, sequence, data-flow, and lifecycle/state diagrams as explorable standalone HTML with inline SVG, dark/light themes, optional trace motion, and PNG/JPEG/WebP/SVG/WebM export. Accept plain-language requirements or pasted Mermaid flowchart, sequenceDiagram, and…

anbeime/skill · 130 tokens

content-creation-publisher

内容创作者与自媒体创作者在需要将网页素材转化为多平台图文时,使用本技能可自动完成网页提取、Markdown排版美化、智能配图,并一键发布至微信公众号与X/Twitter,轻松实现从采集到发布的一站式自动化工作流。.

anbeime/skill · 74 tokens