Merged
Conversation
…ocumentation - Add AGENTS.md as main guide for AI coding agents (OpenHands, Claude Code) - Create 7 Agent Skills in .agents/skills/ following Agent Skills standard: - add-ros2-package: Create new ROS 2 packages - integrate-module-into-layer: Integrate modules into bringup - write-isaac-sim-scene: Create Isaac Sim scenarios - debug-module: Autonomous debugging strategies - update-documentation: Documentation workflow - test-in-simulation: End-to-end simulation testing - add-behavior-tree-node: Create behavior tree nodes - Add package template with C++/Python examples in skill assets - Add system_architecture.md with mermaid diagrams showing data flow - Add integration_checklist.md with standard topics and requirements - Add ai_agent_guide.md as quick reference for agents - Update mkdocs.yml with new documentation sections - Convert CLAUDE.md to symlink to AGENTS.md Enables AI agents to quickly understand repository structure, implement features following established patterns, and autonomously debug and test.
b48a81e to
c4eace5
Compare
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.
Add agent skills and docs
What does this pull request do?
Significantly updates docs to be more complete and adds agent skills.
Which issue number does this address?
#319
How did you implement it?
There is now AGENTS.md and .agents/skills/
Did you update the docs (and where)?
Docs are updated via mkdocs.yml and markdown files under
docs/. It should render at localhost:8000 when you rundocker compose up docs.