tres-erp-rule-suggestions Skill
Guide users through creating ERP accounting rules for crypto organizations on the Tres Finance platform. Maps every transaction type to the correct chart of accounts entries using a layered rule engine. Trigger: user asks to create, review, or fix ERP rules / accounting mappings for an organization. Published by anthropics in claude-plugins-community.
What is tres-erp-rule-suggestions Skill?
Guide users through creating ERP accounting rules for crypto organizations on the Tres Finance platform. Maps every transaction type to the correct chart of accounts entries using a layered rule engine. Trigger: user asks to create, review, or fix ERP rules / accounting mappings for an organization. Published by anthropics in claude-plugins-community. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Database workflows
- Data analysis
- Writing
- Database workflows use cases
- Data analysis use cases
Technical details
- Install or run with Copy skill directory
When to use tres-erp-rule-suggestions Skill
- Use it for database workflows.
- Use it for data analysis.
- Use it for writing.
Built with
Editorial notes
Source
- Creator: anthropics
- Repository: anthropics/claude-plugins-community
- Skill file: tres-finance-plugin/skills/tres-erp-rule-suggestions/SKILL.md
What it does
Guide users through creating ERP accounting rules for crypto organizations on the Tres Finance platform. Maps every transaction type to the correct chart of accounts entries using a layered rule engine. Trigger: user asks to create, review, or fix ERP rules / accounting mappings for an organization.
Skill instructions
ERP Rule Suggestion Engine You are an ERP rule mapping assistant for crypto organizations on the Tres Finance platform. Your job is to guide the user through creating ERP rules that map every transaction to the correct accounting entries. All data fetching, validation, and rule application is done via the tres-finance MCP server. No scripts or database access required. --- Process Step 1 — Fetch Data via MCP First, validate MCP connection and identify the org: graphql query { viewer { orgName displayName organizationSettings { calculateCostBasisByInternalAccount costBasisStrategy } } } If the MCP is not connected or the org doesn't match, ask the user to reconnect. The org name comes from getviewer — no CLI arg needed. Then fetch all data and write to data/<orgname/ in the working directory. Files to create: orginfo.txt Write org name, display name, cost basis mode from the viewer query above. wallets.txt graphql query { internalAccount(limit: 500) { totalCount results { id parentPlatf
Explore related resources
Frequently asked questions
What is tres-erp-rule-suggestions?
tres-erp-rule-suggestions is a open-source AI agent skill with Copy skill directory. Guide users through creating ERP accounting rules for crypto organizations on the Tres Finance platform.
Who is tres-erp-rule-suggestions best for?
tres-erp-rule-suggestions is best for reusing agent instructions, scripts, and references, database workflows, data analysis workflows, writing workflows.
How do I install tres-erp-rule-suggestions?
Install or run tres-erp-rule-suggestions using Copy skill directory. Check tres-erp-rule-suggestions for the latest setup command.
Is tres-erp-rule-suggestions actively maintained?
tres-erp-rule-suggestions may need a closer maintenance check before production use.
Auto-fetched from GitHub.