Skip to content

Instantly share code, notes, and snippets.

@oscody
oscody / Open Source Job Application Workflow
Last active May 8, 2026 20:54
A reusable, AI-driven prompt that turns a single job posting URL into a complete application package: scraped job description, fit assessment, optimized resume, application messages, and a stand-out strategy. Designed for any Obsidian vault or plain Markdown setup.
This is a generic, sharable version. Replace every [YOUR_*] placeholder with paths and details that match your own setup before running.
How to Use
Fill in the ## Configuration block below once with your own paths and identity.
Give an AI assistant the prompt plus a job posting URL.
The assistant runs Steps 1 to 6 in order, stopping and recording any failure as described in the Error Handling section.
Configuration
Replace the placeholders below with your own values. Every later step references these.
# Identity
@oscody
oscody / .deps...npm...@openzeppelin...contracts...token...ERC20...ERC20.sol
Created December 23, 2021 23:18
Created using remix-ide: Realtime Ethereum Contract Compiler and Runtime. Load this file by pasting this gists URL or ID at https://remix.ethereum.org/#version=soljson-v0.8.10+commit.fc410830.js&optimize=true&runs=200&gist=
// SPDX-License-Identifier: MIT
// OpenZeppelin Contracts v4.4.1 (token/ERC20/ERC20.sol)
pragma solidity ^0.8.0;
import "./IERC20.sol";
import "./extensions/IERC20Metadata.sol";
import "../../utils/Context.sol";
/**