Stats
Links
Categories
npx claudepluginhub yallup/claude-skillsScientific Python development tools for JAX, plotting, and code review
Skills and commands for scientific Python development.
Within Claude Code install directly with
/plugin marketplace add [email protected]:yallup/claude-skills.git
then add the plugins
/plugin install claude-skills@yallup
git clone https://github.com/yallup/claude-skills.git
Then in Claude Code:
/plugin marketplace add ./claude-skills
/plugin install claude-skills@yallup
python3 -c "
import json; from pathlib import Path
p = Path.home() / '.claude' / 'settings.json'
s = json.loads(p.read_text()) if p.exists() else {}
s.setdefault('permissions', {}).setdefault('allow', []).append('Skill(*)') if 'Skill(*)' not in s.get('permissions', {}).get('allow', []) else None
p.write_text(json.dumps(s, indent=2))
"
| Skill | Description |
|---|---|
reviewing-code | Senior engineer task execution |
using-jax | JAX patterns: JIT, vmap, RNG |
running-python | Runs Python with uv |
plotting | Publication-quality plots with tueplots |
Skills auto-activate based on context.
| Command | Description |
|---|---|
/code-review | Invoke reviewing-code with Python skill reminders |
cd claude-skills && git pull
MIT
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