Skip to content

docs(skills): remove the remaining old-name skills - #1616

Merged
miyoungc merged 1 commit into
mainfrom
docs/update-docs-skills
Apr 8, 2026
Merged

docs(skills): remove the remaining old-name skills#1616
miyoungc merged 1 commit into
mainfrom
docs/update-docs-skills

Conversation

@miyoungc

@miyoungc miyoungc commented Apr 8, 2026

Copy link
Copy Markdown
Collaborator

Summary

Remove the remaining old-name skills. Follow-up after #1603

Related Issue

Changes

Type of Change

  • Code change for a new feature, bug fix, or refactor.
  • Code change with doc updates.
  • Doc only. Prose changes without code sample modifications.
  • Doc only. Includes code sample changes.

Testing

  • npx prek run --all-files passes (or equivalently make check).
  • npm test passes.
  • make docs builds without warnings. (for doc-only changes)

Checklist

General

Code Changes

  • Formatters applied — npx prek run --all-files auto-fixes formatting (or make format for targeted runs).
  • Tests added or updated for new or changed behavior.
  • No secrets, API keys, or credentials committed.
  • Doc pages updated for any user-facing behavior changes (new commands, changed defaults, new features, bug fixes that contradict existing docs).

Doc Changes

  • Follows the style guide. Try running the nemoclaw-contributor-update-docs agent skill to draft changes while complying with the style guide. For example, prompt your agent with "/nemoclaw-contributor-update-docs catch up the docs for the new changes I made in this PR."
  • New pages include SPDX license header and frontmatter, if creating a new page.
  • Cross-references and links verified.

Signed-off-by: Your Name your-email@example.com

Summary by CodeRabbit

Documentation

  • Removed documentation for multiple NemoClaw skills covering inference configuration, security, deployment, monitoring, policy management, workspace, and reference materials.

@coderabbitai

coderabbitai Bot commented Apr 8, 2026

Copy link
Copy Markdown
Contributor
📝 Walkthrough

Walkthrough

This pull request removes approximately 3,300 lines of NemoClaw skill documentation files across nine skill directories (configure-inference, configure-security, deploy-remote, get-started, manage-policy, monitor-sandbox, overview, reference, and workspace) without replacement content or redirects.

Changes

Cohort / File(s) Summary
Inference Configuration
.agents/skills/nemoclaw-configure-inference/SKILL.md, .agents/skills/nemoclaw-configure-inference/references/inference-options.md
Deleted documentation describing inference provider selection, routing through inference.local, and validation behavior across cloud/local endpoints.
Security Documentation
.agents/skills/nemoclaw-configure-security/SKILL.md, .agents/skills/nemoclaw-configure-security/references/best-practices.md, .agents/skills/nemoclaw-configure-security/references/credential-storage.md
Removed documentation covering deny-by-default security model, protection layers, credential storage paths, and file permissions guidance.
Remote Deployment
.agents/skills/nemoclaw-deploy-remote/SKILL.md, .agents/skills/nemoclaw-deploy-remote/references/sandbox-hardening.md
Deleted instructions for running NemoClaw on remote GPU instances, Telegram setup, and container hardening guidance.
Getting Started & Management
.agents/skills/nemoclaw-get-started/SKILL.md, .agents/skills/nemoclaw-manage-policy/SKILL.md, .agents/skills/nemoclaw-monitor-sandbox/SKILL.md
Removed onboarding walkthrough, policy management instructions, and sandbox monitoring/troubleshooting guidance.
Overview & Architecture
.agents/skills/nemoclaw-overview/SKILL.md, .agents/skills/nemoclaw-overview/references/ecosystem.md, .agents/skills/nemoclaw-overview/references/how-it-works.md, .agents/skills/nemoclaw-overview/references/overview.md, .agents/skills/nemoclaw-overview/references/release-notes.md
Removed high-level overview, architecture diagrams, ecosystem composition, and release notes.
Reference & Workspace
.agents/skills/nemoclaw-reference/SKILL.md, .agents/skills/nemoclaw-reference/references/architecture.md, .agents/skills/nemoclaw-reference/references/commands.md, .agents/skills/nemoclaw-reference/references/network-policies.md, .agents/skills/nemoclaw-reference/references/troubleshooting.md, .agents/skills/nemoclaw-workspace/SKILL.md, .agents/skills/nemoclaw-workspace/references/workspace-files.md
Deleted comprehensive CLI reference, network policy definitions, troubleshooting procedures, and workspace file documentation.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~12 minutes

Possibly related PRs

Suggested labels

documentation

Suggested reviewers

  • cv

Poem

🐰 A forest of docs meets the shears today,
Nine skills of knowledge fade to gray,
Yet somewhere new they're being sewn—
Restructured, renamed, and regrown! 📚✨
The rabbit hops on, trusting the plan,
Tomorrow brings docs, as it always can!

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly and specifically describes the main change: removing old-name skills documentation files from the repository.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch docs/update-docs-skills

Comment @coderabbitai help to get the list of available commands and usage tips.

@miyoungc
miyoungc merged commit 84e02fd into main Apr 8, 2026
16 of 20 checks passed
gemini2026 pushed a commit to gemini2026/NemoClaw that referenced this pull request Apr 14, 2026
<!-- markdownlint-disable MD041 -->
## Summary
Remove the remaining old-name skills. Follow-up after
NVIDIA#1603

## Related Issue
<!-- Link to the issue: Fixes #NNN or Closes #NNN. Remove this section
if none. -->

## Changes
<!-- Bullet list of key changes. -->

## Type of Change
<!-- Check the one that applies. -->
- [ ] Code change for a new feature, bug fix, or refactor.
- [ ] Code change with doc updates.
- [ ] Doc only. Prose changes without code sample modifications.
- [ ] Doc only. Includes code sample changes.

## Testing
<!-- What testing was done? -->
- [x] `npx prek run --all-files` passes (or equivalently `make check`).
- [ ] `npm test` passes.
- [ ] `make docs` builds without warnings. (for doc-only changes)

## Checklist

### General

- [x] I have read and followed the [contributing
guide](https://github.com/NVIDIA/NemoClaw/blob/main/CONTRIBUTING.md).
- [x] I have read and followed the [style
guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md).
(for doc-only changes)

### Code Changes
<!-- Skip if this is a doc-only PR. -->
- [ ] Formatters applied — `npx prek run --all-files` auto-fixes
formatting (or `make format` for targeted runs).
- [ ] Tests added or updated for new or changed behavior.
- [ ] No secrets, API keys, or credentials committed.
- [ ] Doc pages updated for any user-facing behavior changes (new
commands, changed defaults, new features, bug fixes that contradict
existing docs).

### Doc Changes
<!-- Skip if this PR has no doc changes. -->
- [ ] Follows the [style
guide](https://github.com/NVIDIA/NemoClaw/blob/main/docs/CONTRIBUTING.md).
Try running the `nemoclaw-contributor-update-docs` agent skill to draft
changes while complying with the style guide. For example, prompt your
agent with "`/nemoclaw-contributor-update-docs` catch up the docs for
the new changes I made in this PR."
- [ ] New pages include SPDX license header and frontmatter, if creating
a new page.
- [ ] Cross-references and links verified.

---
<!-- DCO sign-off (required by CI). Replace with your real name and
email. -->
Signed-off-by: Your Name <your-email@example.com>


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->

## Summary by CodeRabbit

## Documentation
- Removed documentation for multiple NemoClaw skills covering inference
configuration, security, deployment, monitoring, policy management,
workspace, and reference materials.

<!-- end of auto-generated comment: release notes by coderabbit.ai -->
@miyoungc
miyoungc deleted the docs/update-docs-skills branch May 27, 2026 20:52
@wscurran wscurran added the chore Build, CI, dependency, or tooling maintenance label Jun 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Build, CI, dependency, or tooling maintenance

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants