examples/SkillsMCPUnifiedDemo/agent_skills/python-calc/SKILL.md
Evaluate arithmetic expressions precisely by calling py_calc (python-file tool).
npx skillsauth add aevatarai/aevatar-agent-framework python-calcInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
1/7、(1+2)*3、2**128。py_calc with:
expr: 用户的表达式(原样)precision: 需要的小数精度(默认 50;如果用户要求 N 位小数,建议 precision >= N + 5)py_calc 只允许安全 AST 子集(数字、括号、+ - * / **),不支持变量/函数调用。data-ai
Aggregate a writing session into a readable log + a reusable author-intent prompt.
tools
Define what the Story Control Panel shows, how to compute signals, and how the author should act on alerts.
data-ai
Maintain a structured Setup/Payoff ledger (promises, debts, payoffs) and generate a payoff roadmap.
documentation
--- name: rewrite-branch-merge description: Manage rewrite branches: when to branch, how to compare, and how to merge back with minimal chaos. --- ## When to use - A change is risky (canon/timeline/payoff) and might break the mainline. - Author wants to explore multiple routes in parallel. ## Branching rules (simple, strict) - Branch if: - canon changes would require editing many existing chapters - timeline constraints are violated and fix is non-local - payoff plan changes the story’s