smithery/kk0ga

timesheet-pdf-export

一般的な勤務表フォーマットのPDF(縦型・会社ロゴ?

Installation

$ npx skills add smithery/kk0ga --skill timesheet-pdf-export

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/kk0ga.

npx skills add smithery/kk0ga

Browse all from smithery/kk0ga

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

LicenseMIT

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,824 B
  • docs SUMMARY.md 272 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Timesheet PDF Export Skill

目的

勤怠の月次勤務表を、社内で使える体裁でPDF出力できるようにする(縦型・会社ロゴ入り)。

要件として必ず確認/固定する項目(決め打ちして良い)

  • 用紙:A4縦
  • 会社ロゴ:左上(PNG/SVGのどちらを採用するか)
  • 出力項目(例)

- 氏名、社員番号、対象年月 - 日付、曜日、出勤、退勤、休憩、実働、備考 - 月合計(実働/残業等)

  • 文字化け防止:日本語フォントの扱い(埋め込み/利用可能フォント)

進め方

  1. “一般的な勤務表”のレイアウトをまず固定(罫線/表)
  2. PDF生成ライブラリの選定方針

- ブラウザ生成(CSRのみ)か、サーバー/関数生成か - 依存を増やしすぎない(最小導入)

  1. データ取得 → 集計 → PDF描画 の責務分離
  2. 見た目確認

- 30日/31日、2月、長い氏名、備考長文、空データ

成果物

  • PDF仕様(1枚の見本 or ワイヤー)
  • 生成処理の構成(データ→集計→描画)
  • テスト観点(代表ケース)

依頼例

  • 「勤務表PDFを縦型・ロゴ入りで出したい。項目とレイアウト案を作って」
  • 「CSRでPDF作る場合の実装手順と落とし穴をまとめて」

関連スキル

  • [image-manipulation-image-magick](../image-manipulation-image-magick/SKILL.md)

References

  • [docs/README.md](../../../docs/README.md)