Skip to content

docs: Remove AI coding agent skills references#254

Merged
yuecideng merged 1 commit into
mainfrom
docs/cleanup-ai-agent-skills
May 7, 2026
Merged

docs: Remove AI coding agent skills references#254
yuecideng merged 1 commit into
mainfrom
docs/cleanup-ai-agent-skills

Conversation

@yuecideng
Copy link
Copy Markdown
Contributor

Description

This PR removes references to AI coding agent skills from the documentation to simplify the user-facing content.

The following changes are made:

  • Removed the "Using an AI Coding Agent" section from docs/source/quick_start/install.md
  • Reduced the skills table in docs/source/tutorial/modular_env.rst to only include /add-task-env and /add-functor

Type of change

  • Documentation update

Screenshots

N/A

Checklist

  • I have run the black . command to format the code base. (N/A - documentation only)
  • I have made corresponding changes to the documentation
  • I have added tests that prove my fix is effective or that my feature works
  • Dependencies have been updated, if applicable.

🤖 Generated with Claude Code

This commit removes references to AI coding agent skills from the
documentation to simplify the user-facing content. The skills table
in install.md has been completely removed, and the skills list in
modular_env.rst has been reduced to only include task environment
and functor creation skills.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings May 7, 2026 14:45
@yuecideng yuecideng added the docs Improvements or additions to documentation label May 7, 2026
@yuecideng yuecideng merged commit 23a1208 into main May 7, 2026
5 checks passed
@yuecideng yuecideng deleted the docs/cleanup-ai-agent-skills branch May 7, 2026 14:46
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR aims to simplify user-facing documentation by removing/reducing references to AI coding agent “skills”, primarily in the quick-start install guide and one tutorial.

Changes:

  • Removed the “Using an AI Coding Agent” section from docs/source/quick_start/install.md.
  • Reduced the AI-coding-agent skills list in docs/source/tutorial/modular_env.rst to only /add-task-env and /add-functor.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
docs/source/quick_start/install.md Deletes the AI coding agent skills section from the installation quick start.
docs/source/tutorial/modular_env.rst Trims the AI coding agent skills list to two entries.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines 63 to 67
If the installation is successful, you will see a simulation window with a rendered scene. To run without a display:

```bash
python scripts/tutorials/sim/create_scene.py --headless
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants