skills javascript-formatting.instructions.md

Formatting rules for JavaScript and TypeScript code in documentation and skill files, using Prettier, an automatic code formatter.

In plain words
What is it for?
Use it when editing JavaScript or TypeScript examples, running the repository's formatting commands, or checking code before committing.
Why use it?
It prevents examples from using inconsistent formatting and defines how to check or apply formatting before commits. It also covers formatted code blocks in Markdown files.

Instructions file for GitHub Copilot

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/apollographql/skills/javascript-formatting
Clone the repo
git clone --depth 1 https://github.com/apollographql/skills

Made for: GitHub Copilot.

Per session 287 This file is loaded in full into every session.
When invoked 287 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
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 $0.00287 $0.00287
Opus 5 $0.00143 $0.00143
Sonnet 5 $0.00057 $0.00057
Haiku 4.5 $0.00029 $0.00029

Measured yesterday against content hash b0841803f2c5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

skills javascript-formatting.instructions.md 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 yesterday.

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.

.github/instructions/javascript-formatting.instructions.md · 39 lines

What it actually says

JavaScript/TypeScript Code Formatting Instructions

Follow these rules when working on skills that contain JavaScript or TypeScript code examples.

Code Formatting

  • ALWAYS format JavaScript and TypeScript code examples with Prettier before every commit
  • Run npm run format from the repository root to format all code

Formatting Before Commits

Before committing changes to any JavaScript/TypeScript code examples in markdown files:

  1. Run npm run format to automatically format all files
  2. Review the formatted output to ensure code examples remain readable
  3. Commit the formatted changes

Alternatively, use npm run format:check to verify formatting without making changes.

Code Blocks in Markdown

When editing JavaScript/TypeScript code blocks in markdown files:

  • Prettier will automatically format code blocks with language identifiers: javascript, typescript, js, ts, jsx, tsx
  • Ensure code blocks are properly marked with the correct language identifier
  • Preserve the readability of code examples after formatting

Skills Covered

This formatting requirement applies to the following skills:

  • apollo-client - React applications with Apollo Client
  • apollo-server - GraphQL servers with Apollo Server
  • graphql-operations - GraphQL operations and queries
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. yesterday First seen · 39 lines · 287 tokens per session scan A b0841803f2c5

Subscribe to this mod's changes

skills javascript-formatting.instructions.md is an instructions file published in the GitHub repository apollographql/skills (108 stars, last pushed 1mo ago), licensed MIT. It adds 287 tokens to every session, about $0.0014 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.