update-project

Update CLAUDE.md or AGENTS.md with summarized Pull Request changes.

Updated Dec 14, 2024
One-click install
npx skills add https://github.com/tttol/dotfiles --skill update-project
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: update-project
Source: https://github.com/tttol/dotfiles/tree/main/config/skills/update-project
Command: npx skills add https://github.com/tttol/dotfiles --skill update-project

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps CLAUDE.md or AGENTS.md up-to-date with PR-driven changes, ensuring documentation accurately reflects project updates.

Core Features & Use Cases

  • Detects which documentation file to update (CLAUDE.md or AGENTS.md) based on project root.
  • Aggregates PR title, description, and file changes to generate concise documentation updates.
  • Applies updates deterministically and preserves existing formatting while integrating new content from the PR.

Quick Start

Provide the PR number or URL and the skill will update the appropriate documentation file accordingly.

Frequently Asked Questions about update-project

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

FAQPage Schema
How do I update CLAUDE.md or AGENTS.md after a pull request?

To update CLAUDE.md or AGENTS.md after a pull request, provide the PR number or URL. The skill parses PR details like the title, body, and changed files, then applies summarized changes to the target documentation file while preserving existing formatting.

How does PR-driven documentation update work for multiple branches?

PR-driven documentation update aggregates pull request titles, descriptions, and file changes across multiple PRs and branches. It deterministically integrates these summarized updates into your project documentation file without disrupting the existing structure.

Can I use this skill to automatically document git changes in AGENTS.md?

Yes, you can automatically document git changes by providing the PR URL. The skill detects whether to update CLAUDE.md or AGENTS.md based on your project root and generates concise documentation reflecting the pull request changes.

What is the best way to keep project documentation synced with pull request changes?

Keeping project documentation synced with pull request changes is best handled by parsing PR metadata and applying summarized updates to CLAUDE.md or AGENTS.md. This skill automates that process to ensure documentation accurately reflects project updates.

Does updating CLAUDE.md from a PR preserve existing formatting and structure?

Updating CLAUDE.md from a PR preserves existing formatting and structure. The skill applies updates deterministically, integrating new content summarized from the pull request while maintaining the original documentation layout.