Coding
PromptBeginner5 minmarkdown
Markdown Converter
Agent skill for markdown-converter
7
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 dictionary project for macOS voice input that generates vCard (.vcf) files to improve Japanese voice recognition. The system exploits how macOS voice input uses contacts from the Contacts app to create custom dictionaries for technical terms and programming vocabulary.
dictionaries/ containing word-pronunciation pairsdictionaries/: Contains categorized CSV files with technical vocabularyapp/: React Router application for dictionary managementdocs/: Documentation about dictionary format and vCard output formatFN (full name) and X-PHONETIC-LAST-NAME fields# Start development server npm run dev # Build for production (configured for GitHub Pages deployment at /dictionary.vcf/) npm run build # Type checking npm run typecheck # Preview production build npm run preview # Start production server npm start
dictionaries/README.mddictionaries/ as CSV files with format {category}-{domain}.csvdocs/vcf-format.mdProduction builds are configured for GitHub Pages deployment with base path
/dictionary.vcf/ (see vite.config.ts).