Sandbox
@richard-kim-79/archora-skills

Research skill pack for Claude Code and agent skills

Archora Skills is a set of research-focused agent skills for Claude Code and other Agent Skills-compatible tools. It gives you reusable pieces for moving from notes to hypotheses, experiments, drafts, and review.

47 stars10 forksUpdated 4mo ago
Who it's for

Builders who want their agent to help with academic research from notes through paper review.

What it delivers

You can turn research notes into hypotheses, drafts, and critique without rebuilding the same workflow each time.

What it does

Hypothesis generation

Creates falsifiable research hypotheses from notes and documents.

Validation planning

Designs experimental protocols to test each hypothesis.

Paper drafting

Writes an IMRaD-structured paper draft.

Figure generation

Produces matplotlib and Mermaid visualization code.

Statistics checks

Detects statistical errors and logical fallacies.

Peer review simulation

Simulates journal review with an editor-in-chief and three reviewers.

Counterargument prompting

Generates devil’s advocate critiques to stress-test claims.

Synthesis and wiki sync

Surfaces cross-cutting themes and syncs notes into a structured wiki knowledge base.

How to get it

  1. 1Run
    npx skills add https://github.com/richard-kim-79/archora-skills
  2. 2Once installed, these skills activate automatically when you ask Claude to perform…
    "Generate hypotheses from my notes"
    "Write a paper draft based on this research"
    "Give me a peer review of this draft"
    "What are the weaknesses in my argument?"

README

archora-skills

Visit Archora GitHub License: MIT

Academic research agent skills for Claude Code and other Agent Skills-compatible tools.

Built on Archora — a knowledge archive & social network for researchers and educators. Run these same agents in your browser at archora2026.com

Installation

npx skills add https://github.com/richard-kim-79/archora-skills

Or manually copy the skills/ directory into your project's .agents/skills/ folder.

Skills

SkillDescription
hypothesisGenerate falsifiable research hypotheses from notes and documents
validationDesign experimental protocols to test each hypothesis
draftWrite an IMRaD-structured paper draft
figureGenerate matplotlib / Mermaid visualization code
statsDetect statistical errors and logical fallacies
counterargumentGenerate devil's advocate critiques
peer-reviewSimulate journal peer review (EIC + 3 reviewers)
synthesisSurface cross-cutting themes and insights
wiki-syncSync notes into a structured wiki knowledge base

Usage

Once installed, these skills activate automatically when you ask Claude to perform research tasks:

"Generate hypotheses from my notes"
"Write a paper draft based on this research"
"Give me a peer review of this draft"
"What are the weaknesses in my argument?"

Recommended Workflow

Skills are designed to chain together across a full research pipeline:

┌─────────────┐
│  Raw Notes  │  (your Markdown files, PDFs, clippings)
└──────┬──────┘
       │
       ▼
┌─────────────┐     ┌──────────────┐
│  wiki-sync  │────▶│  synthesis   │  Organize & surface cross-cutting themes
└─────────────┘     └──────────────┘
       │
       ▼
┌─────────────┐
│ hypothesis  │  Generate falsifiable research questions
└──────┬──────┘
       │
       ▼
┌──────────────┐    ┌────────┐
│  validation  │───▶│ figure │  Design experiments + visualize data
└──────────────┘    └────────┘
       │
       ▼
┌───────┐    ┌───────┐
│ stats │    │ draft │  Validate claims + write IMRaD paper
└───────┘    └───┬───┘
                 │
                 ▼
    ┌─────────────────────┐
    │ counterargument      │  Stress-test before submission
    │ peer-review          │
    └─────────────────────┘

Quick start chain (copy-paste into Claude):

1. "sync my notes into a wiki"           — organize notes into wiki
2. "generate hypotheses from my notes"   — generate hypotheses
3. "design experiments for each hypothesis" — design experiments
4. "validate my stats"                   — validate any stats
5. "write the paper draft"               — write the draft
6. "peer review this draft"              — simulate review
7. "generate counterarguments"           — stress-test before submission

About Archora

→ archora2026.com

Archora is a research platform for academics and educators. Create channels, build wiki knowledge bases, and run AI research agents collaboratively in the browser.

Web AppClaude Code Skills
Best forTeam workflows, shared channelsLocal files, personal research
SetupSign up at archora2026.comnpx skills add
AgentsRuns on your wiki & postsRuns on local Markdown files
CollaborationMulti-user, real-timeSingle user

Both use the same agent logic — pick whichever fits your workflow.

License

MIT

Files in the repo

Repository payload3 top-level entries
  • .claude-plugin
  • skills
  • README.md

Discussion (0)

Ask about usage, or say what you built with it

Sign in to join the discussion.

No comments yet. Be the first to say what this is good for.

More skills

Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.

117k
1 add
Vincentwei1021/
anything2explainer

Topic in, narrated explainer video out. A Claude Code / Codex skill that turns any topic into a black-canvas motion-graphics explainer video with TTS voiceover, subtitles and a chapter progress bar. Chinese or English; every frame drawn in code with Remotion.

666

Open-source AI job search: scan job portals, evaluate listings into a structured A-H report with a global 1-5 score, tailor your CV, track applications — runs locally in your AI coding CLI (Claude Code, Codex, OpenCode, Antigravity…)

71k

Agent skill for beautiful, verifiable architecture, workflow, sequence, data-flow, and lifecycle diagrams—self-contained HTML with motion and crisp export.

57k
ayghri/
i-have-adhd

A skill to stop your coding agent from burying the answer. ADHD-friendly output.

38k