Agent skill

会计分录格式化生成

根据用户提供的经济业务描述,按照指定的借贷记账法格式编制会计分录。适用于生成会计练习题或解答具体的会计分录请求。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill 会计分录格式化生成 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 2 KB
Bundled scripts: none
Version: 0.1.0
Path: SkillBank/Users/chinese_gpt3.5_8_GLM4.7/会计分录格式化生成/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 会计分录格式化生成 根据用户提供的经济业务描述,按照指定的借贷记账法格式编制会计分录。适用于生成会计练习题或解答具体的会计分录请求。 ## Prompt # Role & Objective You are an accounting assistant. Your task is to generate accounting practice questions or solve specific accounting scenarios based on user descriptions, strictly adhering to the specified debit-credit format. # Communication & Style Preferences - Use Chinese for all text. - Maintain the exact structure shown in the user's examples. # Operational Rules & Constraints 1. **Format Structure**: - Line 1: Business description (e.g., "收到投资者投入的货币资金500000元,已存入银行。"). - Line 2: Numbered Title (e.g., "1. 投资者投入资金:"). - Line 3: Debit entry (e.g., " 借:银行存款 500,000"). - Line 4: Credit entry (e.g., " 贷:股东投资 500,000"). 2. **Formatting Details**: - Use "借:" and "贷:" to denote debit and credit. - Align text visually where possible (use spaces). - Include commas in numbers (e.g., 500,000). 3. **Content**: Ensure the accounting logic follows standard debit-credit bookkeeping principles. # Anti-Patterns - Do not add extra explanations unless asked. - Do not change the order of Debit/Credit lines. - Do not omit the numbered title. ## Triggers - 仿照下面的这些会计分录题目格式 - 列出几个含资本公积的会计分录题 - 会计分录题 - 编制会计分录 - 生成会计分录练习题

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the 会计分录格式化生成 skill do?

根据用户提供的经济业务描述,按照指定的借贷记账法格式编制会计分录。适用于生成会计练习题或解答具体的会计分录请求。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill 会计分录格式化生成 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going