Skip to content

Commit 59b0472

Browse files
feat: sharkymark profile and claude docker template (#304)
Closes # ## Description registry profile creation and template submission for claude on docker ## Type of Change - [x] New template - [ ] Bug fix - [ ] Feature/enhancement - [ ] Documentation - [ ] Other ## Template Information **Path:** `registry/sharkymark/templates/docker-claude` **New version:** `v1.0.0` **Breaking change:** [ ] Yes [x] No ## Testing & Validation - [ ] Tests pass (`bun test`) - [ ] Code formatted (`bun run fmt`) - [x] Changes tested locally ## Related Issues n/a --------- Co-authored-by: DevCats <[email protected]>
1 parent 673caf2 commit 59b0472

File tree

4 files changed

+429
-0
lines changed

4 files changed

+429
-0
lines changed
28.1 KB
Loading

registry/sharkymark/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
display_name: "Mark Milligan"
3+
bio: "VP of Revenue at https://nuon.co. Former VP of Sales at Coder. Love building startup revenue teams and tinkering with technology."
4+
avatar_url: "./.images/avatar.png"
5+
github: "sharkymark"
6+
linkedin: "https://www.linkedin.com/in/marktmilligan" # Optional
7+
website: "https://markmilligan.io" # Optional
8+
support_email: "[email protected]" # Optional
9+
status: "community"
10+
---
11+
12+
# Mark Milligan
13+
14+
Former VP of Sales at Coder for 4 years, and now VP of Revenue at Nuon. I love building startup revenue teams and tinkering with technology.
15+
16+
## About Me
17+
18+
Visit my [website](https://markmilligan.io) to learn more about my work and interests.
19+
20+
## Links
21+
22+
[My presentation about Great White Sharks](https://docs.google.com/presentation/d/13I3Af7l-ZSVCh-ovEvOKIM30ABIvNKhkRC3CnYZN450/edit?slide=id.p#slide=id.p) - given twice in 2020 and 2021 to the Coder team.
23+
24+
[NOAA Radar](https://radar.weather.gov/)
25+
26+
[Flight Radar](https://www.flightradar24.com/airport/aus)
27+
28+
### Webcams
29+
30+
[Austin - facing south](https://cctv.austinmobility.io/image/51.jpg)
31+
32+
[Austin - facing north](https://cctv.austinmobility.io/image/52.jpg)
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
display_name: "Claude Code AI Agent Template"
3+
description: The goal is to try the experimental ai agent integration with Claude CodeAI agent
4+
icon: "../../../../.icons/claude.svg"
5+
verified: false
6+
tags: ["ai", "docker", "container", "claude", "agent", "tasks"]
7+
---
8+
9+
# ai agent template for a workspace in a container on a Docker host
10+
11+
### Docker image
12+
13+
1. Based on Coder-managed image `codercom/example-universal:ubuntu`
14+
15+
[Image on DockerHub](https://hub.docker.com/r/codercom/example-universal)
16+
17+
### Apps included
18+
19+
1. A web-based terminal
20+
1. code-server Web IDE
21+
1. A [sample app](https://github.com/gothinkster/realworld) to test the environment
22+
1. [Claude Code AI agent](https://www.anthropic.com/claude-code) to assist with development tasks
23+
24+
### Resources
25+
26+
[Coder docs on AI agents and tasks](https://coder.com/docs/ai-coder/tasks)
27+
28+
[main.tf for Coder example](https://github.com/coder/registry/blob/main/registry/coder-labs/templates/tasks-docker/main.tf)
29+
30+
[Claude Code Coder Terraform module](https://registry.coder.com/modules/coder/claude-code)
31+
32+
[Docker Terraform provider](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs)
33+
34+
[Coder Terraform provider](https://registry.terraform.io/providers/coder/coder/latest/docs)

0 commit comments

Comments
 (0)