vforge

Reload Skills — Development skill for Claude Code

Development community

Rescan Claude Code skills and refresh their availability in the current Codex session.

How to install Reload Skills

Installs to ~/.claude/skills/vforge-claude-skills-to-codex-reload-skills/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vforge-claude-skills-to-codex-reload-skills && curl -fsSL https://raw.githubusercontent.com/vforge/claude-skills-to-codex/HEAD/commands/reload-skills.md -o ~/.claude/skills/vforge-claude-skills-to-codex-reload-skills/SKILL.md

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

What Reload Skills does


description: Rescan Claude Code skills and refresh their availability in the current Codex session.

Rescan the Claude Code skill sources for this Codex session now.

  1. Inspect ~/.claude/skills/ and the current project's .claude/skills/ directory. If the session started in a nested directory, also check the nearest parent project .claude/skills/ directories.
  2. Find every SKILL.md file, using the current files rather than the previous session-start index.
  3. Deduplicate by skill

Alternatives in Development

  • Session Update — Update the current development session by 1.2k ★
  • Learn Review — Manually trigger a learning review of the current session 172 ★
  • Session Learn — Extract knowledge from the current session 138 ★

Full documentation available on GitHub

View Source Repository