mcp: Skill for Claude Code

.agents/skills/nexql-mcp-release/SKILL.md

nexql-mcp-release is a skill for Claude Code, Codex from NexQL-OSS/mcp. It costs 47 tokens per session (2,399 once invoked), scanned A, original, GPL-3.0.

A procedure for releasing a new version of nexql-mcp. It covers changing the version, committing, tagging, pushing, monitoring release automation, and configuring databases and language-model clients.

In plain words
What is it for?
Use it when publishing nexql-mcp releases or onboarding its database profiles and language-model client settings.
Why use it?
It turns a release into a repeatable sequence and includes retries when release automation fails.

Skill for Claude CodeCodex

Which agent this was written for is unclear — body not stored (licence); the path alone says nothing. Also seen: installed under .agents/ (shared by several agents).

This is NexQL-OSS/mcp's own configuration. It tells Claude Code and Codex how to work on mcp itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to NexQL-OSS/mcp. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/NexQL-OSS/mcp/main/.agents/skills/nexql-mcp-release/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/NexQL-OSS/mcp

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for nexql-mcp-release

README.md
[![agentmods](https://agentmods.dev/badge/skills/nexql-oss/mcp/nexql-mcp-release/github.svg)](https://agentmods.dev/skills/nexql-oss/mcp/nexql-mcp-release)
Your own site
<a href="https://agentmods.dev/skills/nexql-oss/mcp/nexql-mcp-release"><img src="https://agentmods.dev/badge/skills/nexql-oss/mcp/nexql-mcp-release/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for nexql-mcp-release

Your own site · 80×15
<a href="https://agentmods.dev/skills/nexql-oss/mcp/nexql-mcp-release"><img src="https://agentmods.dev/badge/skills/nexql-oss/mcp/nexql-mcp-release.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,399 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00047 $0.02399
Opus 5 $0.00023 $0.01200
Sonnet 5 $0.00009 $0.00480
Haiku 4.5 $0.00005 $0.00240

Measured 10d ago against content hash 1669084f130f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-10, from the pricing page.

Security

Grade A, and why

nexql-mcp-release scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 10d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/nexql-mcp-release/SKILL.md · 185 lines

The source is not reproduced here

Licensed GPL-3.0

The repository is licensed GPL-3.0, which this catalogue does not treat as permission to reproduce the file. Read it at the source.

Read it on GitHub

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 10d ago First seen · 185 lines · 47 tokens per session scan A 1669084f130f

Subscribe to this mod's changes

nexql-mcp-release is a skill published in the GitHub repository NexQL-OSS/mcp (0 stars, last pushed 7d ago), licensed GPL-3.0. It adds 47 tokens to every session and 2,399 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

git-onboarding-auto

A Git setup and pull-request workflow automation skill. Git is the version-control tool developers use to track code changes, while a pull request is a request for teammates to review and merge those changes.

GeonheeYe/multi-agent-dotfiles · 47 tokens

git-workflow-and-versioning

Structures git workflow practices. Use when making any code change. Use when committing, branching, resolving conflicts, splitting uncommitted work in a messy working tree into clean atomic commits, opening or reviewing a pull request (PR), pushing to a remote, or when you need to organize work across multiple…

addyosmani/agent-skills · 89 tokens

github

GitHub via gh CLI: PRs, issues, reviews, repos, auth.

NousResearch/hermes-agent · 19 tokens

skillshare-changelog

Generate CHANGELOG.md entry from recent commits in conventional format. Also syncs the website changelog page. Use this skill whenever the user asks to: generate a changelog, document what changed between tags, or create a new CHANGELOG entry. If you see requests like "write the changelog for v0.17", "what changed…

runkids/skillshare · 134 tokens

github-release-briefing-skill

Create a source-linked briefing for the latest published GitHub release of a public repository. Use for engineering teams tracking a dependency release; do not use it to publish releases or change repositories.

FrancyJGLisboa/agent-skill-creator · 45 tokens

goal-release

Cut a release end to end: use the draft-release skill to open the release PR and draft GitHub release, wait for CI to turn green, run the merge-pr skill to merge the release PR, then update the Homebrew formula from the published release assets. Use when the user wants to draft and merge a release in one go, or…

dyoshikawa/rulesync · 86 tokens