mcp-atlassian-attachments AGENTS.md

mcp-atlassian-attachments AGENTS.md is an instructions file for Codex, OpenCode from alyiox/mcp-atlassian-attachments. It costs 841 tokens per session, scanned A, original, MIT.

Repository instructions for AI coding agents working on the mcp-atlassian-attachments project. They define commit-message formatting, required attribution, and safe ways to create commits.

In plain words
What is it for?
Use them when editing the project or creating commits, especially to follow Conventional Commits and add the required Assisted-by line.
Why use it?
They keep repository changes consistent and record which agent helped make each commit.

Instructions file for CodexOpenCode

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/alyiox/mcp-atlassian-attachments/agents-md
Clone the repo
git clone --depth 1 https://github.com/alyiox/mcp-atlassian-attachments

Made for: Codex, OpenCode.

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 mcp-atlassian-attachments AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/alyiox/mcp-atlassian-attachments/agents-md.svg)](https://agentmods.dev/instructions/alyiox/mcp-atlassian-attachments/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/alyiox/mcp-atlassian-attachments/agents-md"><img src="https://agentmods.dev/badge/instructions/alyiox/mcp-atlassian-attachments/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 841 This file is loaded in full into every session.
When invoked 841 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.00841 $0.00841
Opus 5 $0.00420 $0.00420
Sonnet 5 $0.00168 $0.00168
Haiku 4.5 $0.00084 $0.00084

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

Security

Grade A, and why

mcp-atlassian-attachments AGENTS.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 4d 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.

AGENTS.md · 108 lines

How it starts

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

Agent Instructions

Rules AI agents must follow when working in this repository.


Commit messages

Use Conventional Commits.

Header

  • Format: <type>(optional scope): summary
  • Use lowercase types (feat, fix, ci, chore, docs)
  • Use scopes when relevant
  • Write summaries in lowercase, imperative mood

Body

  • Leave a blank line after the header
  • Explain why, not what
  • Use imperative, present tense
  • Wrap lines at ~72 characters

The body is optional for trivial changes.


Commits

When generating commits via a shell:

  • Do not pass generated messages directly to git commit -m
  • Write the commit message to a file or standard input
  • Use git commit -F <file> or git commit -F -
  • Disable shell expansion when writing commit messages

This avoids issues with backticks, quotes, and other shell-expanded characters in generated commit messages.


Attribution

All commits must include an Assisted-by trailer line:

Assisted-by: AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]
  • AGENT_NAME — the AI tool or framework used (e.g. Claude, Cursor, Copilot)
  • MODEL_VERSION — the specific model version (e.g. claude-opus-4-6)
  • [TOOL1] [TOOL2] — optional, space-separated list of specialized analysis tools used in the change (e.g. coccinelle, sparse, smatch, clang-tidy)
  • Do not list everyday tools like git, gcc, make, or editors

Example:

Assisted-by: Claude:claude-opus-4-6 coccinelle sparse

Do not add other attribution trailers such as Co-Authored-By. Use only Assisted-by.


Code style

Follow existing project conventions.

  • Match formatting, naming, and file structure already in use
  • Do not reformat unrelated code
  • Prefer small, focused changes
  • Avoid introducing new patterns without clear benefit

Language-specific rules

  • Respect .editorconfig when present
  • Do not disable lint rules without justification
  • Prefer explicit, readable code over clever abstractions
  • Ensure all changes pass ruff check ., ruff format --check ., pyright, and pytest

Read the full file on GitHub · 108 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. 4d ago First seen · 108 lines · 841 tokens per session scan A 4a3a6191019d

Subscribe to this mod's changes

mcp-atlassian-attachments AGENTS.md is an instructions file published in the GitHub repository alyiox/mcp-atlassian-attachments (0 stars, last pushed 11d ago), licensed MIT. It adds 841 tokens to every session, about $0.0042 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-31.