Skip to content

Commit e2a2fca

Browse files
authored
Merge pull request #419 from jeremiaswerner/code-engine-skill-1
docs: add Code Engine AI skill for agentic IDEs
2 parents b2eb7ea + b5a7dc3 commit e2a2fca

2 files changed

Lines changed: 1206 additions & 0 deletions

File tree

README.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,33 @@ $ ibmcloud ce project create --name demos
8484
With that, `cd` into the directory of interest, and read the README to see how
8585
to 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)

0 commit comments

Comments
 (0)