Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
مستودع GitHub

LibraryOfTime

يحتوي LibraryOfTime على 9 من skills المجمعة من CodapopKSP، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
9
Stars
24
محدث
2026-06-01
Forks
5
التغطية المهنية
4 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

docs-info-tables
مطوّرو البرمجيات

Standardizes column order and headers for Info-section tables in Docs/src calendar markdown files. Use when adding or editing month, day-name, weekday, or epoch tables in Docs/src, or when the user asks to standardize doc tables.

2026-06-01
add-calendar-system
مطوّرو البرمجيات

Step-by-step workflow for adding a new calendar or timekeeping system to the Library of Time, including creating the Docs entry, regenerating nodeData, wiring the main function into the CalendarAPI layer and nodeUpdate.js, and adding tests. Use when introducing a new calendar node to the site.

2026-05-31
calendar-patterns
مطوّرو البرمجيات

Catalogs common implementation patterns used by existing calendars and timekeeping systems in the Library of Time, with examples and guidance on when to use each pattern. Use when choosing how to structure a new calendar’s algorithm.

2026-05-10
description-tooltip-interaction
مطوّرو البرمجيات

Implement or refactor description panel tooltip triggers with exact desktop/mobile interaction parity. Use when editing `UserInterface/descriptionPanel.js` or related CSS for epoch/confidence tooltips, hover/tap behavior, hit areas, and trigger sizing.

2026-04-29
calendar-math
علماء الرياضيات

Designs and implements complete calendar and timekeeping calculation modules for the Library of Time project, including algorithms, date conversions, and tests. Use when working on calendar logic, adding a new calendar, or one-shotting an entire calendar implementation from a prompt. Treat `CalendarAPI/Calendars/*`, `CalendarAPI/Timekeeping/*`, and `CalendarAPI/Other/*` as a single Calendar API layer.

2026-04-19
calendar-conventions
مطوّرو البرمجيات

Encodes conventions and logic patterns for building calendars and timekeeping systems in the Library of Time project, including preferred use of utilities like createAdjustedDateTime, timezone handling, and epoch selection. Use when implementing or refactoring calendar logic so behavior matches existing systems.

2026-04-06
weekday-skip-days
مطوّرو البرمجياتالإحصائيون

Compute weekdays correctly for calendars where some days (intercalary/epagomenal) are excluded from the weekday cycle. Use when implementing or debugging weekday logic with “skipped days”, “epagomenal”, “intercalary”, or “non-weekday” days.

2026-03-19
anchor-based-lunisolar
المهن الرياضية، جميع الأخرى

Rules and pitfalls for implementing lunisolar (or similar) calendars that are defined by explicit anchor dates and a fixed cycle (e.g. Metonic), not by astronomical events like equinox or "first new moon after X". Use when implementing or fixing such calendars (e.g. Babylonian, or any spec that gives "date X = year Y month 1 day 1").

2026-03-15
calendar-month-names
مطوّرو البرمجيات

Use user-provided month names or labels in calendar implementations and output. Use when implementing or updating a calendar and the user has given a list of month names (including for leap months), so the implementation does not default to numeric-only output.

2026-03-15