diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 463d777..6ee379d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -112,6 +112,7 @@ jobs: merge-multiple: true - shell: bash env: + GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} VERSION: ${{ needs.version-check.outputs.version }} run: | @@ -153,6 +154,7 @@ jobs: merge-multiple: true - shell: bash env: + GH_REPO: ${{ github.repository }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} VERSION: ${{ needs.version-check.outputs.version }} run: | diff --git a/skills/eli5/SKILL.md b/skills/eli5/SKILL.md new file mode 100644 index 0000000..fe1d947 --- /dev/null +++ b/skills/eli5/SKILL.md @@ -0,0 +1,25 @@ +--- +name: eli5 +description: Explain research, papers, or technical ideas in plain English with minimal jargon, concrete analogies, and clear takeaways. Use when the user says "ELI5 this", asks for a simple explanation of a paper or research result, wants jargon removed, or asks what something technically dense actually means. +--- + +# ELI5 + +Use `alpha` first when the user names a specific paper, arXiv id, DOI, or paper URL. + +If the user gives only a topic, identify 1-3 representative papers and anchor the explanation around the clearest or most important one. + +Structure the answer with: +- `One-Sentence Summary` +- `Big Idea` +- `How It Works` +- `Why It Matters` +- `What To Be Skeptical Of` +- `If You Remember 3 Things` + +Guidelines: +- Use short sentences and concrete words. +- Define jargon immediately or remove it. +- Prefer one good analogy over several weak ones. +- Separate what the paper actually shows from speculation or interpretation. +- Keep the explanation inline unless the user explicitly asks to save it as an artifact. diff --git a/website/src/pages/index.astro b/website/src/pages/index.astro index e6cee20..ea551eb 100644 --- a/website/src/pages/index.astro +++ b/website/src/pages/index.astro @@ -13,7 +13,6 @@ const workflows = [ { command: "/draft", description: "Polished paper-style draft with inline citations from findings" }, { command: "/autoresearch", description: "Autonomous loop: hypothesize, experiment, measure, repeat" }, { command: "/watch", description: "Recurring monitor for new papers, code, or product updates" }, - { command: "/outputs", description: "Browse all research artifacts, papers, notes, and experiments" }, ] const agents = [