skill-genshin-content-adder — genshin content automation skill-genshin-content-adder, Genshin-Damage-calculation, community, genshin content automation, ide skills, automated data fetching for Genshin content, Claude Code, Cursor, Windsurf

v1.0.0
GitHub

About this Skill

Perfect for Genshin Impact Analysis Agents needing automated content creation and validation capabilities. skill-genshin-content-adder is a technical skill that automates the process of adding Genshin content through a segmented confirmation mechanism, ensuring high precision in content generation.

Features

Runs fetch_content.py for automated data collection of attributes and multipliers
Utilizes data.py for base stats and skill multipliers display and user confirmation
Generates temp_frames.csv and temp_physics.csv templates for physics data entry
Merges user-filled data into structured formats in data.py
Employs a strict development flow with user-confirmed validation nodes

# Core Topics

MCZME MCZME
[0]
[0]
Updated: 3/8/2026

Agent Capability Analysis

The skill-genshin-content-adder skill by MCZME is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for genshin content automation, automated data fetching for Genshin content.

Ideal Agent Persona

Perfect for Genshin Impact Analysis Agents needing automated content creation and validation capabilities.

Core Value

Empowers agents to automate Genshin content creation through user-confirmed validation nodes, utilizing Python scripts like `fetch_content.py` and data validation with `data.py`, ensuring accuracy in data collection and verification.

Capabilities Granted for skill-genshin-content-adder

Automating Genshin content data collection and verification
Generating and validating character stats and skill multipliers
Streamlining physics data entry for character interactions

! Prerequisites & Limits

  • Requires manual user confirmation for validation nodes
  • Python scripting required for automation
  • Limited to Genshin Impact content creation and analysis
Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

skill-genshin-content-adder

Install skill-genshin-content-adder, an AI agent skill for AI agent workflows and automation. Works with Claude Code, Cursor, and Windsurf with one-command...

SKILL.md
Readonly

技能:原神内容添加器 (Genshin Content Adder)

概述

本技能旨在通过“分段确认制”确保仿真精度。在开发过程中,必须严格遵循用户的人工验证节点,严禁跨阶段开发。


🛠️ 标准开发流 (SOP v2.4)

阶段 1:自动化获取与基础验证 (Base Verification)

  1. 数据抓取:运行 fetch_content.py 自动获取属性与倍率。
  2. [人工确认]:向用户展示 data.py 中的 BASE_STATSSKILL_MULTIPLIERS
    • 未获确认前,禁止进入下一阶段。

阶段 2:物理数据交互录入 (Physics Entry)

  1. 生成模版:在角色目录下创建 temp_frames.csvtemp_physics.csv 模版。
  2. 数据填入:由用户将实测的帧数、中断窗口及物理参数填入。
  3. 数据合并:读取 CSV 并将结构化数据写入 data.py
  4. [人工确认]:展示合并后的 data.py 动作配置,用户确认转译准确性。

阶段 3:组件化迭代开发 (Component Iteration)

  1. 原子单位开发:按 entities.py -> effects.py -> skills.py 顺序分块实现。
  2. 技术交流:每完成一个原子单位,必须展示实现思路、核心算法,并进行深度技术讨论。
  3. [人工确认]:获得用户对当前逻辑块的明确授权后,方可继续。

阶段 4:组装与终验 (Orchestration & QA)

  1. 主类总装:在 char.py 中实例化并挂载所有组件。
  2. 序列仿真:运行测试序列并展示 EventFlow 日志。
  3. [最终验收]:用户对整体表现进行最终确认。

📂 目录结构规范

text
1character/[REGION]/[name_en]/ 2├── __init__.py # 注册与导出 3├── char.py # 主编排类 4├── data.py # [NEW] 混合数据中心:属性(自动) + 物理(交互) 5├── skills.py # 意图 -> 动作工厂 6├── talents.py # 被动效果 7├── constellations.py # 命座效果 8├── entities.py # [可选] 物理实体逻辑 9└── effects.py # [可选] 角色特有状态

references:

  • docs/development/数据录入规范.md

📝 工程标准

  • 沟通优先:代码实现不是终点,与用户的讨论和确认才是核心。
  • 强制类型标注:所有函数签名必须包含参数和返回值的类型提示。
  • 双引号准则:字符串字面量统一使用双引号 "
  • 严禁魔法数字:逻辑代码中所有数值必须引用自 data.py

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is skill-genshin-content-adder?

Perfect for Genshin Impact Analysis Agents needing automated content creation and validation capabilities. skill-genshin-content-adder is a technical skill that automates the process of adding Genshin content through a segmented confirmation mechanism, ensuring high precision in content generation.

How do I install skill-genshin-content-adder?

Run the command: npx killer-skills add MCZME/Genshin-Damage-calculation/skill-genshin-content-adder. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for skill-genshin-content-adder?

Key use cases include: Automating Genshin content data collection and verification, Generating and validating character stats and skill multipliers, Streamlining physics data entry for character interactions.

Which IDEs are compatible with skill-genshin-content-adder?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for skill-genshin-content-adder?

Requires manual user confirmation for validation nodes. Python scripting required for automation. Limited to Genshin Impact content creation and analysis.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add MCZME/Genshin-Damage-calculation/skill-genshin-content-adder. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use skill-genshin-content-adder immediately in the current project.

Related Skills

Looking for an alternative to skill-genshin-content-adder or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.

149.6k
0
AI

flags

Logo of vercel
vercel

flags is a Next.js feature management skill that enables developers to efficiently add or modify framework feature flags, streamlining React application development.

138.4k
0
Browser

zustand

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI

data-fetching

Logo of lobehub
lobehub

The ultimate space for work and life — to find, build, and collaborate with agent teammates that grow with you. We are taking agent harness to the next level — enabling multi-agent collaboration, effortless agent team design, and introducing agents as the unit of work interaction.

72.8k
0
AI