initu

Update project initialization files from conversation history conventions.

4|Updated Mar 20, 2023
One-click install
npx skills add https://github.com/iblea/.dotfiles --skill initu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: initu
Source: https://github.com/iblea/.dotfiles/tree/main/prompt/skills/initu
Command: npx skills add https://github.com/iblea/.dotfiles --skill initu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the process of updating project initialization files (AGENTS.md, CLAUDE.md, GEMINI.md) based on conversation history, ensuring documentation stays current with project conventions and decisions.

Core Features & Use Cases

  • Automated Documentation Updates: Keeps project documentation in sync with evolving project details.
  • Intelligent Analysis: Analyzes conversation history to identify relevant changes for documentation.
  • Use Case: After a team meeting where a new coding standard was agreed upon, use this Skill to automatically add the new standard to AGENTS.md and CLAUDE.md.

Quick Start

Update all existing project init files based on the current conversation.

Frequently Asked Questions about initu

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

FAQPage Schema
How do I automatically update project init files from conversation history?

The init file update process supports a dry-run option, allowing you to preview proposed documentation changes to AGENTS.md and other files before committing them to the codebase.

Can I update a specific project documentation file instead of all found init files?

Yes, you can pass specific file arguments to update only targeted initialization files, or use the default behavior to apply detected conventions and workflow changes across all found init files.

Does the project init file updater handle symlinks and hardlinks safely?

Yes, the project documentation update process includes robust symlink and hardlink detection with comprehensive error handling, preventing accidental overwrites or broken links during convention updates.

What is the best way to keep AGENTS.md and CLAUDE.md in sync with new coding standards?

The best way to keep AGENTS.md and CLAUDE.md in sync is using an automated update tool that analyzes conversation history to identify newly agreed upon coding standards and appends them to the project documentation.

Can I preview documentation changes before applying them to the codebase?

Yes, you can use the dry-run option to preview proposed documentation updates to project init files before permanently applying any changes to the codebase.

When should I force apply updates to project initialization files?

You should use the force application option when you need to overwrite existing project initialization files and bypass standard error handling checks during the documentation update process.