Agent skill · AI & Agents

ecai-experiments

Use when designing or auditing the evidence in an ECAI paper — choosing proof versus experiment by claim shape across ECAI's breadth (theory/KR, planning/search, ML, multi-agent, applied), fair baselines, seeds and spread, honest ablations, and provenance, all supporting a claim inside a 7-page body.

brycew6m878★ · +32/wk · 1 repos on radarProfile →
claude-codeMIT
Install
npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ecai-experiments --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Path: ECAI-Skills/skills/ecai-experiments/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 909 · +31 this week
Language: Stata
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# ECAI Experiments The ECAI question is always the same: **is the evidence proportional to the claim?** But ECAI spans symbolic and applied AI, so "evidence" ranges from a **proof** to a **fair empirical comparison**. Choosing the right *kind* of evidence for your claim shape is the first and most important decision. ## Choose the evidence type by claim shape | Claim | Primary evidence | Common ECAI failure | |---|---|---| | "Complete / sound / optimal / (1+ε)-bounded" | A **proof**, all assumptions explicit | Asserting it empirically only | | "More efficient / fewer expansions / faster" | A **controlled comparison** on standard instances, with spread | One lucky run; unfair baseline tuning | | "Learns/generalizes/calibrates better" | Fair comparison + a *reason why*, seeds, significance | A single benchmark delta with no mechanism | | "Handles a broader class / new setting" | A construction/encoding + worked cases | Toy examples only | | "Works in the real world" | A credible deployment demonstration (**PAIS**) | Benchmark abstraction standing in for deployment | A provable claim needs a proof; an empirical claim needs a fair, seeded comparison; a claim about *understanding* needs

What's inside
Steps it walks through
  1. Choose the evidence type by claim shape
  2. For theory / KR / planning / argumentation
  3. For ML / learning-based contributions
  4. For multi-agent contributions
  5. For applied AI (PAIS)
  6. Ablations and honesty
  7. Fit the 7-page body
  8. Output format
More from Awesome-Journal-Skills
All skills →
About this skill
What does the ecai-experiments skill do?

Use when designing or auditing the evidence in an ECAI paper — choosing proof versus experiment by claim shape across ECAI's breadth (theory/KR, planning/search, ML, multi-agent, applied), fair baselines, seeds and spread, honest ablations, and provenance, all supporting a claim inside a 7-page body.

How do I install it?

Run `npx skills add brycewang-stanford/Awesome-Journal-Skills --skill ecai-experiments --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From brycewang-stanford/Awesome-Journal-Skills, a repository with 909 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going