night-market-docs-and-writing

night-market-docs-and-writing is a skill for Claude Code from athola/claude-night-market. It costs 42 tokens per session (3,588 once invoked), scanned A, original, MIT.

A documentation guide for keeping a repository’s official documents, architecture decisions, changelog, and writing style consistent. It explains which files people should edit and which files are generated.

In plain words
What is it for?
Writing and updating repository documentation, recording architecture decisions, maintaining changelogs, and following the project’s house style.
Why use it?
It prevents contributors from editing the wrong file or changing generated content, which can cause conflicting documentation and automated checks to fail.

Skill for Claude Code

Written for Claude Code: Claude Code plugin machinery.

Needs its repository: it runs a file that does not travel with it, so clone the repository first. The line is python3 plugins/abstract/scripts/validate_budget.py.

Good fit Writing and updating repository documentation, recording architecture decisions, maintaining changelogs, and following the project’s house style.

Compare 6 skills from other repositories ↓
Install

Getting it into your agent

It runs from inside its repository, so the clone comes first — what it calls does not travel with the file alone.

Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market
agentmods
npx agentmods add skills/athola/claude-night-market/night-market-docs-and-writing

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 night-market-docs-and-writing

README.md
[![agentmods](https://agentmods.dev/badge/skills/athola/claude-night-market/night-market-docs-and-writing/github.svg)](https://agentmods.dev/skills/athola/claude-night-market/night-market-docs-and-writing)
Your own site
<a href="https://agentmods.dev/skills/athola/claude-night-market/night-market-docs-and-writing"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/night-market-docs-and-writing/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 night-market-docs-and-writing

Your own site · 80×15
<a href="https://agentmods.dev/skills/athola/claude-night-market/night-market-docs-and-writing"><img src="https://agentmods.dev/badge/skills/athola/claude-night-market/night-market-docs-and-writing.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 42 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,588 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.00042 $0.03588
Opus 5 $0.00021 $0.01794
Sonnet 5 $0.00008 $0.00718
Haiku 4.5 $0.00004 $0.00359

Measured 13d ago against content hash 85a0e7f8a3cc, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade A, and why

night-market-docs-and-writing 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 13d 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/night-market-docs-and-writing/SKILL.md · 290 lines

How it starts

The opening of the file, as written. The whole thing — 290 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Night Market Docs and Writing

This skill maps every document of record in claude-night-market, states which are hand-authored and which are generated, and gives the house prose style with the commands that enforce it. "Docs of record" means the files other contributors treat as canonical truth. Editing the wrong file (or a generated one) creates drift that CI then flags.

Docs-of-record map

File Canonical for Authored or generated Update trigger
CONSTITUTION.md Supreme law: 10 non-negotiable rules Hand-authored Amendment PR titled constitution: amend rule N plus repo-owner sign-off
STEWARDSHIP.md Values and virtues behind the rules Hand-authored Rarely; value-level shifts only
.claude/rules/ (8 files) Repo-wide behavioral rules loaded into every session Hand-authored A research finding or audit graduates into policy
docs/adr/ (0001-0017) Load-bearing decisions with status and supersession Hand-authored New architectural decision; supersede, never rewrite
docs/quality-gates.md Three-layer gate system and skill gate composition Hand-authored Gate or threshold changes
docs/testing-guide.md Test discipline and coverage practice Hand-authored Testing policy changes
docs/plugin-development-guide.md Plugin authoring, release checklist, Python tiers Hand-authored Plugin conventions change
docs/skill-description-guide.md The 160-char description contract Hand-authored Description policy changes
docs/skill-integration-guide.md Skill role taxonomy (entrypoint, library, hook-target) Hand-authored Skill graph restructuring
docs/backlog/queue.md, docs/backlog/technical-debt.md Work intake and debt registry. LOCAL ONLY, not a doc of record: docs/backlog/ is gitignored with zero tracked files, so these exist only on the authoring machine. The durable record of a deferred item is a GitHub issue Hand-authored, gitignored New backlog item or debt entry
docs/research/ Dated research syntheses feeding the rules pipeline. LOCAL ONLY, not a doc of record: gitignored, absent on fresh clones. Background material; put load-bearing citations into the rule or ADR itself (see night-market-research-methodology) Hand-authored, gitignored New research pass completes
CHANGELOG.md Release history, Keep a Changelog 1.1.0 Hand-authored Every release and notable change
docs/api-overview.md Plugin version table and CLI entry points Hand-authored Every release (version table row per plugin)
book/src/ Published mdBook (GitHub Pages) Mixed: see below Content changes; deploys on push to book/**
book/src/reference/capabilities-*.md Skill/command/agent/hook lookup tables GENERATED via sync Never hand-edit; run /sanctum:sync-capabilities --fix
.claude-plugin/marketplace.json Ecosystem version source of truth Hand-authored (bumped by script) Release version bump
docs/tradeoffs.md, docs/lessons-learned.md Decision journal (TR-NNN / LL-NNN entries) Hand-authored, append-only Recording a tradeoff or lesson (contract: leyline:decision-journal)
GitHub Discussions Collective memory ([Learning], [PR Finding], [War Room]) Mixed (hooks post automatically) See night-market-collective-memory

Read the full file on GitHub · 290 lines

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. 13d ago First seen · 290 lines · 42 tokens per session scan A 85a0e7f8a3cc

Subscribe to this mod's changes

night-market-docs-and-writing is a skill published in the GitHub repository athola/claude-night-market (337 stars, last pushed 2d ago), licensed MIT. It adds 42 tokens to every session and 3,588 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-30.

Related

Other skills, from other repositories

algorithmic-art

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright…

shajith003/awesome-claude-skills · 62 tokens

slack-gif-creator

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

shajith003/awesome-claude-skills · 57 tokens

canvas-design

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

shajith003/awesome-claude-skills · 59 tokens

xlsx

Comprehensive spreadsheet creation, editing, and analysis with support for formulas, formatting, data analysis, and visualization. When Claude needs to work with spreadsheets (.xlsx, .xlsm, .csv, .tsv, etc) for: (1) Creating new spreadsheets with formulas and formatting, (2) Reading or analyzing data, (3) Modify…

shajith003/awesome-claude-skills · 96 tokens

mcp-builder

Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools. Use when building MCP servers to integrate external APIs or services, whether in Python (FastMCP) or Node/TypeScript (MCP SDK).

shajith003/awesome-claude-skills · 61 tokens

skill-creator

Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.

shajith003/awesome-claude-skills · 45 tokens