AirStack
Autonomous drone development, simulation testing, and fleet deployment
All Skills in This Repository (8)
Pure Emerald Level Indicatorsadd-ros2-package
Create a ROS 2 package scaffold with CMakeLists.txt, package.xml, config, and launch templates.
test-in-simulation
Run end-to-end Isaac Sim simulation tests with monitoring and ROS bag recording.
debug-module
Diagnose ROS 2 modules by checking node status, topics, data flow, and parameters.
update-documentation
Update README templates, mkdocs.yml navigation, and mermaid diagrams after adding a module.
write-mkdocs-documentation
Automate frontmatter-driven MkDocs documentation drafting and governance for AirStack projects.
add-behavior-tree-node
Create and register custom Behavior Tree nodes for the AirStack BT framework.
write-isaac-sim-scene
Orchestrate standalone Python scripts with Pegasus extension to establish custom Isaac Sim scenes.
integrate-module-into-layer
Integrate a ROS 2 module into layer bringup with remapping and namespace configuration.
Frequently Asked Questions
FAQPage SchemaHow to install AirStack skills?โผ
Run `npx skills add castacks/AirStack --all -g -y` in your terminal to install all skills in this suite globally.
How to add a new planner to a drone autonomy stack?โผ
The add-ros2-package and integrate-module-into-layer skills walk your agent through scaffolding the package, declaring canonical topic defaults, and wiring it into a stack launch file.
How to test drone autonomy in simulation?โผ
The test-in-simulation and run-system-tests skills cover Isaac Sim and AirSim scenarios, takeoff-hover-land checks, and waypoint flight validation with recorded metrics.
Can AirStack skills configure multi-robot fleets?โผ
Yes. The configure-multi-robot skill handles fleet files, per-robot namespacing, ROS domain isolation, and heterogeneous stack placement across ground hosts.
Do AirStack skills work with Claude Code and OpenHands?โผ
Yes. All skills follow the standard SKILL.md format and the AGENTS.md orchestrator is explicitly written for coding agents like Claude Code and OpenHands.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core