response-style-sync

response-style-sync is a skill for Codex from coreline-ai/codex-resstyle-skill. It costs 98 tokens per session (1,024 once invoked), scanned A, original, MIT.

A workflow that creates and synchronizes reusable response-style, agent-policy, and language-model usage profiles into AGENT.md and CLAUDE.md files.

In plain words
What is it for?
Use it to standardize answer style, agent behavior, and model or proxy usage rules across a project.
Why use it?
It keeps project-wide instructions consistent while preserving content outside the managed sections of existing files.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: mentions CLAUDE.md; mentions Codex.

Good fit Use it to standardize answer style, agent behavior, and model or proxy usage rules across a project.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/coreline-ai/codex-resstyle-skill/response-style-sync
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 coreline-ai/codex-resstyle-skill --skill response-style-sync
Clone the repo
git clone --depth 1 https://github.com/coreline-ai/codex-resstyle-skill

Made for: Codex.

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 response-style-sync

README.md
[![agentmods](https://agentmods.dev/badge/skills/coreline-ai/codex-resstyle-skill/response-style-sync.svg)](https://agentmods.dev/skills/coreline-ai/codex-resstyle-skill/response-style-sync)
Your own site
<a href="https://agentmods.dev/skills/coreline-ai/codex-resstyle-skill/response-style-sync"><img src="https://agentmods.dev/badge/skills/coreline-ai/codex-resstyle-skill/response-style-sync.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,024 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.00098 $0.01024
Opus 5 $0.00049 $0.00512
Sonnet 5 $0.00020 $0.00205
Haiku 4.5 $0.00010 $0.00102

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

Security

Grade A, and why

response-style-sync 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 7d ago.

The scan reads SKILL.md. This mod also ships 2 executable files (scripts/sync_project_rules.py, scripts/sync_response_style.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

response-style-sync/SKILL.md · 140 lines

How it starts

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

Response Style Sync

Overview

Use this skill to manage project rules as reusable JSON profiles and sync them into AGENT.md / CLAUDE.md. The skill supports three separate policy layers:

  • response style
  • agent execution policy
  • LLM / proxy usage policy

Quick workflow

  1. Read any existing project rule sources.
  • Check user instructions from the conversation.
  • Read existing AGENT.md, CLAUDE.md, or other rule files if they exist.
  • Extract stable defaults, not one-off task requests.
  1. Create or update the three profiles.
  • response-style.profile.json
  • agent-policy.profile.json
  • llm-policy.profile.json
  • Recommended path: <project>/.codex/rules/
  1. Sync the project files.
  • Run scripts/sync_project_rules.py --project <path> --style-profile ... --agent-policy ... --llm-policy ...
  • By default this updates both AGENT.md and CLAUDE.md.
  • The script preserves content outside the managed block when files already exist.
  1. Keep rules operational.
  • Write short rules another agent can follow.
  • Prefer explicit behavior over slogans.
  • Keep style, workflow, and LLM-cost policy separate.

Key naming convention

Use the new shorter keys by default:

  • profile_id
  • language_mode
  • detail_level
  • planning_rules
  • cloud_api_rules

The script still accepts older aliases such as profile_name, language_policy, or planning_policy for backward compatibility.

Profile split

response-style profile

Use for:

  • Korean-first or match-user language behavior
  • answer structure
  • detail level and tone
  • verification reporting style
  • formatting preferences

agent-policy profile

Use for:

  • ask-before-proceed rules
  • dev-plan-first workflow
  • parallel-agent preference
  • scope expansion restrictions
  • persona and review stance

llm-policy profile

Use for:

  • cloud API restriction policy
  • proxy-first rules
  • preferred repos such as multi_model_tui
  • latest OSS proxy research checklist
  • cost / compatibility / compliance notes

Read the full file on GitHub · 140 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. 7d ago First seen · 140 lines · 98 tokens per session scan A 1ee43d1859dc

Subscribe to this mod's changes

response-style-sync is a skill published in the GitHub repository coreline-ai/codex-resstyle-skill (2 stars, last pushed 4mo ago), licensed MIT. It adds 98 tokens to every session and 1,024 once invoked, about $0.0005 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.

Related

Other skills, from other repositories