Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions .github/workflows/sync-skills.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Copyright (c) 2026, NVIDIA CORPORATION. All rights reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
name: Sync skills → agent dirs

on:
workflow_dispatch:
push:
branches:
- main
paths:
- "skills/**"
- "AGENTS.md"

jobs:
sync:
uses: NVIDIA-NeMo/FW-CI-templates/.github/workflows/_sync_skills.yml@v0.91.0
secrets:
PAT: ${{ secrets.PAT }}
15 changes: 15 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,21 @@ hand.

---

## Git & PR conventions

- **Branch names** use the format `<github-handle>/<type>/<short-desc>`
(e.g. `jdoe/fix/rope-scaling`).
- **Commit messages** follow [Conventional Commits](https://www.conventionalcommits.org/):
`type(scope)?: description` — e.g. `fix(ci): retry apt-get on mirror failures`.
- **PR titles** must match the same format. The CI `Validate PR title` check
enforces this; a non-conforming title will fail the check.
Valid types: `feat` `fix` `docs` `style` `refactor` `perf` `test` `build`
`ci` `chore` `revert` `cp`. Title must be ≤ 80 characters.
- **Never** use bracket-prefixed styles such as `[ci] fix: …` — those will
fail validation.

---

## Architecture Overview

```
Expand Down
1 change: 0 additions & 1 deletion skills/.claude/skills/developer-guide

This file was deleted.

1 change: 0 additions & 1 deletion skills/.claude/skills/distributed-training

This file was deleted.

1 change: 0 additions & 1 deletion skills/.claude/skills/launcher-config

This file was deleted.

1 change: 0 additions & 1 deletion skills/.claude/skills/model-onboarding

This file was deleted.

1 change: 0 additions & 1 deletion skills/.claude/skills/parity-testing

This file was deleted.

1 change: 0 additions & 1 deletion skills/.claude/skills/recipe-development

This file was deleted.

Loading