Borrowing it
Nothing to install: this file belongs to fqmyysjjd/agent-feed. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/fqmyysjjd/agent-feed/main/.agents/skills/guidance-promoter/SKILL.mdgit clone --depth 1 https://github.com/fqmyysjjd/agent-feedWrote 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/fqmyysjjd/agent-feed/guidance-promoter)<a href="https://agentmods.dev/skills/fqmyysjjd/agent-feed/guidance-promoter"><img src="https://agentmods.dev/badge/skills/fqmyysjjd/agent-feed/guidance-promoter/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/fqmyysjjd/agent-feed/guidance-promoter"><img src="https://agentmods.dev/badge/skills/fqmyysjjd/agent-feed/guidance-promoter.svg" alt="Reviewed on agentmods" width="80" 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.1 | $0.00027 | $0.00727 |
| Opus 5 | $0.00014 | $0.00364 |
| Sonnet 5 | $0.00005 | $0.00145 |
| Haiku 4.5 | $0.00003 | $0.00073 |
Grade A, and why
guidance-promoter 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 11d 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.
How it starts
The opening of the file, as written. The whole thing — 60 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Guidance Promoter
Use this skill to turn user corrections and repeated AI development failures into stable project guidance.
Required Use
Use this skill when:
- The user corrects how the AI should work in this repository.
- The user says a rule, workflow, or conclusion should be remembered.
- A repeated failure appears across multiple turns.
- Session-state carry-forwards become stable enough to promote.
- The user asks to improve
.agents, AGENTS, rules, skills, or development protocol docs.
Workflow
- Identify what the user corrected, requested to remember, or showed through repeated failure.
- State the AI failure, missing source-of-truth, unclear trigger, or workflow gap it reveals.
- Decide whether the conclusion is durable guidance or only session-local state.
- Check existing rules, project/domain indexes, skills, README, and session-state before creating a new asset.
- Choose the owning asset:
.agents/rules/: reusable invariant, gate, or protocol constraint..agents/project/: repository-specific engineering constraint, source layout, verification, release, security, dependency, or delivery boundary..agents/domain/: stable project concepts, contracts, business rules, source-of-truth ownership, or durable domain facts..agents/skills/: repeatable task method with clear triggers and workflow steps..agents/session-state/<session_id>.json: active handoff fact that is useful now but not stable enough to promote.README.mdordocs/: user-facing capability, setup, command, or protocol explanation.
- Propose the target asset and exact change. Ask for confirmation when
.agents/rules/decision-gates.mdsays the change affects future development results, source-of-truth ownership, public behavior, protocol rules, verification, release, or product scope. - If the target is
.agents/skills/, use.agents/skills/skill-maintainer/SKILL.md. - If the target is
.agents/project/or.agents/domain/, update the corresponding README recall index with owned boundary, read trigger, and evidence expectation. - If the change is still session-local, update
.agents/session-state/<session_id>.jsoninstead of stable docs. - Run the relevant design review and verification gates before final handoff.
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.
- 11d ago First seen · 60 lines · 27 tokens per session scan A 627854454aa2
guidance-promoter is a skill published in the GitHub repository fqmyysjjd/agent-feed (4 stars, last pushed 4mo ago), licensed MIT. It adds 27 tokens to every session and 727 once invoked, about $0.0001 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.
Other skills, from other repositories
claude-code-session-broker
Use when running Arcgentic V2 in Claude Code and fixed Planner, Developer, and Auditor role sessions must be coordinated through a broker.
arcgentic
Use when the user says Arcgentic, asks to use Arcgentic, or wants an idea taken through a complete plan → development → self-audit → external audit workflow in Codex.
verify-gates
Runs the mechanical quality gates that the arcgentic state machine requires for state transitions. Invoked indirectly by transition.sh OR directly by orchestrator agent before declaring a state transition. Use when about to call transition.sh OR when manually verifying that a round artifact meets the gate criteria.…
session-mode
Use when a project has not yet stored session mode, when a user asks for complete arcgentic workflow execution, or when role identity handoff prompts are needed.
cross-session-handoff
Read, write, snapshot, and lock .arcgentic/state.yaml across planner, dev, audit, and optional test sessions.
agency-roster
Use when a round references agency-agents catalogs, role-family routing, multi-agent identity prompts, or English/Chinese specialist role catalogs.