File tree Expand file tree Collapse file tree
skills/code-engine-specialist Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,6 +84,33 @@ $ ibmcloud ce project create --name demos
8484With that, ` cd ` into the directory of interest, and read the README to see how
8585to get started.
8686
87+ ## AI Skill for Agentic IDEs
88+
89+ Deploy and manage Code Engine workloads directly from your AI-powered IDE like
90+ [ IBM Bob] ( https://bob.ibm.com/ ) using the ** Code Engine Specialist** skill defined in [ ` SKILL.md ` ] ( skills/code-engine-specialist/SKILL.md ) .
91+
92+ ### Install via [ skills.sh] ( https://www.skills.sh/ )
93+
94+ ```
95+ npx skills add IBM/CodeEngine/skills
96+ ```
97+
98+ ### Example prompts
99+
100+ ** Generate and deploy a new project:**
101+ ```
102+ Hey Bob, Create a new project with a fancy web site that shows that IBM Bob + Code Engine = A perfect fit.
103+ Add two boxes with the value proposition of Bob and Code Engine and deploy the website to IBM Cloud.
104+ ```
105+
106+ ** Deploy existing code:**
107+ ```
108+ Deploy this application to IBM Cloud.
109+ ```
110+
111+ > ** Note:** Login to IBM Cloud (` ibmcloud login ` ) before using the skill.
112+
113+
87114## Tutorials / Assets
88115
89116- [ Gallery] ( gallery ) <br >
@@ -198,6 +225,10 @@ followed is:
198225 - invoking ` run clean ` should clean up from any previous execution without
199226 re-running the sample.
200227
228+
229+
230+ ---
231+
201232## Additional Resources
202233
203234- [ IBM Cloud Code Engine] ( https://www.ibm.com/products/code-engine )
You can’t perform that action at this time.
0 commit comments