Skip to content

mrdulasolutions/LotID

Repository files navigation

LotID Skills Repository

This repository contains production-ready AI skills for crypto lot reconciliation workflows.

Repository Layout

LotID/
├── README.md
├── .gitignore
├── lotid-crypto-lot-reconciliation.skill
└── skills/
    └── lotid-crypto-lot-reconciliation/
        ├── SKILL.md
        ├── reference.md
        └── examples.md

Included Skill

  • lotid-crypto-lot-reconciliation: Guides an agent through reconciling exchange and wallet transactions into tax-compliant lot records.

Quick Start

  1. Open skills/lotid-crypto-lot-reconciliation/SKILL.md.
  2. Copy this folder into your agent skills location or keep it in-project.
  3. Ask the agent to perform a lot reconciliation task and include your source files.

Upload To GitHub

  1. Initialize git:
    • git init
  2. Connect remote:
    • git remote add origin https://github.com/mrdulasolutions/LotID.git
  3. Commit and push:
    • git add .
    • git commit -m "Initial LotID skill repository scaffold"
    • git push -u origin main

Notes

  • The legacy .skill file is retained as a lightweight pointer/descriptor.
  • Core instructions live in SKILL.md, with deeper details split into reference.md and examples.md.

About

Crypto tax basis reconciliation skill.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors