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 a single-page web application for managing a database of case study quotes. It's built as a standalone HTML file with inline React/Babel for simplicity - no build process required.
The application consists of:
index.html: Self-contained React application that runs entirely in the browsersample.json: Example data structure for case study quotesdata/: Directory containing JSON files with case study dataThe app uses:
Quotes have the following fields:
source: The name of the case study (formerly "case" in legacy data)page: Page number (integer)components: Array of organizational components (Work, People, Structure, Culture)incongruence: Optional field for incongruence types (e.g., "Work↔Structure")quote: The actual quote textnotes: Optional notes/contextThe app supports:
Since this is a standalone HTML file:
index.html directly to modify the applicationThe app fetches data from a configurable GitHub Gist URL and allows local modifications that can be exported as JSON.