Work with educational assets for Pluralsight courses themed around the fictional Globomantics Robotics company. Includes static demos, brand assets, datasets, and documentation for technical training.
Work with the Globomantics Backstory repository - a collection of reusable educational assets themed around the fictional Globomantics Robotics company for use in Pluralsight courses and technical training.
This skill helps you navigate and work with a static content repository containing demo applications, brand assets, datasets, and documentation. It is NOT a buildable application - there are no build scripts, tests, or package managers.
The repository is organized into self-contained folders:
When first exploring the repository:
1. Read the root README.md for overview and usage context
2. Check `/brand-identity/brand-guidelines.md` for brand standards
3. Review `/REPO-RESTRUCTURE-PLAN.md` for ongoing organizational changes
4. Note that each top-level folder is designed to be self-contained and "pluckable"
**Brand Colors:**
**Typography:**
**Logos:**
When creating new educational demos:
1. Follow the self-contained app structure
2. Place all related assets (images, CSS, JS) within the same directory
3. Use relative paths for all asset references (no absolute paths or external CDNs when possible)
4. Include a local README.md for complex demos explaining purpose and usage
5. Consider the planned `/apps/` directory structure for new additions
To view or modify HTML demos:
1. Open HTML files directly in a browser - no build process required
2. All dependencies should be self-contained within the demo folder
3. Check for inline styles or linked CSS files in the same directory
4. JavaScript files are typically vanilla JS or use Chart.js for visualizations
CSV datasets are located in `/datasets/` and organized by category:
1. HR datasets - employee data, performance metrics
2. Financial datasets - revenue, expenses, forecasts
3. Marketing datasets - campaign data, customer analytics
4. Other specialized datasets as needed
To use:
When working with assets:
1. Keep related files together in their parent directory
2. Maintain the "pluckable" nature - entire folders should be copyable
3. Document any cross-folder dependencies if absolutely necessary
4. Follow naming conventions already established in the repository
**Remember:**
**Viewing a demo:**
Simply open the HTML file in a browser.
**Finding brand assets:**
Check `/globomantics-asset-bundle/` first, then specialized folders.
**Adding a new demo:**
Create a self-contained folder with all assets, include a README, use relative paths.
**Using datasets:**
Navigate to `/datasets/`, select appropriate CSV file, import into your demo or tool.
**Example 1: Finding the Globomantics logo**
"I need the Globomantics logo in blue SVG format."
→ Navigate to `/globomantics-asset-bundle/logos/`, select the blue SVG variant.
**Example 2: Creating a new demo page**
"Create a new product listing page for Globomantics robots."
→ Create `/apps/product-listing/`, include index.html, styles.css, any images, and README.md. Use Open Sans font and brand colors. Reference assets with relative paths.
**Example 3: Finding employee data**
"I need sample employee data for a dashboard demo."
→ Check `/datasets/` for HR-related CSV files. Import into the dashboard or visualization tool.
Leave a review
No reviews yet. Be the first to review this skill!
# Download SKILL.md from killerskills.ai/api/skills/globomantics-course-assets/raw