Migrate .agents/skills (deepstream-dev, deepstream-import-vision-model) + example_prompts from mono-repo - #6
Merged
Conversation
…sion-model from mono-repo
Source: GitLab DeepStreamSDK/deepstream MR !82 (merge commit f0dabf0,
feature tip 155ef81). Ports the two product-local AI agent skills under
the canonical `.agents/skills/` layout:
- `.agents/skills/deepstream-dev/` — general DeepStream development skill
(SKILL.md, plugin.json, evals, 14 reference docs).
- `.agents/skills/deepstream-import-vision-model/` — autonomous vision-model
onboarding & benchmarking pipeline skill (SKILL.md, 4 references, helper
scripts under scripts/{deepstream,engine,model,report}).
Intentionally excluded from this port:
- `.gitlab-ci.yml`, `ci/`, `tests/` — GitLab-only team-mind-hub remote-check
CI infrastructure.
- `skills/` deletions — top-level `skills/` already absent in OSS.
- Root `README.md` delta — the mono-repo MR edits a "Repository Structure"
section that the current OSS README (PLC template) does not have.
- `.agents/skills/README.md` — exists on a later mono-repo branch
(`README_updates`, commit 792ebdb), not part of MR !82's tip; deferred.
Also removes the placeholder `.agents/.gitkeep` now that the directory has
real content.
Committed-By: ankitat's Claude Agent
Codex Review: Approved:
Source: GitLab DeepStreamSDK/deepstream commit 792ebdb (on README_updates branch, post-MR !82). Copied verbatim — 422 lines unchanged. Note: README references several files under example_prompts/ (lines 259, 283, 315, 327, 335, 360, 367) which do not yet exist in this repo (example_prompts/ has only .gitkeep). Those links will dangle until example_prompts/ contents are ported in a follow-up. Committed-By: ankitat's Claude Agent Codex Review: Approved:
Source: GitLab DeepStreamSDK/deepstream README_updates branch (latest example_prompts/ state, post-rename `byovm_detection_pipeline.md` → `import_vision_model_detection_pipeline.md`). Resolves the dangling cross-references in `.agents/skills/README.md` (import_vision_model_detection_pipeline.md, rtvi_vlm_core_app.md, rtvi_vlm_openapi_spec.md, etc.) and the prompts listed in its "Available Prompts" table. Also removes the placeholder `example_prompts/.gitkeep`. Committed-By: ankitat's Claude Agent Codex Review: Approved:
- Drop "mono-repo" framing in Project Structure ("inside the DeepStream
mono-repo" sentence + "# mono-repo root" comment); use plain "repo root".
- Fix broken LICENSE link: `LICENSE` resolved relative to README's location
(`.agents/skills/LICENSE`, missing); change to `../../LICENSE` so it points
to the root LICENSE file.
- Switch license claim from `CC-BY-4.0 AND Apache-2.0` (upstream
DeepStream_Coding_Agent dual-license) to `Apache-2.0` to match the
root LICENSE file.
Committed-By: ankitat's Claude Agent
Codex Review: Approved:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ports the AI agent skills and example prompts from the internal GitLab mono-repo (DeepStreamSDK/deepstream) into this OSS repo.
.agents/skills/deepstream-dev/— general DeepStream development skill (SKILL.md,plugin.json, evals, 14 reference docs)..agents/skills/deepstream-import-vision-model/— autonomous vision-model onboarding/benchmarking pipeline skill (SKILL.md, 4 references, 14 executable scripts underscripts/{deepstream,engine,model,report})..agents/skills/README.md— DeepStream Coding Agent overview / install guide (cross-references resolve after this PR).example_prompts/— 13 pre-built prompt files (12 markdown + 1 PNG) referenced by the README.Source
f0dabf0, feature tip155ef81)..agents/skills/README.md+example_prompts/import_vision_model_detection_pipeline.mdrename: mono-repo commit792ebdbonREADME_updatesbranch (post-MR !82).Intentionally excluded from this port
.gitlab-ci.yml,ci/,tests/— GitLab-only team-mind-hub remote-check CI infrastructure.README.mddelta — the mono-repo edit targets a "Repository Structure" section that the current OSS README (PLC template) does not have.skills/deletions — top-levelskills/already absent in OSS.OSS-context adjustments applied to
.agents/skills/README.md# mono-repo rootcomment in the tree.LICENSE(would resolve to.agents/skills/LICENSE, missing) →../../LICENSE(root LICENSE).CC-BY-4.0 AND Apache-2.0(DeepStream_Coding_Agent dual-license) toApache-2.0to match this repo's root LICENSE.Validation
example_prompts/*.mdfiles + 1 PNG,../../LICENSE,SKILL.md#pre-flight-checksanchor, internal#skill-*anchors.100755mode bits preserved (matches mono-repo MR tip155ef81exactly).mono-repo/gitlabreferences in any migrated file.Test plan
.agents/skills/README.mdcleanly (tree block, tables, badges, demo video link).+xbit after merge (e.g.,.agents/skills/deepstream-import-vision-model/scripts/deepstream/benchmark-ds.sh).