Refactor high-complexity React components in Dify frontend. Use when `pnpm analyze-component...
npx skills add robzolkos/zolkos-agent-skills --skill "catchup"
Install specific skill from multi-skill repository
# Description
Catch up on codebase changes by reviewing the diff from master and reading relevant spec files.
# SKILL.md
name: catchup
description: Catch up on codebase changes by reviewing the diff from master and reading relevant spec files.
disable-model-invocation: true
allowed-tools: Bash(git *), Read, Glob
Catch Up
Execute the following sections to understand the codebase then summarize your understanding.
Run
git diff master
Read
Read any files that are in specs/ that are part of the diff
# Supported AI Coding Agents
This skill is compatible with the SKILL.md standard and works with all major AI coding agents:
Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.