Skip to content
This repository was archived by the owner on Jul 18, 2025. It is now read-only.

Commit fc46d57

Browse files
author
David Dooling
committed
Add general authoring page
[changelog:added]
1 parent 3a0db8c commit fc46d57

File tree

2 files changed

+24
-4
lines changed

2 files changed

+24
-4
lines changed

docs/authoring/index.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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"

mkdocs.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ nav:
4444
- Integrations:
4545
- GitHub: integration/github.md
4646
- 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
5151
- Kubernetes: integration/kubernetes.md
5252
- Authoring:
53+
- Skill Authoring: authoring/index.md
5354
- Container Skills: authoring/container-skills.md
5455
- Skill Trigger Payloads: authoring/payloads.md
5556
# - Developing a Skill: skill/develop.md

0 commit comments

Comments
 (0)