← Back to list
trade-accounting Checked
Double-entry bookkeeping for trading operations with ledger management, P&L statements, balance s…
8.3Overall rating
Installation
🤖 Install via AI
Copy the prompt below and send it to your AI assistant (e.g. Claude Code) — it will follow the instructions and install automatically.
Install the "trade-accounting" skill by following the instructions at https://skill123.me/install/trade-accounting.
⌨️ Command line install
Run in your terminal — downloads and installs to ~/.claude/skills/.
curl -fsSL https://skill123.me/install/trade-accounting.sh | bash
📦 Download ZIP
Download the zip and extract it into your skills directory (e.g. ~/.claude/skills/), then restart your session.
⬇ Download v1.0.0 · 14 KBAbout this skill
Overview
Double-entry bookkeeping for trading operations with ledger management, P&L statements, balance sheets, and cash flow reporting
Source
- Repo: https://github.com/agiprolabs/claude-trading-skills
- Path: skills/trade-accounting
Score breakdown
Trigger
4.0
Description covers What (double-entry bookkeeping, ledger, P&L, balance sheet, cash flow) but no When/When-Not or trigger variants: 3+2+3+0=8/20
Structure
9.3
365-line SKILL.md, one reference and one script, clear Files table: 4+5+3+2=14/15
Workflow
8.4
Quick-start API with runnable ledger code; the debits=credits invariant is a built-in error-detection guard; use cases tie features to tasks; verification relies on balanced reports: 5+5+5+4+2=21/25
Content
10.0
Clear imperative style, worked journal-entry tables, minimal fluff: 10/10
Engineering
10.0
Valid extended frontmatter; script has shebang and zero external deps; all referenced paths exist: 10/10
Security
10.0
Fully offline and in-memory; no eval/base64/destructive ops, no secrets, no injection; tax disclaimer present; capabilities match declared scope: 20/20
Double-entry trading ledger (stdlib only, in-memory, prints P&L/balance sheet/cash-flow reports; --demo mode). Strong compliance posture: prominent not-tax-advice disclaimer, trading-vs-tax P&L separation, LLC/entity guidance. Capability manifest: no file, env, or credential reads; no writes, no network egress, no persistence — capabilities match declared scope. Reference file again oddly named 'planned_features.md'.
