bootstrap

Verify prerequisites, initialize memory directories, and analyze the codebase.

2|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/SukbeomH/HExoskeleton --skill bootstrap-sukbeomh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bootstrap
Source: https://github.com/SukbeomH/HExoskeleton/tree/main/.claude/skills/bootstrap
Command: npx skills add https://github.com/SukbeomH/HExoskeleton --skill bootstrap-sukbeomh

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill ensures a freshly cloned HExoskeleton project is fully operational by verifying system prerequisites, initializing the memory directory structure, and performing an initial codebase analysis.

Core Features & Use Cases

  • System Verification: Checks for essential tools like git and bash.
  • Environment Setup: Creates a .env file from a template if it doesn't exist.
  • Memory Initialization: Sets up the necessary directories and schema files for the memory system.
  • Codebase Analysis: Delegates to a codebase-mapper skill for initial project mapping.
  • Status Reporting: Provides a clear report on the success or failure of each step.

Quick Start

Run the bootstrap script to complete the initial project setup.

Frequently Asked Questions about bootstrap

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

FAQPage Schema
How do I initialize a project and verify system prerequisites?

To initialize a project, run the bootstrap script to verify system prerequisites like git and bash, then automatically set up the .env file, memory directories, and codebase mapping. This ensures the HExoskeleton framework is fully operational.

Do I need git and bash installed to set up the HExoskeleton framework?

Yes, you need git and bash installed to set up the HExoskeleton framework. The bootstrap process performs a system verification step that checks for these essential tools before proceeding with environment setup and memory initialization.

What does project memory initialization involve?

Project memory initialization involves creating the necessary memory directory structure and schema files. This sets up the foundational memory system required for the HExoskeleton framework to operate correctly.

How does the bootstrap script handle environment setup?

The bootstrap script handles environment setup by creating a .env file from a template if one does not already exist. This ensures the necessary environment variables are configured before codebase analysis begins.

What is the best way to perform an initial codebase analysis?

The best way to perform an initial codebase analysis is by running the bootstrap script, which delegates to a codebase-mapper skill. This maps the project structure and reports the success or failure of each setup step.