rule-link AGENTS.md

rule-link AGENTS.md is an instructions file for Codex, OpenCode from hangboss1761/rule-link. It costs 696 tokens per session, scanned A, original, MIT.

Repository instructions describing rule-link, a command-line tool that keeps AI coding tools' rule files linked to one shared source file.

In plain words
What is it for?
Use it when installing dependencies, building, testing, type-checking, releasing, or changing rule-link's core modules.
Why use it?
It gives coding agents the project overview, development commands, and architecture they need to work consistently in the repository.

Instructions file for CodexOpenCode

Written for Codex and OpenCode: the file is AGENTS.md. Also seen: mentions Claude Code; mentions AGENTS.md; built for roo code.

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/hangboss1761/rule-link/agents-md
Clone the repo
git clone --depth 1 https://github.com/hangboss1761/rule-link

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 rule-link AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/hangboss1761/rule-link/agents-md.svg)](https://agentmods.dev/instructions/hangboss1761/rule-link/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/hangboss1761/rule-link/agents-md"><img src="https://agentmods.dev/badge/instructions/hangboss1761/rule-link/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 696 This file is loaded in full into every session.
When invoked 696 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.1 $0.00696 $0.00696
Opus 5 $0.00348 $0.00348
Sonnet 5 $0.00139 $0.00139
Haiku 4.5 $0.00070 $0.00070

Measured 5d ago against content hash 8493a0f1c87f, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

Grade A, and why

rule-link 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 5d 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 · 73 lines

How it starts

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

AGENTS.md

This file provides guidance to coding agents when working with code in this repository.

Project Overview

rule-link is a CLI tool for managing AI programming tool rule files through symbolic links. It helps developers maintain consistency across different AI assistants (Cursor, Claude Code, Gemini CLI, etc.) by creating symlinks from a single source file (typically AGENTS.md).

Development Commands

  • pnpm install - Install dependencies
  • pnpm build - Build the project using tsdown
  • pnpm dev - Build in watch mode
  • pnpm test - Run tests with Vitest
  • pnpm typecheck - Run TypeScript type checking
  • pnpm release - Bump version and publish to npm

Architecture

The codebase follows a modular architecture with clear separation of concerns:

Core Modules

  • src/config.ts - AI tool configurations and constants. Defines SUPPORTED_AI_TOOLS array with tool-specific settings for file paths, native support, and configurability.
  • src/types.ts - Core type definitions including AITool interface and CreateOptions.
  • src/utils.ts - Utility functions for symlink creation, file validation, and path operations.
  • src/interactive.ts - Interactive CLI prompts and user selection logic using @inquirer/prompts.
  • src/cli.ts - Command-line interface built with Commander.js, handles argument parsing and command routing.
  • src/index.ts - Main entry point that re-exports all public APIs.

Key Concepts

  • Source File: Default is AGENTS.md (changed from rule.md for better AI tool compatibility)
  • Target File: Default is coding-standards.md for configurable tools
  • Native Support: Some tools (Cursor, Gemini CLI, Roo Code) natively read AGENTS.md from project root
  • Symbolic Links: Created for tools without native support to maintain consistency

AI Tool Configuration

Each AI tool in SUPPORTED_AI_TOOLS has:

  • name: Display name
  • fileName/directoryTemplate: Target file path
  • isConfigurable: Whether tool supports custom target file names
  • nativeSupport: Whether tool natively supports AGENTS.md

Read the full file on GitHub · 73 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. 5d ago First seen · 73 lines · 696 tokens per session scan A 8493a0f1c87f

Subscribe to this mod's changes

rule-link AGENTS.md is an instructions file published in the GitHub repository hangboss1761/rule-link (1 stars, last pushed 11mo ago), licensed MIT. It adds 696 tokens to every session, about $0.0035 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.