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 personal knowledge management system that combines Zettelkasten methodology with business automation. The project manages IT Solution Manager and General Affairs Manager tasks while organizing knowledge systematically.
# Create and activate Python virtual environment python3 -m venv .venv source .venv/bin/activate # Install dependencies pip install -r requirements.txt # Copy environment variables cp env.example env.local # Edit env.local with actual values
# Run schedule synchronization python3 Agents/schedule_updater/auto_schedule_sync.py # Generate daily report python3 Agents/daily_report/main.py # Generate report for specific date python3 Agents/daily_report/main.py 2025-07-24 # Run clippings sorter python3 Agents/clippings_sort/run_enhanced_clippings_sorter.py # Backup to OneDrive rsync -avh --delete --exclude '.git' --exclude '.venv' --exclude '.obsidian' '/Users/ueshima/Workspace/Mac for Business/' '/Users/ueshima/Library/CloudStorage/OneDrive-医療法人社団 慶友会 吉田病院/Mac for Business-backup'
Agents/daily_report/)Collects information from multiple sources to generate daily reports:
Agents/clippings_sort/)Automatically categorizes and processes Clippings content:
Agents/schedule_updater/)Synchronizes schedules between systems:
env.local (never commit this file)token*.json, token_cache*.bin) contain authentication data