maintain-project-ai-records

maintain-project-ai-records is a skill for Codex from WildPigKing/codex-project-skill-manager. It costs 43 tokens per session (218 once invoked), scanned A, original, MIT.

A project record-keeping skill that maintains lightweight notes about AI-assisted development work in a project.

In plain words
What is it for?
Use it during authorized writable work to initialize or update project guidance and AI development records.
Why use it?
It preserves confirmed project habits, milestone summaries, open issues, and reusable lessons instead of losing them between tasks.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents); mentions AGENTS.md.

Good fit Use it during authorized writable work to initialize or update project guidance and AI development records.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wildpigking/codex-project-skill-manager/maintain-project-ai-records
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 WildPigKing/codex-project-skill-manager --skill maintain-project-ai-records
Clone the repo
git clone --depth 1 https://github.com/WildPigKing/codex-project-skill-manager

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 maintain-project-ai-records

README.md
[![agentmods](https://agentmods.dev/badge/skills/wildpigking/codex-project-skill-manager/maintain-project-ai-records/github.svg)](https://agentmods.dev/skills/wildpigking/codex-project-skill-manager/maintain-project-ai-records)
Your own site
<a href="https://agentmods.dev/skills/wildpigking/codex-project-skill-manager/maintain-project-ai-records"><img src="https://agentmods.dev/badge/skills/wildpigking/codex-project-skill-manager/maintain-project-ai-records/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.

agentmods 80×15 button for maintain-project-ai-records

Your own site · 80×15
<a href="https://agentmods.dev/skills/wildpigking/codex-project-skill-manager/maintain-project-ai-records"><img src="https://agentmods.dev/badge/skills/wildpigking/codex-project-skill-manager/maintain-project-ai-records.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 43 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 218 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.00043 $0.00218
Opus 5 $0.00022 $0.00109
Sonnet 5 $0.00009 $0.00044
Haiku 4.5 $0.00004 $0.00022

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

Security

Grade A, and why

maintain-project-ai-records 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/ensure_project_ai_records.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.

.agents/skills/maintain-project-ai-records/SKILL.md · 19 lines

What it actually says

Maintain Project AI Records

Run scripts/ensure_project_ai_records.py with the exact project root. The script creates missing files and never replaces existing content.

Do not run the script or append a milestone during a read-only request. Wait for a separately authorized writable task.

Read the resulting project AGENTS.md before continuing.

Store confirmed project-specific habits in AGENTS.md. Append milestone summaries to docs/ai/dev_log.md and unpromoted reusable lessons to docs/ai/experience_candidates.md.

Use at most six concise milestone bullets covering the goal, decisions, changes, verification, open issues, and reusable candidate when relevant. Do not log every command, credentials, private identifiers, or hidden reasoning.

Keep cross-project workflows out of project AGENTS.md. Promote experience to a user skill only after explicit satisfaction and authorization, using a separate workflow reflection.

Files

What ships with it

2 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.

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. 11d ago First seen · 19 lines · 43 tokens per session scan A 7bb245ea3ead

Subscribe to this mod's changes

maintain-project-ai-records is a skill published in the GitHub repository WildPigKing/codex-project-skill-manager (22 stars, last pushed 15d ago), licensed MIT. It adds 43 tokens to every session and 218 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-08-30.

Related

Other skills, from other repositories

vellum-memory-v2-migration

Perform a one-time migration from memory v1, to memory v2, which was introduced in 0.8.0.

vellum-ai/vellum-assistant · 34 tokens

vellum-memory-v3-migration

One-time migration of an existing memory-v2 concept corpus into the memory-v3 section-grain "wiki" — topical articles with a stand-alone lead and queryable sections — with loss-proof staging, assistant-reviewed authoring, and a retrieval-eval gate before cutover.

vellum-ai/vellum-assistant · 63 tokens

daily-briefing

Proactive daily briefing that fires on a recurring schedule, pulls recent memory and workspace context, composes a structured summary (action items, progress, radar, next steps), and delivers it to all active channels. Enable with a time like "set up my daily briefing at 9am". Disable, reschedule, or check status at…

vellum-ai/vellum-assistant · 75 tokens

collaboration-intelligence

Maintain and use a cross-channel collaboration map of rooms, people, agents, agent owners, relationships, expertise, ownership, roster, priority/VIP handling, and recent context. Trigger when a task or message carries room/channel/sender/member metadata; the user asks who is in a room, what it is for, who owns or…

sonichi/sutando · 208 tokens

context-drop

Tiny Swift CLI that reads the focused app's text selection via the macOS Accessibility API. Sutando.app's "drop context" action (hotkey configurable via state/hotkeys.json) shells out to this binary to capture what you have highlighted.

sonichi/sutando · 0 tokens

context-reconstruct

Re-anchor on the durable record (current-track, live owner thread, pending-questions, relay, buildlog) before acting on anything that depends on earlier context. Read, do not recall.

sonichi/sutando · 43 tokens