Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
yallup avatar

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-skills

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
repo stars1
Last updatedJanuary 6, 2026
Repositoryyallup/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

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.