ref-setup

Download AI reference materials from external sources with cleanup options.

15|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/selhorys/dataspoke-baseline --skill ref-setup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ref-setup
Source: https://github.com/selhorys/dataspoke-baseline/tree/main/.claude/skills/ref-setup
Command: npx skills add https://github.com/selhorys/dataspoke-baseline --skill ref-setup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Downloads AI reference materials (external source code for AI assistant reference). Offers individual or all references.

Core Features & Use Cases

  • Selective download: download all references or only the DataHub sources.
  • Cleanup option: remove all downloaded content to reset the environment.
  • Progress and status: run setup in background and monitor the log to report progress.

Quick Start

Launch the background setup by selecting an option and running the script: bash ref/setup.sh <option>.

Frequently Asked Questions about ref-setup

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

FAQPage Schema
How do I download AI reference materials for assistant development?

Download AI reference materials by executing the background setup script. It fetches external source code to support AI assistant development, offering options to download all references or only DataHub sources.

Can I selectively download only DataHub sources instead of all references?

Yes, you can selectively download only DataHub sources. The setup script supports individual downloads, allowing you to choose between fetching all AI reference materials or just the DataHub subset.

How do I monitor download progress for the setup script?

You monitor download progress by checking the log file generated during the background setup. The script runs asynchronously and provides a final readiness report once the download is complete.

What is the best way to remove downloaded AI reference materials and reset the environment?

The best way to reset the environment is using the cleanup option. This removes all downloaded AI reference materials, clearing the external source code and restoring the setup to its initial state.

Do I need any dependencies to run the AI reference setup script?

No additional dependencies are required to run the AI reference setup script. It operates independently using a bash script to manage the download, progress monitoring, and cleanup of reference materials.