wenjin272 opened a new pull request, #918:
URL: https://github.com/apache/flink-agents/pull/918

   Linked issue: #917
   
   ### Purpose of change
   
   Add a repository-managed, self-contained `flink-agents-dev` skill for coding 
agents that build Flink Agents applications.
   
   The skill bundles the YAML schema and focused references for YAML, Python, 
Java, local development, and verification. It guides coding agents through 
version, API, language, Resource, and Python environment decisions before 
scaffolding a project, while leaving user-owned Actions, Tools, prompts, and 
runtime Skills as explicit implementation placeholders.
   
   It also documents dependency-managed Maven and Python project setup, 
cross-language Resource usage, and local verification through 
`RemoteExecutionEnvironment` and a MiniCluster. Platform-specific interaction 
guidance is isolated in adapters for Codex, Claude Code, Gemini CLI, Qoder, and 
generic coding agents.
   
   ### Tests
   
   - `python3 
/Users/jhin/.codex/skills/.system/skill-creator/scripts/quick_validate.py 
dev/agent-skills/flink-agents-dev`
   - `cmp docs/yaml-schema.json 
dev/agent-skills/flink-agents-dev/assets/yaml-schema.json`
   - `git diff --check upstream/main...HEAD`
   - `./tools/check-license.sh`
   
   No Java or Python runtime tests were run because this change adds a 
coding-agent instruction bundle and repository metadata without changing 
executable project code.
   
   ### API
   
   This change does not touch public Flink Agents APIs.
   
   ### Documentation
   
   - [ ] `doc-needed`
   - [ ] `doc-not-needed`
   - [x] `doc-included`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to