This repository contains production-ready AI skills for crypto lot reconciliation workflows.
LotID/
├── README.md
├── .gitignore
├── lotid-crypto-lot-reconciliation.skill
└── skills/
└── lotid-crypto-lot-reconciliation/
├── SKILL.md
├── reference.md
└── examples.md
lotid-crypto-lot-reconciliation: Guides an agent through reconciling exchange and wallet transactions into tax-compliant lot records.
- Open
skills/lotid-crypto-lot-reconciliation/SKILL.md. - Copy this folder into your agent skills location or keep it in-project.
- Ask the agent to perform a lot reconciliation task and include your source files.
- Initialize git:
git init
- Connect remote:
git remote add origin https://github.com/mrdulasolutions/LotID.git
- Commit and push:
git add .git commit -m "Initial LotID skill repository scaffold"git push -u origin main
- The legacy
.skillfile is retained as a lightweight pointer/descriptor. - Core instructions live in
SKILL.md, with deeper details split intoreference.mdandexamples.md.