Refresh Knowledge banner
xiaolai xiaolai

Refresh Knowledge

Development community

Description

--- name: refresh-knowledge description: Refresh Claude Code convention knowledge — fetch latest docs via context7 and update the reference skill argument-hint: "[--check | --update]" --- ## User Input ```text $ARGUMENTS ``` ## What This Does The codex-toolkit audits Claude Code artifacts using Codex (an OpenAI model with zero native Claude Code knowledge). All domain knowledge is stored in `skills/codex-toolkit/claude-code-conventions/SKILL.md`. This command refreshes that knowledge from of

Installation

Installs to ~/.claude/skills/xiaolai-codex-toolkit-for-claude-refresh-knowledge/SKILL.md

Terminal
mkdir -p ~/.claude/skills/xiaolai-codex-toolkit-for-claude-refresh-knowledge && curl -fsSL https://raw.githubusercontent.com/xiaolai/codex-toolkit-for-claude/HEAD/commands/refresh-knowledge.md -o ~/.claude/skills/xiaolai-codex-toolkit-for-claude-refresh-knowledge/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository