一键导入
OSAwards.com
OSAwards.com 收录了来自 GitNation 的 3 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Mark the winners on `index.html` and sort them to the top of their category. User provides a `Category: Winner` mapping (often copied from a Trello card / GitNation announcement). For each winner the skill adds class `winner` to its `<li>`, moves that `<li>` to first position in its category's list, and renumbers `data-aos-delay` (100, 200, 300, …). Descriptions, logos, and structure are left untouched. Works for `javascript/` and `react/` folders. Use when user says "mark winners", "проставь победителей", "пометь победителей", "update winners", or pastes a list of category → winner pairs.
Replace the nominees on `index.html` with a fresh year's list. User provides a plain-text list of categories with project names and GitHub links. Skill rewrites the `<section id="nominees">` block with new categories and projects, updates the year heading, sets all images to the placeholder `pic/project_dummy.jpg`, and leaves description fields and winner classes empty (those are filled in by separate later steps). Works for `javascript/` and `react/` folders. Use when user says "update nominees", "replace 2025 nominees with 2026", "обновить номинантов", or pastes a categorized list of projects.
Archive a finished year of OS Awards. Reads winners (items with class `winner`) from the current `index.html`, generates `<year>.html` showing only winners, and adds the new year to the archive menu of all existing year pages. Works for `javascript/` and `react/` folders. Use when user says "archive winners", "create archive page for <year>", "вынести победителей на отдельную страницу", or after winners have been announced for a finished year.