Commit f01df46
authored
Add skills and docs (#321)
* Add vscode files
* feat: Make repository AI-native with Agent Skills and comprehensive documentation
- 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.
* Delete old files
* Reorganize docs
* Update logo and paths
* Rename
* Update docs
* Improve docs and add docs skill
* Improve docs
* More docs
* Fix lists
* Improvements
* Fix paths1 parent 0180943 commit f01df46
File tree
95 files changed
+12457
-1037
lines changed- .agents
- skills
- add-behavior-tree-node
- add-ros2-package
- assets/package_template
- config
- include/package_template
- launch
- src
- your_package_name
- debug-module
- integrate-module-into-layer
- test-in-simulation
- update-documentation
- write-isaac-sim-scene
- write-mkdocs-documentation
- .airstack
- .openhands/microagents
- .vscode
- common/ros_packages/msgs/airstack_msgs/msg
- docs
- assets
- development
- advanced
- airstack-cli
- airstack-cli
- beginner
- airstack-cli
- vscode
- intermediate
- testing
- gcs
- casualty_assessment
- docker
- wintak
- getting_started
- real_world
- robot
- autonomy
- perception
- sensors
- configuration
- docker
- logging
- simulation
- isaac_sim
- simple_sim
- tutorials
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
95 files changed
+12457
-1037
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
0 commit comments