スキル一覧に戻る
yunuskorkmaz

app-logic

by yunuskorkmaz

0🍴 0📅 2026年1月15日
GitHubで見るManusで実行

SKILL.md


name: app-logic description: Logic for financial calculations, period management, and complex application flows.

App Logic Skill

This skill handles the "brain" of the application, focusing on financial math and state transitions.

🔢 Financial Calculations

  • Estimates: Calculate future liabilities by summing fixed payments and linked installment plans for a given period.
  • Progress: Calculate "percentage paid" based on transaction status in the current month.
  • Installment Chains: When a parent payment is marked paid, automatically update linked InstallmentPlans.

📅 Period Management

  • Key Format: Always use YYYY-MM for period_key.
  • Date Picking: Use date-fns for robust date manipulations (adding months, comparing days).
  • Deep Linking: Handle navigation between Dashboard, Payment Detail, and Add scenes.
  • Modals: Use Bottom Sheets for quick actions (Quick Pay, Add Note).

⚡ Error Handling

  • Prevent negative amounts in inputs.
  • Validate due_day is between 1-31.
  • Handle "Leap Year" date edge cases gracefully.

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です