Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
Based on guidelines from *Understanding the AGENTS.md File in OpenAI Codex (Vibe Coding Workflow)* citeturn0file0
Sign in to like and favorite skills
Based on guidelines from Understanding the AGENTS.md File in OpenAI Codex (Vibe Coding Workflow) citeturn0file0
Repository:
chronicles-of-communication
Purpose: Digital archive & VR modules for communication history.
Structure:
/timeline: JSON data for timeline entries./vr-modules: VR experiences grouped by era./assets: Audio and 3D models./docs: Design specifications and conventions.ancient-messenger.js).camelCase for JS, PascalCase for React components.npm install.npm test.npm run build.npm run lint and npm run test must pass before finalizing./timeline/data.json and corresponding VR folder under /vr-modules.index.js in each era subfolder./assets/audio, 3D models in /assets/models.npm run build and npm test.npm run lint; failures must be fixed.Commit message prefix:
[Feat], [Fix], [Refactor], [Docs].
Commit title:
<prefix> Short description.
PR description template:
docs/design-specs.md for UI/UX guidelines.