This repository was archived by the owner on Jul 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Expand file tree Collapse file tree 2 files changed +24
-4
lines changed Original file line number Diff line number Diff line change
1
+ While the [ Atomist Skills Catalog] [ catalog ] provides large number of useful
2
+ skills, many users will have the need to create their own custom skill from time
3
+ to time.
4
+
5
+ The simplest way to create your own skill is to use the [ Docker Container Runner
6
+ skill] [ container-run-skill ] . The Docker Container Runner skills allows you to
7
+ run any Docker image you want whenever activity occurs in GitHub, whenever there
8
+ is activity in chat, on a regular schedule, and even in response to custom
9
+ events you or your tools. For example, you can run a container skill that sends
10
+ a chat message whenever an issue in Jira is opened or that rebuilds your Docker
11
+ images whenever a new base image is pushed to Docker Hub. Enable the [ Docker
12
+ Container Runner skill] [ container-run-skill ] for your team or see the
13
+ [ Container Skill documentation] ( container-skills.md ) for more information.
14
+
15
+ You can also create skills using your favorite programming language. More
16
+ information on how to do that will be made available at a later time.
17
+
18
+ [ catalog ] : https://go.atomist.com/catalog " Atomist Skills Catalog "
19
+ [ container-run-skill ] : https://go.atomist.com/catalog/skills/atomist/container-run-skill " Docker Container Runner Skill "
Original file line number Diff line number Diff line change 44
44
- Integrations :
45
45
- GitHub : integration/github.md
46
46
- Slack : integration/slack.md
47
- # - Docker Registries:
48
- # - Docker Hub: integration/docker-hub.md
49
- # - Google Container Registry: integration/gcr.md
50
- # - Google Cloud Platform: integration/gcp.md
47
+ # - Docker Registries:
48
+ # - Docker Hub: integration/docker-hub.md
49
+ # - Google Container Registry: integration/gcr.md
50
+ # - Google Cloud Platform: integration/gcp.md
51
51
- Kubernetes : integration/kubernetes.md
52
52
- Authoring :
53
+ - Skill Authoring : authoring/index.md
53
54
- Container Skills : authoring/container-skills.md
54
55
- Skill Trigger Payloads : authoring/payloads.md
55
56
# - Developing a Skill: skill/develop.md
You can’t perform that action at this time.
0 commit comments