general_markdown

A guided workflow for writing a Chinese academic article in Markdown about an automated research system. It covers the introduction, background, experiments, conclusions, charts, diagrams, and later editing.

In plain words
What is it for?
Use it to create and revise `article_version_1.md` and `article_version_2.md`, including research background, experiment analysis, figures, tables, diagrams, transitions, and a generated cover image.
Why use it?
It turns research notes and results into a structured article while prompting deeper analysis of charts and clearer explanations for readers.

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/binary-husky/alphaautoresearch/general_markdown
Any agent
npx skills add binary-husky/AlphaAutoResearch --skill general_markdown
Clone the repo
git clone --depth 1 https://github.com/binary-husky/AlphaAutoResearch

Made for: Claude Code, Codex.

Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 730 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.00000 $0.00730
Opus 5 $0.00000 $0.00365
Sonnet 5 $0.00000 $0.00146
Haiku 4.5 $0.00000 $0.00073

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

Security

Grade A, and why

general_markdown 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 2d 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.

alpha_auto_research/skills/writing/general_markdown/SKILL.md · 48 lines

What it actually says

第一阶段

针对当前的auto research进展,写一篇学术文章,使用markdown格式,包含 Introduction,Preliminary,Experiment,Conslusion

Introduction: 介绍 Alpha Auto Research,即本项目,主要是这个系统是如何执行自动化研究的,以及它的目标和意义。可以提到自动化研究在加速科学发现和创新方面的重要性。 Preliminary:介绍研究主题,注意需要web search,介绍相关的研究背景和现有的工作 Experiment:Auto Research 的步骤和结果 Conslusion:结论

默认语言:中文

强调:必须图文并茂,需要包含解释结果所需的曲线、表格、示意图等,并且需要对结果进行分析和解释,不能只展示结果,还要分析结果背后的原因和意义

写入 article_version_1.md 文件中

第二阶段

检查所有图表,确保它们绘制无误、布局无误、清晰美观、结论明显。

如果有问题,重新绘制并校验。

从基本的训练曲线和训练图表中,进行更深层的分析,发掘更多细节和规律,并绘制更具体的seaborn图标验证这些规律。

写入 article_version_2.md 文件中

第三阶段

  • 使用以下skill生成炫酷的封面图 alpha_auto_research/skills/banana_image

  • 检查一下章节、小节之间的衔接,如果衔接不好,进行润色修改。必要时,每个小节开头都要有一个过渡段,介绍一下这一小节的内容和它与前一小节的关系。

  • 对不合理的表述进行修改,确保你是在跟读者沟通,而不是机械地完成任务。

    • 例如 “> 生成日期:2026-04-14” 这个是不合理的表述,因为它没有什么意义,读者也不关心这个日期,要予以移除。
    • 再例如 “与 v1 的差别:基于...” 这就很荒谬,你认为读者关心文章有没有 v1 版本吗?
    • 再比如 “Alpha Auto Research(本项目) 是一个面向大模...” 这个表述也不合理,因为读者并不知道什么是 Alpha Auto Research,所以你应该直接介绍 Alpha Auto Research 是什么,而不是先说它是“本项目”,再在后面介绍它是什么。总之,你要确保你的表述是合理的,能够让读者理解你的意思,而不是让读者感到困惑或者无聊。
    • 举一反三,找到其他类似的表述,并进行修改。
  • 有些内容需要做成示意图(例如流程图、架构图等),以帮助读者更直观地理解复杂的概念和过程。例如 “PPO 在每个迭代中 ... 1, 2, 3 ppo_epochs ...mini_batch_num ...”,在文字表述的同时,需要用 banana_image 生成流程图并highlight这些参数如何起作用。另外这是GRPO训练,而不是PPO

  • 把所有的图片通过以上的 skill 上传到图床中,方便分享和传输:使用图床处理所有图片 alpha_auto_research/skills/banana_image

写入 article_version_3.md 文件中

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. 2d ago First seen · 48 lines · 0 tokens per session scan A be62db930c61

Subscribe to this mod's changes

general_markdown is a skill published in the GitHub repository binary-husky/AlphaAutoResearch (11 stars, last pushed 3mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 730 tokens. 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

systematic-debugging

Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes.

obra/superpowers · 21 tokens

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.

obra/superpowers · 37 tokens

auto-perf-optimize

Run agent-driven VS Code performance or memory investigations. Use when asked to launch Code OSS, automate a VS Code scenario, run the Chat memory smoke runner, capture renderer heap snapshots, take workflow screenshots, compare run summaries, or drive a repeatable scenario before heap-snapshot analysis.

microsoft/vscode · 62 tokens

chat-perf

Run chat perf benchmarks and memory leak checks against the local dev build or any published VS Code version. Use when investigating chat rendering regressions, validating perf-sensitive changes to chat UI, or checking for memory leaks in the chat response pipeline.

microsoft/vscode · 51 tokens

chat-pet-sprite-creation

Use when creating or changing VS Code chat pet sprite art, sprite sheets, state animations, eye treatments, Stable/Insiders variants, or pet transitions under src/vs/workbench/contrib/chat/browser/widget/media/chatPet.

microsoft/vscode · 53 tokens

cpu-profile-analysis

Analyze V8/Chrome CPU profiles (.cpuprofile) and DevTools trace files (Trace-.json). Use when: profiling performance, investigating slow functions, comparing code paths, finding bottlenecks, analyzing timeToRequest, understanding call trees from sampling profiler data, analyzing layout/paint/rendering, investigating…

microsoft/vscode · 71 tokens