Documentation Index
Fetch the complete documentation index at: https://docs.uselim.com/llms.txt
Use this file to discover all available pages before exploring further.
Claude Code Skills
lim can register all its command groups as Claude Code skills, making every lim capability available through natural conversation in your terminal.Installation
.claude/skills/ directory.
After installation, restart Claude Code to pick up the new skills.
What Gets Registered
Every lim command group becomes a skill that Claude can invoke:| Skill | Commands | Description |
|---|---|---|
lim-add | lim add | Natural language journal entry |
lim-journals | lim journals list/show/create/reverse | Journal entry management |
lim-reports | lim reports tb/pl/bs/ss/cs/gl | Financial reports |
lim-companies | lim companies list/use/create | Company management |
lim-accounts | lim accounts list/show | Chart of accounts |
lim-stats | lim stats, lim dashboard | Learning engine metrics |
lim-import | lim import | Import from other software |
lim-bank | lim bank list/sync/match | Bank account operations |
lim-invoices | lim invoices list/create/send | Invoice management |
lim-documents | lim documents list/upload | Document management |
lim-labels | lim labels list/create | Label/tag management |
lim-tax | lim tax codes/withholding | Tax code management |
lim-periods | lim periods list/close | Fiscal period management |
lim-alerts | lim alerts list/create | Alert rule management |
lim-scenarios | lim scenarios list/create/diff | Scenario analysis |
lim-approvals | lim approvals list/approve/reject | Approval workflows |
lim-contracts | lim contracts list/create | Contract management |
lim-employees | lim employees list/create | Employee management |
lim-payroll | lim payroll run/list | Payroll processing |
lim-expenses | lim expenses list/create/approve | Expense reports |
lim-fixed-assets | lim fixed-assets list/depreciate | Fixed asset management |
lim-fx | lim fx rates/convert | Foreign exchange |
lim-accruals | lim accruals list/generate | Accrual schedules |
lim-opening | lim opening-balance set | Opening balance setup |
lim-members | lim members list/invite | Team member management |
lim-auth | lim auth login/logout/whoami | Authentication |
lim-mcp | lim mcp add/serve | MCP server management |
lim-webhooks | lim webhooks list/create | Webhook management |
lim-events | lim events list/replay | Event inspection |
Usage Examples
Once skills are registered, Claude Code can use them naturally in conversation:Daily Bookkeeping
Financial Review
Month-End Close
Scenario Analysis
Skills vs MCP
Both skills and MCP let AI agents interact with lim. Here’s when to use each:| Skills | MCP | |
|---|---|---|
| Best for | Claude Code terminal sessions | Any MCP-compatible client |
| Interface | CLI commands | Structured tool calls + resources |
| Authentication | CLI token | CLI token or API key |
| Output | Human-readable terminal output | Structured JSON |
| Setup | npx @lim-labs/lim skills add | npx @lim-labs/lim mcp add |