Skip to content

Excel-DNA/Skills

Repository files navigation

Excel-DNA Skills

Codex and Claude Code skill-development workspace for Excel-DNA add-in guidance, examples, and evaluation material.

This repository currently contains:

  • skills/excel-dna-addins/ - the Excel-DNA skill package.
  • evals/excel-dna-addins/ - the testing and evaluation campaign.
  • .agents/skills/excel-dna-addins/ - local Codex activation junction or mirror; ignored by Git.
  • CLAUDE.md and .claude/ - Claude Code project memory, shared subagents, and slash commands.
  • AGENTS.md - repository operating guidance and target local development layout.

The project is licensed under the MIT License.

Run the static skill baseline with:

python evals\excel-dna-addins\scripts\run_static_skill_checks.py skills\excel-dna-addins

Run the .NET 10 template smoke baseline with:

python evals\excel-dna-addins\scripts\run_template_smoke.py --target net10 --out scratch\template-smoke-net10

Run the explicit P0 campaign with:

python evals\excel-dna-addins\scripts\run_codex_campaign.py `
  --skill-dir skills\excel-dna-addins `
  --scenarios evals\excel-dna-addins\evals\scenarios.jsonl `
  --out runs\p0-explicit `
  --priority P0 `
  --activation explicit

Check the Claude Code P0 explicit command without starting the long campaign with:

python evals\excel-dna-addins\scripts\run_claude_campaign.py `
  --skill-dir skills\excel-dna-addins `
  --scenarios evals\excel-dna-addins\evals\scenarios.jsonl `
  --out runs\claude-p0-explicit `
  --priority P0 `
  --activation explicit `
  --dry-run

About

Codex skills and evaluation materials for Excel-DNA add-in development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors