update-instructions

Audit and update agent instruction files and AGENTS.md for a Next.js 16 and Mantine 9 website.

58|18|Updated May 22, 2020
One-click install
npx skills add https://github.com/gregrickaby/viewer-for-reddit --skill update-instructions-gregrickaby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-instructions
Source: https://github.com/gregrickaby/viewer-for-reddit/tree/main/.agents/skills/update-instructions
Command: npx skills add https://github.com/gregrickaby/viewer-for-reddit --skill update-instructions-gregrickaby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps maintain accurate, up-to-date agent instructions by auditing the live codebase for outdated rules, missing sections, and stale references, and applying fixes to AGENTS.md and related files.

Core Features & Use Cases

  • Audits top-level documentation (AGENTS.md) and all agent instruction files for consistency with the current codebase.
  • Identifies deprecated patterns, missing sections, version drift, and cross-file redundancies, then synthesizes a canonical update plan.
  • Applies fixes and proposes changelist to repository maintainers after validation against live project metadata.

Quick Start

Run the audit against AGENTS.md and agent instructions to align documentation with the current codebase.

Frequently Asked Questions about update-instructions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I keep agent instruction files in sync with a live Next.js codebase?

To keep agent instruction files in sync with a live Next.js codebase, audit AGENTS.md and related files against the current code to identify deprecated patterns, missing sections, and version drift, then apply fixes with validation.

When do I need to audit markdown documentation for a codebase?

You need to audit markdown documentation for a codebase when significant changes occur, such as after major feature deployments or dependency upgrades, ensuring rules and references match reality.

What is the best way to update outdated AGENTS.md files after dependency upgrades?

The best way to update outdated AGENTS.md files after dependency upgrades is to analyze the live project metadata, identify stale references and cross-file redundancies, and synthesize a canonical update plan.

Does this documentation audit work with Mantine and Next.js projects?

Yes, this documentation audit works with Mantine and Next.js projects by analyzing the live codebase to detect version drift and missing sections, proposing a validated changelist to repository maintainers.

How to fix stale references and deprecated patterns in codebase documentation?

To fix stale references and deprecated patterns in codebase documentation, run an audit that detects outdated rules, plans the necessary corrections, and applies the updates to instruction files.