update-tech-stack

Installation
SKILL.md
Contains Shell Commands

This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.

Update Tech Stack Documentation

User Request: $ARGUMENTS

Context

  • Project root: !pwd
  • Package.json: @package.json
  • Current tech doc: @.agents/rules/2-tech-stack.mdc
  • Last modified: !stat -f "%Sm" .agents/rules/2-tech-stack.mdc 2>/dev/null || echo "No existing document"
  • Recent package changes: !git diff HEAD~10 HEAD -- package.json 2>/dev/null | grep -E "^[+-]" | head -20 || echo "No recent changes"

Goal

Update the existing Tech Stack Documentation to reflect current technical state, dependency changes, new tools adoption, and infrastructure evolution. Maintain technical accuracy while documenting all changes.

Process

1. Document Analysis

Related skills

More from udecode/plate

Installs
23
Repository
udecode/plate
GitHub Stars
16.3K
First Seen
Mar 3, 2026