[roll] Roll fuchsia [zircon][skills] Add a cpp-to-rust skill

Add a skill to help Gemini understand the context for porting Zircon
code from C++ to Rust. Previously, I have been relying on the
conversation history to provide this context to Gemini. Using a skill
makes it easier for us to share a common context for this work.

This skill represents a checkpoint of my agent's current understanding
of the approach we're using. As we change our approach or as we learn
more about what works or doesn't work, we should update the skill to
capture the appropriate context.

Original-Bug: b/507423574
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1594711
Original-Revision: 89fe7c1092c246233d00bd41b225f91d034dd80b
GitOrigin-RevId: e1ed37295a755397e2a7ef627c3ab59e51021f56
Change-Id: I46e370e785e36c362c97bf72f570965d87530ba4
1 file changed
tree: f33d9b52e8ba9a5ae79254d23035da3a4377b4ec
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.