Skip to content
Data
Skill

/brief

Write the one thing a person reads after an unattended run — its report — and the lecture notes that prepare them for it, in words they already have.

From plugin
magi
711 skills1 hook
Install
$ npx -y skills add Misaka16384/Wikify --skill brief --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/brief

Context preview

The summary Claude sees to decide when to auto-load this skill.

Write the one thing a person reads after an unattended run — its report — and the lecture notes that prepare them for it, in words they already have.

SKILL.md

brief.SKILL.md
name: brief
description: "Write the one thing a person reads after an unattended run — its report — and the lecture notes that prepare them for it, in words they already have."
commands:
  brief: "Write a run's report, or lecture notes on a method it used."
origin: magi

brief

When to use

A run has enough to write up, or only its report is left; or `magi next` lists lecture notes the person asked for.

Method

1. Report: `magi run outline <run> --write` (add `--empty` when nothing big was found: one page). The claims and whether each stands, the chain, the steps and the glossary are in it already; every `<!-- … -->` is yours to replace. 2. Write for one sitting, start to end: motivation → what is and is not shown → what is new → the picture and the core insight (brute force said honestly) → the derivation in chain order, keeping what was decided or is not obvious → decisions → failures worth knowing (at most 5, three lines each) → is it still promising. 3. `magi review drafts/runs/<run>.md` has another agent read it whole. Fix what it names, then `magi run report <run> drafts/runs/<run>.md`; the gate says what a reader would still trip on. 4. Lecture notes: `magi familiar list` shows what was asked for. Write `drafts/lectures/<concept>.md` from the concept card, the `raw/` sources and *the place a claim of this run uses it* — "in [[claim]] it enters like this" — pitched at what the list marks known. Inside a run, register a step first.

Rules

  • **Never** coin a name. A term the reader meets is a concept card

(`magi wiki add-concept --name "…" --source "…" --content "…"`) or plain words.

  • **Never** cite a claim by its slug alone: quote its statement where it first

appears. A slug means nothing to the person reading.

  • A term `magi familiar list` does not mark known is defined at first use, or

linked to its lecture notes.

  • Present nothing as established that section 2 marks unreviewed or contested.
Read more
Ships withmagi

MAGI 是一个 agent-native 的科研工作环境:人是驾驶员,LLM agent 是机体,确定性的 magi CLI 是拘束具——三者同步率越高,科研越快。它把学术论文(PDF/LaTeX)摄入、编译为 Obsidian 兼容的概念卡片项目,并用三核架构管理完整的科研状态: 进入任意项目先跑 magi sync——它输出同步率、三核状态和逐条可执行的修复提示。magi radar 是文献雷达:定时发现相关新论文,并侦察"知识上应引用我方论文却未引用"的候选。同一份 skills 通吃 Claude

Get the whole plugin
Stats
7
Stars
1
Forks
Active
Maintenance
Python
Language
1d ago
Last commit
3mo ago
Created

Repo: Misaka16384/Wikify

Other skills on magi.

adopt
Skill

adopt

Take a folder that already holds research — papers, notes, code, half-written drafts — into MAGI, without breaking what is already there.

discuss
Skill

discuss

Talk a run over with the person until it can be written down — motivation, directions, what is not worth it, when to stop, their taste — and they sign it.