🧪
QualityPython

Light Experiment Coding

by Light0305

Light Experiment Coding is a Quality skill for Claude Code, published by Light0305 in Light-skills.

544 stars69 forkson Light0305/Light-skillsAdded 2026/08/26+2% in starsRepository updated 2026/07/06
academic-writingagent-skillsai-agentai-skillsclaude-codecodexlatexliterature-reviewllm-skillsopencodepaper-writingresearch-toolsscientific-figuresscientific-workflow
Install in seconds
Install Light Experiment Coding
Copy Light Experiment Coding into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/Light0305/Light-skills/tree/master/skills/light-experiment-coding ~/.claude/skills/light-experiment-coding

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/Light0305/Light-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
skills/light-experiment-coding/SKILL.md in Light0305/Light-skills
Installs to
~/.claude/skills/light-experiment-coding
Collection
One of 23 skills cataloged from this repository
Category
Quality1354 skills

What Light Experiment Coding does

Light Experiment Coding implements frozen research plans as minimal, test-first experiment code with controls for leakage and reproducibility. Use it to build or review training, preprocessing, and evaluation runs with raw artifacts for result analysis.

Light Experiment Coding is cataloged under Quality on DirSkills. Light Experiment Coding comes from a repository tagged academic-writing, agent-skills, ai-agent, ai-skills and claude-code.

Documentation

README

实验编码(stage 6)

任务不是“写出能跑的 notebook”,而是把上游冻结计划逐行实现成可证伪、可复跑、可审计的实验。优先级:

  1. 不改研究问题;
  2. 不让评估信息进入训练;
  3. 能用固定环境与 seed 真复跑;
  4. 保留足够 raw evidence,让 result-analysis 自己重算;
  5. 代码整洁和速度服从以上约束。

先完整阅读 references/experiment-coding-resource-map.md。工具机制见 references/tools.md,TDD/调试红旗见 references/tdd_redflags.mdreferences/debug_protocol.md

入口:冻结输入

开始写码前读取并 hash:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Light Experiment Coding

  • What else does Light0305 publish alongside Light Experiment Coding?

    Light Experiment Coding is one of 23 skills that DirSkills catalogs from Light0305/Light-skills, the repository it ships in. Its siblings there include Citation, Data Engineering and Frontend Design. Each one is a separate skill with its own page in this directory, installs the same way Light Experiment Coding does, and is maintained by Light0305 in that same repository. The rest of the collection is listed on the Light0305/Light-skills page.

  • How does Light Experiment Coding compare to other Quality skills?

    Light Experiment Coding ranks #1178 by stars among the 1354 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Light Experiment Coding against them. Open each page to compare what they document and how they install.

More from Light0305/Light-skills

Light Experiment Coding is one of 23 skills cataloged on DirSkills from Light0305/Light-skills.

See all 23 skills
📚
5d ago

Citation

Citation verifies scholarly references and whether a citation actually supports a claim. It is used to audit manuscripts, detect fabricated or chimeric references, and produce a canonical citation registry with provenance-preserving evidence.
Writing
54469
🗂️
5d ago

Data Engineering

Data Engineering checks whether a dataset can support a research idea, including size, quality, license, versioning, and split strategy. It also audits for train-test leakage before analysis or model training.
Data
54469
🎨
5d ago

Frontend Design

Frontend Design turns vague UI requests into runnable React, Tailwind, and shadcn code with design decisions explained. Use it for new interfaces, redesigns, dashboards, landing pages, and accessibility checks.
Frontend
54469
🔍
5d ago

Idea Critique

Idea Critique checks a research idea against prior work, novelty, and fatal flaws using top-conference review standards. Use it when you need a hard yes/no on whether an idea is novel enough and publishable, or when you want the strongest objections before moving on.
AI Engineering
54469
🧭
5d ago

Light Consistency

Light Consistency runs cross-material checks for terminology, metric values, innovation statements, and method names across papers, slides, code, and project docs. Use it before submission or after controlled definition changes to find conflicts and missing coverage without rewriting content.
Quality
54469
📊
5d ago

Light Figure

Light Figure plans and renders publication-ready scientific figures that support specific claims. It is used when turning analysis results into paper figures, checking visual honesty, and reviewing rendered charts for layout issues.
Data
54469