-
Notifications
You must be signed in to change notification settings - Fork 73
feat: sharkymark profile and claude docker template #304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 3 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
5bd1b9b
feat: sharkymark profile and claude template
sharkymark eba8b08
chore: format README.md
sharkymark 8c58f23
chore: format README.md
sharkymark 5f84207
Merge branch 'main' into mm/community-registry-submission
DevelopmentCats b16fcaa
chore: capitalization changes on readme and tags
sharkymark 1f17c2a
chore: correct capitalization on namespace README.md
DevelopmentCats 2d5fd0d
bun fmt
sharkymark a528f0a
fix: removed jetbrains reference
sharkymark f2424c6
fix: updated README.md with Coder example image
sharkymark File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
--- | ||
display_name: "Mark Milligan" | ||
bio: "VP of Revenue at https://nuon.co. Former VP of Sales at Coder. Love building startup revenue teams and tinkering with technology." | ||
avatar_url: "./.images/avatar.png" | ||
github: "sharkymark" | ||
linkedin: "https://www.linkedin.com/in/marktmilligan" # Optional | ||
website: "https://markmilligan.io" # Optional | ||
support_email: "[email protected]" # Optional | ||
status: "community" | ||
--- | ||
|
||
# Mark Milligan | ||
|
||
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. | ||
|
||
## About Me | ||
|
||
Visit my [website](https://markmilligan.io) to learn more about my work and interests. | ||
|
||
## Links | ||
|
||
[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. | ||
|
||
[NOAA Radar](https://radar.weather.gov/) | ||
|
||
[Flight Radar](https://www.flightradar24.com/airport/aus) | ||
|
||
### Webcams | ||
[Austin - facing south](https://cctv.austinmobility.io/image/51.jpg) | ||
|
||
[Austin - facing north](https://cctv.austinmobility.io/image/52.jpg) | ||
|
||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
--- | ||
display_name: "Claude Code AI Agent Template" | ||
description: The goal is to try the experimental ai agent integration with Claude CodeAI agent | ||
icon: "../../../../.icons/claude.svg" | ||
verified: false | ||
tags: ["ai", "docker", "container"] | ||
sharkymark marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
--- | ||
|
||
# ai agent template for a workspace in a container on a Docker host | ||
|
||
### Docker image | ||
|
||
1. Based on latest python slim image e.g., `python:3.13-slim` | ||
|
||
[Image on DockerHub](https://hub.docker.com/repository/docker/marktmilligan/python/general) | ||
[Dockerfile](https://github.com/sharkymark/dockerfiles/blob/main/python/Dockerfile) | ||
|
||
### Apps included | ||
|
||
1. A web-based terminal | ||
1. code-server Web IDE | ||
1. A [sample app](https://github.com/gothinkster/realworld) to test the environment | ||
1. [Claude Code AI agent](https://www.anthropic.com/claude-code) to assist with development tasks | ||
|
||
### Resources | ||
|
||
[Coder docs on AI agents and tasks](https://coder.com/docs/ai-coder/tasks) | ||
|
||
[main.tf for Coder example](https://github.com/coder/registry/blob/main/registry/coder-labs/templates/tasks-docker/main.tf) | ||
|
||
[Claude Code Coder Terraform module](https://registry.coder.com/modules/coder/claude-code) | ||
|
||
[Docker Terraform provider](https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs) | ||
|
||
[Coder Terraform provider](https://registry.terraform.io/providers/coder/coder/latest/docs) |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.