[#1388] Add agentic AI skills#1436
Open
pylapp wants to merge 2 commits into
Open
Conversation
🟢 Netlify deploy for commit c358474 succeededDeploy preview: https://6a563687e30ad4a0bdca19fa--ouds-android.netlify.app |
Member
Author
Vibe-coded generations of skills and references files to allow users to embed and use OUDS Android library. Closes #1388 Suggested-by: Slim Namouchi <slim.namouchi@sofrecom.com> Suggested-by: Thierry Tassaint <thierry.tassain@orange.com> Assisted-by: Claude Sonnet 4.6 (OpenCode, LLMProxy) Reviewed-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com> Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
pylapp
force-pushed
the
1388-add-skills-to-the-agent
branch
from
July 14, 2026 10:58
2960608 to
0c804a8
Compare
There was a problem hiding this comment.
Pull request overview
This PR introduces agentic AI “skills” documentation to help AI agents generate accurate OUDS Android (Kotlin/Compose) code by providing vocabulary, setup guidance, and component references, and it updates AGENTS.md to describe how to use these skills in this repo.
Changes:
- Add a vocabulary skill (
ouds-android-vocabulary) defining key OUDS terms and token hierarchy. - Add a framework usage skill (
ouds-android-framework-usage) covering Gradle setup,OudsThemeusage, token access patterns, and linking to component references. - Update
AGENTS.mdto document the skills directory and how to load each skill.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 9 comments.
| File | Description |
|---|---|
| skills/ouds-android-vocabulary/SKILL.md | Adds a glossary and token/accessor guidance for OUDS-specific terminology. |
| skills/ouds-android-framework-usage/SKILL.md | Adds usage guidance and examples for integrating and using OUDS in Compose apps. |
| skills/ouds-android-framework-usage/references/components.md | Adds a comprehensive reference of OUDS component signatures and examples. |
| AGENTS.md | Documents the availability and structure of the new AI skills and their symlink locations. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Reviewed-by: Copilot <198982749+Copilot@users.noreply.github.com> Signed-off-by: Pierre-Yves Lapersonne <pierreyves.lapersonne@orange.com>
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.





Note: Please transform
- [ ]into- (NA)in the description when things are not applicableTypes of change
Related issues
Closes #1388
Motivation & Context
Let people use agentic AI and OUDS library to build Android apps.
Description
Add skills and references files for AI agents, and update AGENTS
Checklist (for Core Team only)