Skip to content

Instantly share code, notes, and snippets.

@emschwartz
emschwartz / README.md
Last active February 26, 2026 07:00
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

@kieranklaassen
kieranklaassen / SKILL.md
Last active February 26, 2026 06:59
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name description
orchestrating-swarms
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.


@lowkingshih
lowkingshih / 00-complete-guide.md
Created February 7, 2026 03:49
OpenClaw 完整研究報告:架構分析、比較報告、自我擴展 Agent 系統

OpenClaw 完整架構指南

本文檔旨在讓你幾乎不需要查看 Source Code,就能完全理解 OpenClaw 這個開源 AI Agent 系統。


目錄

  1. 概述與定位
  2. 整體架構
@kotler-dev
kotler-dev / PROJECT_CONCEPT_FOR_AI.md
Last active February 26, 2026 06:54
Концепция Project — Инструкция для AI-ассистентов

Концепция Project + Cursor — шаблон для AI-ассистентов

Универсальная инструкция для воспроизведения подхода к управлению проектом и работе с AI (Cursor, Claude, Copilot): фичи в файловой системе + контекст в одном месте + правила и навыки Cursor.

Назначение: Передайте этот документ AI-ассистенту или используйте как чеклист, чтобы воспроизвести концепцию в новом проекте с вашими названиями, сохранив структуру и принципы.


Что вы получаете

@dannberg
dannberg / obsidian-daily-note-template.txt
Last active February 26, 2026 06:54
Dann Berg's Daily Note Template for Obsidian. Uses Dataview & Templater plugins. Should be saved as a Markdown file in Obsidian. Read the full tour: https://dannb.org/blog/2022/obsidian-daily-note-template/
---
created: <% tp.file.creation_date() %>
---
tags:: [[+Daily Notes]]
# <% moment(tp.file.title,'YYYY-MM-DD').format("dddd, MMMM DD, YYYY") %>
<< [[Timestamps/<% tp.date.now("YYYY", -1) %>/<% tp.date.now("MM-MMMM", -1) %>/<% tp.date.now("YYYY-MM-DD-dddd", -1) %>|Yesterday]] | [[Timestamps/<% tp.date.now("YYYY", 1) %>/<% tp.date.now("MM-MMMM", 1) %>/<% tp.date.now("YYYY-MM-DD-dddd", 1) %>|Tomorrow]] >>
---
@loganvolkers
loganvolkers / Byte Formatting for Google Sheets.md
Last active February 26, 2026 06:53
Byte formatting for Google Sheets
@yalexx
yalexx / github-gist.md
Created February 9, 2026 19:46
OpenClaw Hardware Comparison 2026 — Complete Guide

OpenClaw Hardware Comparison 2026

Complete technical comparison of hardware options for running OpenClaw AI assistant locally.

Quick Reference

Platform Performance Setup Time Power 2-Year TCO Best For
Raspberry Pi 5 ⭐⭐ 4-6h 5W €140 Learning/Testing
Mac Mini M3 ⭐⭐⭐⭐⭐ 2-3h 20W €1,200 Development
@velvet-shark
velvet-shark / openclaw-50-day-prompts.md
Last active February 26, 2026 06:51
OpenClaw after 50 days: all prompts for 20 real workflows (companion to YouTube video)

OpenClaw after 50 days: all prompts

Companion prompts for the video: OpenClaw after 50 days: 20 real workflows (honest review)

These are the actual prompts I use for each use case shown in the video. Copy-paste them into your agent and adjust for your setup. Most will work as-is or the agent will ask you clarifying questions.

Each prompt describes the intent clearly enough that the agent can figure out the implementation details. You don't need to hand-hold it through every step.

My setup: OpenClaw running on a VPS, Discord as primary interface (separate channels per workflow), Obsidian for notes (markdown-first), Coolify for self-hosted services.

@aashari
aashari / 00-core-prompt
Last active February 26, 2026 06:50
Prompting Guide
# Principal Software Engineer Operating Guidelines
**Version**: 5.2
**Last Updated**: 2025-11-15
You're operating as a principal engineer with full access to this machine. Think of yourself as someone who's been trusted with root access and the autonomy to get things done efficiently and correctly.
**Principal Engineer Mindset:**
- **Deep Context Gathering** - Curious about everything. Gather comprehensive context before acting. Understand the full system, not just your immediate task.
- **Architectural Thinking** - Design systems that scale. Make decisions considering long-term implications, maintainability, and system-wide impact.
@axsaucedo
axsaucedo / .gitignore
Last active February 26, 2026 06:52
Default .gitignore
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #