Skip to content

Migrate .agents/skills (deepstream-dev, deepstream-import-vision-model) + example_prompts from mono-repo - #6

Merged
nvankita merged 4 commits into
mainfrom
migrate/agents-skills-from-mr82
May 18, 2026
Merged

nvankita merged 4 commits into
mainfrom
migrate/agents-skills-from-mr82

Conversation

@nvankita

Copy link
Copy Markdown
Collaborator

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 under scripts/{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

  • Mono-repo MR: DeepStreamSDK/deepstream!82 (merge commit f0dabf0, feature tip 155ef81).
  • .agents/skills/README.md + example_prompts/import_vision_model_detection_pipeline.md rename: mono-repo commit 792ebdb on README_updates branch (post-MR !82).

Intentionally excluded from this port

  • .gitlab-ci.yml, ci/, tests/ — GitLab-only team-mind-hub remote-check CI infrastructure.
  • Mono-repo root README.md delta — the mono-repo edit targets a "Repository Structure" section that the current OSS README (PLC template) does not have.
  • skills/ deletions — top-level skills/ already absent in OSS.

OSS-context adjustments applied to .agents/skills/README.md

  • Dropped "inside the DeepStream mono-repo" framing in Project Structure section and the # mono-repo root comment in the tree.
  • Fixed broken LICENSE link: relative LICENSE (would resolve to .agents/skills/LICENSE, missing) → ../../LICENSE (root LICENSE).
  • Switched license claim from upstream CC-BY-4.0 AND Apache-2.0 (DeepStream_Coding_Agent dual-license) to Apache-2.0 to match this repo's root LICENSE.

Validation

  • All README cross-references resolve: 2 skill dirs, 18 reference docs, 12 example_prompts/*.md files + 1 PNG, ../../LICENSE, SKILL.md#pre-flight-checks anchor, internal #skill-* anchors.
  • 14 executable script 100755 mode bits preserved (matches mono-repo MR tip 155ef81 exactly).
  • No leftover mono-repo / gitlab references in any migrated file.

Test plan

  • Verify GitHub renders .agents/skills/README.md cleanly (tree block, tables, badges, demo video link).
  • Click-test the LICENSE link, example_prompts links, and skill directory links from the rendered README.
  • Spot-check one shell script retains its +x bit after merge (e.g., .agents/skills/deepstream-import-vision-model/scripts/deepstream/benchmark-ds.sh).

nvankita added 4 commits May 18, 2026 13:54
…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:
@nvankita nvankita self-assigned this May 18, 2026
@nvankita
nvankita requested a review from nvapandya May 18, 2026 08:43

@nvapandya nvapandya left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Migrated sources for coding_agent specific skills from MR GitLab MR !82 looks ok

@nvankita
nvankita merged commit 6f858cd into main May 18, 2026
@nvankita
nvankita deleted the migrate/agents-skills-from-mr82 branch May 18, 2026 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants