Claude Desktop Setup¶
Download all Expensis documentation in a flat file structure for use with Claude Desktop projects.
Download¶
Download expensis-documentation-flat.tar.gz (78KB)
Contents¶
All 26 markdown documentation files with folder paths converted to underscores:
components_*.md- Component documentation (commands, handlers, events, dispatch points)dependencies_*.md- Dependency analysis (critical paths, graphs, failure points)getting-started_*.md- Getting started guides (overview, architecture, concepts, quick-start)reference_*.md- Reference documentation (indexes, glossary)troubleshooting_*.md- Troubleshooting guides (common issues, debugging, FAQ, tests)workflows_*.md- Workflow documentation (CDR processing, syncs, user workflows)index.md- Main documentation index
File Naming Convention¶
Original path: docs/components/console-commands.md
Flat filename: components_console-commands.md
Folders are replaced with underscores to maintain a flat structure while preserving the original organization context.
Usage with Claude Desktop¶
- Extract the archive:
tar -xzf expensis-documentation-flat.tar.gz - In Claude Desktop, create a new project
- Add all
.mdfiles from theexpensis-docs-flat/folder as project knowledge - Claude will now have access to all Expensis documentation
Archive Contents¶
- Total Files: 26 markdown files
- Total Size: ~1.5MB (uncompressed)
- Coverage: Complete Expensis automation documentation including:
- 115+ Console commands
- 36+ Message handlers
- 10+ Complete workflows
- Critical dependency paths
- Troubleshooting guides
- API references
Generated¶
Date: December 15, 2025
Source: expensis-automation-docs repository
Format: Flat structure (no subdirectories)