Markdown Converter
Agent skill for markdown-converter
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
Sign in to like and favorite skills
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
This is the Globomantics Backstory repository - a collection of reusable educational assets themed around the fictional Globomantics Robotics company. The repository contains static assets (HTML/CSS/JS), images, datasets, and documentation designed for drop-in use in technical training and Pluralsight courses.
Note: This is primarily a static content repository, not a buildable application. There are no build scripts, test suites, or package managers to run.
/ ├── apps/ # Self-contained demo applications (planned restructure) ├── account-log-in/ # Login page mockups and implementations ├── account-sign-up/ # Sign-up page mockups ├── dashboards/ # Analytics dashboard with Chart.js visualizations ├── datasets/ # CSV datasets for demos (HR, Financial, Marketing, etc.) ├── globomantics-asset-bundle/ # Core brand assets │ ├── logos/ # SVG and PNG logos in various colors │ ├── fonts/ # Open Sans font files │ ├── color-palette/ # ASE color swatches │ └── web-pages/ # Complete website templates ├── brand-identity/ # Brand guidelines and company backstory ├── 80s-items/ # Retro-themed images ├── green/, red/ # Status indicator icons └── [various other assets]
Primary font: Open Sans (included in
/globomantics-asset-bundle/fonts/)
/dashboards/ folder contains a working Chart.js analytics dashboard/datasets/ are categorized by use case (HR, Financial, Marketing, etc.)The repository is being restructured to improve organization (see
REPO-RESTRUCTURE-PLAN.md):
/apps/ directory structure for all self-contained demosSimply open any HTML file directly in a browser. No build process required.
/globomantics-asset-bundle/logos//brand-identity/brand-guidelines.mdCSV files in
/datasets/ are organized by category and ready for direct import into demos or data visualization tools.