
Gpt Query
- 1 repo stars
- Updated January 6, 2026
- yallup/claude-skills
Helps with ai & agent building tasks.
About
gpt-query is a Claude Code skill for ai & agent building. It helps developers move faster with AI-assisted coding.
- gpt-query
- AI & Agent Building
- AI-coding skill
Gpt Query by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add yallup/claude-skills/plugin install gpt-query@astro-skillsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 1 |
|---|---|
| Last updated | January 6, 2026 |
| Repository | yallup/claude-skills ↗ |
What it does
Helps with ai & agent building tasks.
README.md
Claude Skills
Skills and commands for scientific Python development.
Installation
Within Claude Code install directly with
/plugin marketplace add git@github.com:yallup/claude-skills.git
then add the plugins
/plugin install claude-skills@yallup
From source
git clone https://github.com/yallup/claude-skills.git
Then in Claude Code:
/plugin marketplace add ./claude-skills
/plugin install claude-skills@yallup
Enable Auto-Activation
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))
"
Skills
| 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.
Commands
| Command | Description |
|---|---|
/code-review |
Invoke reviewing-code with Python skill reminders |
Updating
cd claude-skills && git pull
License
MIT
Related skills
AI & Agent Buildingagents