env-update

Update ~/environment.md with installed tool names and versions after env-agent verification.

Updated Jan 3, 2026
One-click install
npx skills add https://github.com/user-no-found/ai-synergy --skill env-update
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: env-update
Source: https://github.com/user-no-found/ai-synergy/tree/main/claude/skills/env-update
Command: npx skills add https://github.com/user-no-found/ai-synergy --skill env-update

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates updating the environment documentation after completing environment installations.

Core Features & Use Cases

  • Detects installation events (apt, npm, pip, cargo, etc.) and triggers env-agent verification.
  • Updates ~/environment.md with new tool names and versions.
  • Provides auditing-friendly logs and prompts for confirmation when needed.

Quick Start

After finishing an installation, trigger the env-update flow and verify that ~/environment.md reflects the new tool.

Frequently Asked Questions about env-update

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

FAQPage Schema
How do I automatically update environment documentation after installing a package?

To automatically update environment documentation after installing a package, you can trigger an automated flow that verifies the installation and records the new tool name and version in your environment documentation file.

What is the best way to keep a log of installed tools using pip and npm?

The best way to keep a log of installed tools using pip and npm is to automate the detection of installation events, validate the installed versions, and append the tool details into a markdown environment record.

How does environment documentation verification work after a new tool installation?

Environment documentation verification works by applying an agent to check the newly installed tool, ensuring the installation was successful before updating your markdown logs with the confirmed tool name and version.

Can I use automated environment documentation updates for apt and cargo installations?

Yes, you can use automated environment documentation updates for apt and cargo installations, as the automation detects various package manager events, verifies the installation, and updates your environment markdown file accordingly.

What happens if environment documentation verification fails during an installation update?

If environment documentation verification fails during an installation update, the automation handles the errors and prompts for confirmation, ensuring your environment markdown logs remain accurate and auditing-friendly without recording unverified tools.

Do I need a specific environment file format to log my automated installation records?

Yes, you need a markdown environment file located at ~/environment.md to log your automated installation records, which provides an auditing-friendly format for tracking newly installed tools and their versions.