Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,33 @@ $ ibmcloud ce project create --name demos
With that, `cd` into the directory of interest, and read the README to see how
to get started.

## AI Skill for Agentic IDEs

Deploy and manage Code Engine workloads directly from your AI-powered IDE like
[IBM Bob](https://bob.ibm.com/) using the **Code Engine Specialist** skill defined in [`SKILL.md`](skills/code-engine-specialist/SKILL.md).

### Install via [skills.sh](https://www.skills.sh/)

```
npx skills add IBM/CodeEngine/skills
```

### Example prompts

**Generate and deploy a new project:**
```
Hey Bob, Create a new project with a fancy web site that shows that IBM Bob + Code Engine = A perfect fit.
Add two boxes with the value proposition of Bob and Code Engine and deploy the website to IBM Cloud.
```

**Deploy existing code:**
```
Deploy this application to IBM Cloud.
```

> **Note:** Login to IBM Cloud (`ibmcloud login`) before using the skill.


## Tutorials / Assets

- [Gallery](gallery)<br>
Expand Down Expand Up @@ -198,6 +225,10 @@ followed is:
- invoking `run clean` should clean up from any previous execution without
re-running the sample.



---

## Additional Resources

- [IBM Cloud Code Engine](https://www.ibm.com/products/code-engine)
Expand Down
Loading
Loading