Skip to content

Instantly share code, notes, and snippets.

@EdwardCTaylor
EdwardCTaylor / overnight-brainstorm.sh
Created April 13, 2026 16:29
Run the brainstorming superpower overnight
cat > ~/.claude/skills/overnight-brainstorm/SKILL.md << 'EOF'
---
name: overnight-brainstorm
description: Defer brainstorming and speccing to run at 1am via system cron. Runs even if Claude Code is closed.
argument-hint: [feature or topic to brainstorm and spec]
allowed-tools: Bash, Write
---
## Purpose
Schedule an autonomous overnight brainstorm using system cron so it runs at 1am regardless of whether Claude Code is open.
@EdwardCTaylor
EdwardCTaylor / gist:5be6115c94fc63c8705fa688664f1e69
Created April 13, 2026 16:25
overnight brainstorming VSCode Plugin
cat > ~/.claude/skills/overnight-brainstorm/SKILL.md << 'EOF'
---
name: overnight-brainstorm
description: Defer brainstorming and speccing to run at 1am via system cron. Runs even if Claude Code is closed.
argument-hint: [feature or topic to brainstorm and spec]
allowed-tools: Bash, Write
---
## Purpose
Schedule an autonomous overnight brainstorm using system cron so it runs at 1am regardless of whether Claude Code is open.
// GET /room_rates/[:hotel_id]?from_date=[:datetime]&to_date=[:datetime]&last_updated_at=[:datetime]
// Response:
{
...hotel metadata
rooms: [
{
...room metadata
policies: [
...policy metadata (cancellation/breakfast etc)
class CommentsController < ApplicationController
def users_comments
posts = Post.all
comments = posts.map(&:comments).flatten
@user_comments = comments.select do |comment|
comment.author.username == params[:username]
end
end
end
.range-slider-container {
position:relative;
width:100%;
height:100px;
}
.range-slider-left {
position:absolute;
top:0;
width:100%;