Auto-discovered marketplace from cemde/scientific-coding-skill
npx claudepluginhub cemde/scientific-coding-skillPrinciples and rules for writing faithful scientific code. Scientific code serves truth, not users. This plugin teaches Claude the fundamental differences between scientific and industry coding.
A Claude Code plugin that teaches Claude to write correct scientific code.
Scientific code serves truth, not users. This plugin encodes the principles that follow from that distinction: fail loudly instead of silently, require explicit parameters instead of dangerous defaults, prioritize correctness over convenience.
In Claude Code, run:
/plugin marketplace add cemde/Scientific-Coding-Skill
/plugin install scientific-coding@cemde-Scientific-Coding-Skill
The first command adds this repo as a plugin marketplace. The second installs the skill from it. The skill will be available in all your projects.
Clone the repo and copy the skill directory:
# Into a single project
cp -r Scientific-Coding-Skill/skills/scientific-coding your-project/.claude/skills/
# Into all your projects (personal skills)
cp -r Scientific-Coding-Skill/skills/scientific-coding ~/.claude/skills/
claude --plugin-dir /path/to/Scientific-Coding-Skill
The skill activates automatically when Claude writes code for scientific computing, data analysis, simulations, numerical methods, or statistical analysis. 12 principles:
See skills/scientific-coding/SKILL.md for the full set of principles.
Scientific-Coding-Skill/
├── .claude-plugin/
│ ├── plugin.json # Plugin manifest
│ └── marketplace.json # Marketplace catalog
├── skills/
│ └── scientific-coding/
│ ├── SKILL.md # Core principles
│ └── examples/
│ ├── common-mistakes.md
│ └── full-analysis.md
└── README.md
Contributions are welcome. In particular:
Open an issue or submit a pull request at github.com/cemde/Scientific-Coding-Skill.
This skill was developed through iterative refinement between a researcher and Claude, attempting to bridge the gap between how LLMs are trained to write code (for production) and how scientific code must be written (for truth). Contributions, criticism, and validation experiments from the community are appreciated.
If you use this skill in your research or reference it in a publication, see CITATION.cff.
@software{emde2025scientificcoding,
author = {Emde, Cornelius},
title = {Scientific Coding Skill},
year = {2025},
url = {https://github.com/cemde/Scientific-Coding-Skill},
version = {0.1.0}
}
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 84 marketplace plugins, 192 local specialized agents, and 156 local skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations