The OAuth 2.1 Authorization Framework
draft-ietf-oauth-v2-1
2026-03-02
Cross-Device Flows: Security Best Current Practice
draft-ietf-oauth-cross-device-security
RFC Ed Queue 2026-03-02
OAuth 2.0 Attestation-Based Client Authentication
draft-ietf-oauth-attestation-based-client-auth
2026-03-02
| name | _recruiter-responder |
|---|---|
| description | Draft recruiter replies that are crisp, polite, and door-open (or not). Saves a ready-to-edit draft into an outbox folder. |
Generate a high-quality reply to a recruiter email, aligned to the user's intent and constraints, then write the draft to an outbox folder so the user can edit and send.
This skill is optimized for repeatability: consistent tone, minimal
| > make start | |
| ./hack/bare-metal/startup/start.sh | |
| DNS resolution for spire.spike.ist: | |
| spire.spike.ist. 579395 IN A 127.0.0.1 | |
| Domain check passed. Continuing with the script... | |
| Data cleared successfully | |
| Building SPIKE binaries... | |
| !!! The symbols have been stripped from binaries for security. | |
| !!! Use 'readelf --symbols #binary_name#' to verify. |
| /)/)/) /).-') | |
| ////((.'_.--' .(\(\(\ n/(/.')_ . | |
| ((((_/ .' .-`))))))) `-._ ('.' \`(\ | |
| (_._ ` ( `. (/ | \ ( `-.\ | |
| `-. \ `-. / `.`. \ \ | |
| `.`. | / /) \ \ | L | |
| `.`._. ||_ (() `.\ ) F | |
| (`._ `. < .'.-' \`-._____ || .' / | |
| `(\`._.._(\(\)_.'.'-------------.___ `-.(`._ `-./ / _.' .' |
I hereby claim:
- I am v0lkan on github.
- I am v0lk4n (https://keybase.io/v0lk4n) on keybase.
- I have a public key ASBcTEvSicIb6HbeItS2FiepUGtONh36RSDtysYu8GqcLgo
To claim this, I am signing this object:
| #!/usr/bin/env bash | |
| # Dumps everything in your Kubernetes cluster into folders a YAML files. | |
| # Use it at your own risk. | |
| set -e | |
| CONTEXT=“$1” | |
| if [[ -z ${CONTEXT} ]]; then |
Based on this Digital Ocean tutorial
Create an /etc/nginx/snippets directory if it doesn’t exist:
sudo mkdir /etc/nginx/snippetsCreate a self signed .key and .crt file first:
If you don’t want to push your dependencies and tag them all the time
and just want to use whatever the local version of code you have to speed up local
development and also not break anyone’s code by merging unstable stuff to main,
then you can use replace in your go.mod.
The replace line goes above your require statements, as follows:
module github.com/zerotohero-dev/sample-go-app
Those colors are defined in LS_COLORS.
In the terminal
echo $LS_COLORSSave it to a text file, and edit to your heart’s desire.