qauth: Skill for Claude Code

.claude/skills/nx-commands/SKILL.md

nx-commands is a skill for Claude Code from qauth-labs/qauth. It costs 27 tokens per session (507 once invoked), scanned A, original, Apache-2.0.

A reference for common Nx commands, where Nx manages projects, builds, tests, linting, type checks, and database tasks in a workspace.

In plain words
What is it for?
Serving applications, building and testing projects, checking code, viewing the project graph, running database tasks, and operating on all or changed projects.
Why use it?
It gives developers the approved commands for everyday work and helps avoid using inconsistent command forms.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is qauth-labs/qauth's own configuration. It tells Claude Code how to work on qauth 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 qauth configures →

Reuse

Borrowing it

Nothing to install: this file belongs to qauth-labs/qauth. 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/qauth-labs/qauth/main/.claude/skills/nx-commands/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/qauth-labs/qauth

Made for: Claude Code.

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 nx-commands

README.md
[![agentmods](https://agentmods.dev/badge/skills/qauth-labs/qauth/nx-commands/github.svg)](https://agentmods.dev/skills/qauth-labs/qauth/nx-commands)
Your own site
<a href="https://agentmods.dev/skills/qauth-labs/qauth/nx-commands"><img src="https://agentmods.dev/badge/skills/qauth-labs/qauth/nx-commands/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 nx-commands

Your own site · 80×15
<a href="https://agentmods.dev/skills/qauth-labs/qauth/nx-commands"><img src="https://agentmods.dev/badge/skills/qauth-labs/qauth/nx-commands.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 27 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 507 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original 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.00027 $0.00507
Opus 5 $0.00014 $0.00253
Sonnet 5 $0.00005 $0.00101
Haiku 4.5 $0.00003 $0.00051

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

Security

Grade A, and why

nx-commands 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 9d 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.

.claude/skills/nx-commands/SKILL.md · 86 lines

What it actually says

Nx Commands Reference

Always use pnpm nx instead of bare nx

Development

pnpm nx serve auth-server
pnpm nx serve auth-server --configuration=development

Building

pnpm nx build auth-server
pnpm nx run-many -t build --all
pnpm nx affected -t build

Testing

pnpm nx test {project-name}
pnpm nx test {project-name} --watch
pnpm nx run-many -t test --all
pnpm nx affected -t test
pnpm nx run-many -t test --all --coverage

Linting

pnpm nx lint {project-name}
pnpm nx run-many -t lint --all
pnpm nx affected -t lint

Type Checking

pnpm nx typecheck {project-name}
pnpm nx run-many -t typecheck --all

Database (infra-db)

pnpm nx run infra-db:db:generate   # Generate migrations
pnpm nx run infra-db:db:migrate    # Run migrations
pnpm nx run infra-db:db:studio     # Drizzle Studio GUI
pnpm nx run infra-db:db:push       # Push schema (dev only)
pnpm nx run infra-db:db:seed       # Seed dev data
pnpm nx run infra-db:db:drop       # Drop tables (DANGER)

Workspace

pnpm nx graph                      # Project graph
pnpm nx affected:graph             # Affected graph
pnpm nx show projects              # List projects
pnpm nx show project {name}        # Project config
pnpm nx reset                      # Clear cache

CI/CD

pnpm nx affected -t lint test build
pnpm nx run-many -t test --parallel=3
pnpm nx affected -t test --base=origin/main --head=HEAD

Troubleshooting

pnpm nx reset                              # Clear cache
pnpm nx test {project} --skip-nx-cache     # Bypass cache
NX_VERBOSE_LOGGING=true pnpm nx test {project}
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. 9d ago First seen · 86 lines · 27 tokens per session scan A 3279fcab037c

Subscribe to this mod's changes

nx-commands is a skill published in the GitHub repository qauth-labs/qauth (24 stars, last pushed 9d ago), licensed Apache-2.0. It adds 27 tokens to every session and 507 once invoked, about $0.0001 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-30.

Related

Other skills, from other repositories

Clerk Auth Testing

Testing patterns for Clerk authentication including sign-in flow testing, protected route testing, webhook verification, middleware testing, and organization-based access control.

PramodDutta/qaskills · 31 tokens

firebase-auth-better-auth

Add Firebase Authentication (Phone SMS OTP, Google Sign-In, Email/Password) to a Better Auth app using the better-auth-firebase-auth plugin. Use when adding phone authentication to Better Auth without Twilio, integrating Firebase Auth with Better Auth sessions, working with the better-auth-firebase-auth package, or…

yultyyev/better-auth-firebase-auth · 82 tokens

crudauth

Use when building or modifying authentication in a FastAPI app with crudauth (the crudauth PyPI package) — covers CRUDAuth, the AuthUserMixin / makeauthidentity user model, IdentityConfig, currentuser(...) gates, session + bearer transports, OAuth (Google/GitHub), email verification / password reset / change, custom…

benavlabs/crudauth · 188 tokens

nextjs-authentication

Secure token storage (HttpOnly Cookies) and Middleware patterns. Use when implementing authentication, secure session storage, or auth middleware in Next.js.

FilippoDeSilva/skills · 33 tokens

saas-builder

Clone, verify, map, and build on top of ixartz/SaaS-Boilerplate for a user's SaaS idea. Use when a user wants to reuse SaaS Boilerplate, evaluate how their product fits it, or build product-specific pages, database schema, roles, permissions, MVP features, and launch scope on top of the boilerplate.

ixartz/SaaS-Boilerplate · 75 tokens

cost-efficiency-analyzer

Analyzes cost structure, cost efficiency, and expense management from P&L data. Use when the user asks about costs, expenses, COGS, operating expenses, cost ratios, cost control, spending efficiency, margin compression from cost side, or wants to understand where money is going. Also use for "are we spending too…

awslabs/agentcore-samples · 98 tokens