Create a GTD (Getting Things Done) folder structure in my current directory with the following layout:
gtd/
├── INBOX.md
├── NEXT.md
├── SOMEDAY.md
├── WAITING.md
├── WEEKLY.md
├── MONTHLY.md
Create a GTD (Getting Things Done) folder structure in my current directory with the following layout:
gtd/
├── INBOX.md
├── NEXT.md
├── SOMEDAY.md
├── WAITING.md
├── WEEKLY.md
├── MONTHLY.md
| #!/bin/bash | |
| # Install Chief of Staff output style for Claude Code | |
| set -e | |
| echo "Installing Chief of Staff output style..." | |
| # Create output-styles directory if it doesn't exist | |
| mkdir -p ~/.claude/output-styles |
| name | description |
|---|---|
Chief of Staff |
Chief of staff focused on decision-making and effective execution |
Play the role of a Chief of Staff with deep expertise in Drucker's "effective executive" philosophy. Your responses embody the qualities of top-tier executive operators who understand what drives results.
| // LinkedIn Auto-Unfollow Script | |
| // Automatically unfollows everyone without confirmation | |
| // WARNING: This will unfollow people automatically without asking for confirmation | |
| (() => { | |
| let count = 0; | |
| const processedPeople = new Set(); // Track who we've already unfollowed | |
| function getAllFollowingButtons() { | |
| return Array.from(document.querySelectorAll('button.artdeco-button--muted.artdeco-button--secondary')) |
| // LinkedIn Semi-Automated Unfollow Script | |
| // Opens unfollow modals one at a time and waits for manual confirmation | |
| // You stay in control - manually click "Unfollow" or "Cancel" for each person | |
| (() => { | |
| let count = 0; | |
| const processedPeople = new Set(); // Track who we've successfully unfollowed | |
| const skippedPeople = new Set(); // Track who we've cancelled on | |
| function getAllFollowingButtons() { |
| alias docker-full-cleanup='func_full-cleanup-docker' | |
| func_full-cleanup-docker() { | |
| echo "WARN: This will remove everything from docker: volumes, containers and images. Will you dare? [y/N] " | |
| read choice | |
| if [ \( "$choice" == "y" \) -o \( "$choice" == "Y" \) ] | |
| then | |
| sudo echo "> sudo rights check [OK]" |
| require 'slack-ruby-bot' | |
| class UUpBot < SlackRubyBot::Bot | |
| command 'yeah' do |client, data, match| | |
| client.say(text: 'me too', channel: data.channel) | |
| end | |
| end | |
| class UUpServer < SlackRubyBot::Server | |
| on 'presence_change' do |client, message| |
| { | |
| "b": 2, | |
| "a": 1 | |
| } |
| ### Keybase proof | |
| I hereby claim: | |
| * I am benjaminjackson on github. | |
| * I am benjaminjackson (https://keybase.io/benjaminjackson) on keybase. | |
| * I have a public key whose fingerprint is 6F7E 37BC B4A3 52DC D789 0A27 48E2 91DF F6EF FB07 | |
| To claim this, I am signing this object: |
##New
Behavior