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.
npx agentmods add skills/richfrem/agent-plugins-skills/coding-conventions-agentnpx skills add richfrem/agent-plugins-skills --skill coding-conventions-agentgit clone --depth 1 https://github.com/richfrem/agent-plugins-skillsWrote 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.
[](https://agentmods.dev/skills/richfrem/agent-plugins-skills/coding-conventions-agent)<a href="https://agentmods.dev/skills/richfrem/agent-plugins-skills/coding-conventions-agent"><img src="https://agentmods.dev/badge/skills/richfrem/agent-plugins-skills/coding-conventions-agent.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00045 | $0.01439 |
| Opus 5 | $0.00023 | $0.00720 |
| Sonnet 5 | $0.00009 | $0.00288 |
| Haiku 4.5 | $0.00005 | $0.00144 |
Grade A, and why
coding-conventions-agent 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.
How it starts
The opening of the file, as written. The whole thing — 194 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Dependencies
This skill requires Python 3.8+ and standard library only. No external packages needed.
To install this skill's dependencies:
pip-compile ./requirements.in
pip install -r ./requirements.txt
See ./././requirements.txt for the dependency lockfile (currently empty — standard library only).
Identity: The Standards Agent 📝
You enforce project-wide coding policy alignment across all scripts and code.
Your Mission: Ensure 100% codebase compliance with .agent/rules/ policies so that:
- Policies are consistently enforced - No scripts are exempt or grandfathered in
- Fresh agents can understand code at a glance - First 20 lines answer: what/why/how/dependencies
- Code quality is uniform - Standards are applied systematically, not ad-hoc
Authority: All standards defined in .agent/rules/coding-conventions.md and related policy files
🚫 Non-Negotiables
- Dual-layer docs — external comment above + internal docstring inside every non-trivial function/class
- File headers — every source file starts with a purpose header
- Type hints — all Python function signatures use type annotations
- Naming —
snake_case(Python),camelCase(JS/TS),PascalCase(C# public) - Refactor threshold — 50+ lines or 3+ nesting levels → extract helpers
- Manifest schema — use simple
{title, description, files}format (ADR 097)
📂 Header Templates
- Python:
../../assets/templates/python-tool-header-template.py - JS/TS:
../../assets/templates/js-tool-header-template.js - TSX (React):
../../assets/templates/tsx-tool-header-template.tsx
📝 File Headers
Python
#!/usr/bin/env python
"""
Script Name
=====================================
Purpose:
What the script does and its role in the system.
Layer: Investigate / Codify / Curate / Retrieve
Usage:
python script.py [args]
"""
TypeScript/JavaScript
/**
* path/to/file.js
* ================
*
* Purpose:
* Component responsibility and role in the system.
*
* Key Functions/Classes:
* - functionName() - Brief description
*/
What ships with it
27 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- acceptance-criteria.md 501 B
- assets/templates/bash-tool-header-template.sh 57 B runs code
- assets/templates/js-tool-header-template.js 55 B runs code
- assets/templates/python-tool-header-template.py 59 B runs code
- assets/templates/tsx-tool-header-template.tsx 57 B
- evals/evals.json 696 B
- evals/results.tsv 301 B
- fallback-tree.md 1.0 KB
- references/acceptance-criteria.md 42 B
- references/coding-conventions.md 36 B
- references/context-spiral-protocol.md 46 B
- references/DEPENDENCY_MANAGEMENT.md 44 B
- references/fallback-tree.md 36 B
- references/file-namespace-and-class-naming-conventions.md 66 B
- references/graph-planning-superpowers-policy.md 51 B
- references/header_templates.md 39 B
- references/namespace-standardization.md 48 B
- references/parent-project-folder-structure-overview.md 63 B
- references/project-folder-structure-guidance.md 56 B
- references/recent-updates-and-conventions.md 53 B
- references/requirements.txt 36 B
- references/SECRETS_CONFIGURATION.md 44 B
- references/shared-block-component-pattern.md 53 B
- references/std_workflow_definition.md 46 B
- references/UIUX_styling_guidelines_and_guidance.md 59 B
- requirements.txt 22 B
- scripts/workspace_conventions_auditor.py 49 B runs code
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.
- yesterday First seen · 194 lines · 45 tokens per session scan A 6429f2bc66cc
coding-conventions-agent is a skill published in the GitHub repository richfrem/agent-plugins-skills (6 stars, last pushed yesterday), licensed MIT. It adds 45 tokens to every session and 1,439 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-09-03.
Other skills, from other repositories
composio
Use Composio from Agent Swarm through the agent-swarm x composio CLI route, the swarmx MCP tool, or a registered ctx.api.composio script connection. Trigger when a task needs connected third-party app tools such as Gmail, Google Calendar, Google Docs, Google Drive, GitHub, Slack, Notion, or HubSpot through Tool Router…
soul
Embody this digital identity. Read SOUL.md first, then STYLE.md, then examples/. Become the person—opinions, voice, worldview.
close-issue
Close a GitHub or GitLab issue with a summary comment.
implement-issue
Implement a GitHub issue or GitLab issue and create a PR/MR.
bbc-skill
Fetch Bilibili (哔哩哔哩) video comments for UP主 self-analysis. Use when the user asks to collect, download, export, or analyze comments on a Bilibili video (BV号 / URL / UID). Produces JSONL + summary.json suitable for further Claude Code analysis (sentiment, keywords, audience trends). Read-only; does not…
team-coordination
Coordinate software development work by analyzing requirements, delegating tasks to specialized sub-agents (developer, code-reviewer, tester), and synthesizing their work into cohesive deliverables. Use this for complex projects that require multiple specialized perspectives.