npx skills add smithery/fyndx --skill dayjs
fandhe-ai/agent-reference-skills
dayjs
Day.js (軽量日付・時刻ライブラリ、Moment.js 互換 API) リファレンス。 parse, format, manipulate (add / subtract / startOf / endOf)、 query (isBefore / isAfter / isSame)、duration, relativeTime、 timezone, utc, plugin システム、locale、i18n。
Installation
npx skills add fandhe-ai/agent-reference-skills --skill dayjs
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsAlso in this package
Other skills from fandhe-ai/agent-reference-skills · top by installs.
npx skills add fandhe-ai/agent-reference-skills
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md4,065 B -
docs
SUMMARY.md285 B
History
- First seen on skills.sh
- First recorded snapshot · 18 installs
SKILL.md
Day.js API リファレンス
Day.js 公式ドキュメントの全 API を網羅したスキル。 ユーザーのタスクに応じて適切な README.md を読み、そこから個別ファイルへ辿ること。
ディレクトリ構成
skills/dayjs/
SKILL.md
references/
installation/
README.md
installation.md
parse/
README.md
parse.md
get-set/
README.md
get-set.md
manipulate/
README.md
manipulate.md
display/
README.md
display.md
query/
README.md
query.md
i18n/
README.md
i18n.md
plugin/
README.md
plugin-overview.md
format-plugins.md
display-plugins.md
getset-plugins.md
parse-plugins.md
query-plugins.md
timezone-utc-plugins.md
other-plugins.md
customization/
README.md
customization.md
durations/
README.md
durations.md
timezone/
README.md
timezone.md
samples/
README.md
basic-parsing.md
custom-format-parsing.md
formatting.md
add-subtract.md
start-end-of.md
comparison.md
relative-time.md
locale.md
timezone.md
duration.md
scripts/
README.md
install.md
plugin.md
i18n.md
customization.md
test.md
探索手順
タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:
- 下記マッピング表でタスクに対応するカテゴリを探す
- そのカテゴリの
references/{category}/README.mdを参照して目的のページを特定する - 該当ページの
.mdを Read して詳細を確認する
タスク → カテゴリ マッピング
| タスク | カテゴリ | 参照 README |
|---|---|---|
| npm install、CDN 読み込み、TypeScript 設定 | installation | [references/installation/README.md](references/installation/README.md) |
| dayjs() でオブジェクト生成、文字列パース、Unix タイムスタンプ、clone、isValid | parse | [references/parse/README.md](references/parse/README.md) |
| millisecond〜year の取得・設定、weekday、quarter、max、min | get-set | [references/get-set/README.md](references/get-set/README.md) |
| add、subtract、startOf、endOf、utcOffset による日時操作 | manipulate | [references/manipulate/README.md](references/manipulate/README.md) |
| format、fromNow、diff、unix、toDate、toJSON、toISOString | display | [references/display/README.md](references/display/README.md) |
| isBefore、isSame、isAfter、isBetween、isDayjs、isLeapYear | query | [references/query/README.md](references/query/README.md) |
| ロケール読み込み、言語切り替え、月名・曜日名一覧 | i18n | [references/i18n/README.md](references/i18n/README.md) |
| AdvancedFormat、RelativeTime、Duration、UTC、Timezone 等プラグイン | plugin | [references/plugin/README.md](references/plugin/README.md) |
| 月名・曜日名カスタマイズ、相対時間テンプレート、カスタムロケール | customization | [references/customization/README.md](references/customization/README.md) |
| dayjs.duration()、humanize、format、as、get | durations | [references/durations/README.md](references/durations/README.md) |
| dayjs.tz()、タイムゾーン変換、デフォルトタイムゾーン設定 | timezone | [references/timezone/README.md](references/timezone/README.md) |
| 典型的な使い方を知りたい | samples | [samples/README.md](samples/README.md) |
| インストール・CLI コマンド・プラグイン設定を知りたい | scripts | [scripts/README.md](scripts/README.md) |