ai-memory-coding-conventions

ai-memory-coding-conventions is a skill for Claude Code from hyxnj666-creator/ai-memory. It costs 46 tokens per session (266 once invoked), scanned A, original, MIT.

A set of project coding rules collected from earlier conversations, including a requirement to use cursor-based paging for GraphQL results.

In plain words
What is it for?
Use it when writing code, naming things, designing GraphQL APIs, or reviewing changes.
Why use it?
It keeps new code and APIs consistent with decisions already made in the project.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

Good fit Use it when writing code, naming things, designing GraphQL APIs, or reviewing changes.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/hyxnj666-creator/ai-memory/ai-memory-coding-conventions
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.

Any agent
npx skills add hyxnj666-creator/ai-memory --skill ai-memory-coding-conventions
Clone the repo
git clone --depth 1 https://github.com/hyxnj666-creator/ai-memory

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 ai-memory-coding-conventions

README.md
[![agentmods](https://agentmods.dev/badge/skills/hyxnj666-creator/ai-memory/ai-memory-coding-conventions.svg)](https://agentmods.dev/skills/hyxnj666-creator/ai-memory/ai-memory-coding-conventions)
Your own site
<a href="https://agentmods.dev/skills/hyxnj666-creator/ai-memory/ai-memory-coding-conventions"><img src="https://agentmods.dev/badge/skills/hyxnj666-creator/ai-memory/ai-memory-coding-conventions.svg" alt="Measured on agentmods" height="20"></a>
Per session 46 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 266 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 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.00046 $0.00266
Opus 5 $0.00023 $0.00133
Sonnet 5 $0.00009 $0.00053
Haiku 4.5 $0.00005 $0.00027

Measured 8d ago against content hash 6d498bd7a619, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

ai-memory-coding-conventions 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 8d 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.

docs/assets/demo/scenario/.claude/skills/ai-memory-coding-conventions/SKILL.md · 17 lines

What it actually says

Coding Conventions

Auto-generated by ai-memory from AI chat history. Edit memories via ai-memory list / extract / resolve rather than this file — it is fully regenerated on every ai-memory rules --target skills.

Cursor pagination is mandatory for all paged GraphQL endpoints

Every paged GraphQL endpoint MUST use Relay-style cursor pagination (edges / node / cursor + pageInfo.hasNextPage). Choose first + after as the canonical pair; reject last + before unless explicitly justified per endpoint. CI lint rule will enforce on new schema.

Why: Cursor pagination is stable across mutations and aligns with the Apollo/Relay tooling already in use. Migration of existing offset endpoints exposes both shapes for one minor version so consumers can switch over without breakage.

Rejected: Offset/limit (rejected, see Context). Page-token-only (rejected — no cursor opacity guarantee, leaks server state). Custom cursor scheme (rejected — no benefit over Relay spec).

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. 8d ago First seen · 17 lines · 46 tokens per session scan A 6d498bd7a619

Subscribe to this mod's changes

ai-memory-coding-conventions is a skill published in the GitHub repository hyxnj666-creator/ai-memory (43 stars, last pushed 4mo ago), licensed MIT. It adds 46 tokens to every session and 266 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

remem

Use when the user asks Codex to recall prior project context, save durable decisions or bug fixes, inspect remem memory health, or activate remem automatic memory hooks from the Codex plugin.

majiayu000/remem · 42 tokens

73

Sign-off - end-of-session checklist. Confirms it's safe to end, surfaces open action items, and writes the session's learnings back to memory and the KB so the workspace grows. Triggers on '/73', 'signing off', 'wrap up the session', 'end of session', 'that's a wrap'.

liormesh/trestle · 67 tokens

shared-agents-knowledge

Sync and use the shared-agents repo (team skills, rules + learnings). Use at session start, when loading team knowledge, searching learnings, or when the user mentions shared-agents, shared learnings, or team knowledge.

netgrade-digital/shared-agents · 54 tokens

okf

Author, maintain, and consume Open Knowledge Format (OKF) knowledge bundles — portable markdown + YAML frontmatter that both humans and agents read. Use when capturing project knowledge (services, APIs, schemas, metrics, runbooks, decisions) into an OKF bundle, when updating one after code or docs change, or when a…

scaccogatto/okf-skills · 127 tokens

init-workspace-documentation

Skill "init-workspace-documentation" from griddynamics/rosetta, covering agent memory.md, agent memory, preventive rules, what worked and what failed.

griddynamics/rosetta · 10 tokens

learn

Diagnose and fix agent behavioral surfaces when the user corrects a mistake — connects to Claude native memory.

automagik-dev/genie · 23 tokens