rfe-creator.setup

Set up rfe-creator submodule and skill symlinks across platforms.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/solaius/ai-asset-registry --skill rfe-creator-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: rfe-creator.setup
Source: https://github.com/solaius/ai-asset-registry/tree/main/.claude/skills/rfe-creator.setup
Command: npx skills add https://github.com/solaius/ai-asset-registry --skill rfe-creator-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill sets up or updates the rfe-creator submodule and makes its skills usable inside the current project. It removes the manual work of creating symlinks, preparing required folders, and troubleshooting missing scripts or broken skill links.

Core Features & Use Cases

  • Submodule Setup and Updates: Adds rfe-creator as a git submodule or refreshes it to the latest remote commit.
  • Cross-Platform Symlink Wiring: Creates correct skill and scripts links on Linux, macOS, and Windows so Claude Code can discover the skills reliably.
  • Bootstrap and Verification: Prepares required project directories, runs the bootstrap toolchain, and checks that scripts, Python dependencies, and the rubric are available.
  • Use Case: A developer installs the skill once, restarts their coding assistant, and immediately gains access to the rfe-creator workflow commands without fixing path issues by hand.

Quick Start

Run the rfe-creator setup skill to install or update the submodule, wire the symlinks, and verify the toolchain in your project.

Frequently Asked Questions about rfe-creator.setup

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

FAQPage Schema
How do I set up git submodules and symlinks for Claude Code skills?

To set up git submodules and symlinks for Claude Code skills, run the rfe-creator setup tool to automatically add the submodule, wire platform-specific symlinks, and verify the toolchain.

Can I create skill symlinks on Windows without manual path fixing?

Yes, you can create skill symlinks on Windows without manual path fixing by running the setup process, which handles platform-specific symlink creation across Windows, Linux, and macOS.

Why does my git submodule show missing scripts or broken symlinks?

Broken symlinks and missing scripts in your git submodule often happen when platform-specific links are not created correctly or directories are not bootstrapped, which the setup tool fixes automatically.

How do I verify Python dependencies and rubric output after a submodule update?

Verify Python dependencies and rubric output after a submodule update by running the setup tool's bootstrap and verification checks to ensure all scripts and required files are available.

What is the best way to bootstrap a project directory for Claude Code skill discovery?

The best way to bootstrap a project directory for Claude Code skill discovery is to use the setup tool, which prepares required folders and wires the symlinks so skills are reliably discovered.

Do I need to manually create directories before installing rfe-creator skills?

No, you do not need to manually create directories before installing rfe-creator skills because the setup tool automatically bootstraps required project directories and handles the submodule wiring.