Skip to content

Instantly share code, notes, and snippets.

View morisono's full-sized avatar

morisono

View GitHub Profile
@vukasin-nikodijevic-kb
vukasin-nikodijevic-kb / About
Last active September 18, 2026 09:40
run-pi
Bash script to wrap PI Agent and Reasonix into docker container and mount current directory as workspace.
This solves major security issues of controlling coding aggent access to filesystem and sandboxing of the commands execution.
@lukewilson2002
lukewilson2002 / repo-local-documentation-system.md
Last active August 27, 2026 21:38
A repo-local Markdown documentation system that helps humans and AI agents understand a codebase, find the right context, and make safer changes. Ask your agent to help you set it up.
@sammcj
sammcj / local-models.ts
Last active September 18, 2026 09:41
Pi Coding Agent - Local Models Extension
/**
* Local Models Extension
*
* Manage self-hosted LLM endpoints entirely from the TUI.
* Commands:
* /local-models - Open the local models manager
*
* Config is persisted across sessions. Models show up in /model selector
* automatically when their endpoint is reachable.
*
@gitgotgitgotit
gitgotgitgotit / Bh.md
Last active September 20, 2026 21:05
🐕 BloodHound Ecosystem
bloodhound_ecosystem_infographic

🐕 BloodHound Ecosystem

A structured overview of the BloodHound attack-path analysis ecosystem — official ingestors, community collectors, converters, ADWS alternatives, analysis tools, deployment helpers, and supporting frameworks.

Legend

  • 🟢 Official — maintained by SpecterOps
  • 🔵 Community — third-party / unofficial
#!/bin/bash
#
# Run this now:
#
# bash -c "$(curl -fsSL "https://gist.githubusercontent.com/szhu/afd806ec1eb874848e1b4f412be7aaaf/raw/a6c51e413c65cf66019280c35e598ff6d5dd6cea/macos-install-legacy-hp-printer-drivers.sh")"
#
# This script makes it possible to install legacy HP printer drivers on modern
# versions of macOS.
#
# The HP 5.1.1 Printer Software Update (https://support.apple.com/en-us/106385)
@k16shikano
k16shikano / SKILL.md
Last active September 25, 2026 02:21
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。
license Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063)

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。

@ruvnet
ruvnet / gist-body.md
Created June 13, 2026 18:35
agent-harness-generator — plain-English explainer for the new sister project to ruflo (Claude Code + Codex + pi.dev + Hermes, WASM kernel, marketplace plugin)

agent-harness-generator — what it is, in plain English

A tool that lets anyone build their own focused AI agent assistant — like ruflo, but uniquely theirs. With their own brand, their own agents, their own CLI command, running on Claude Code, Codex, pi.dev, or Hermes.

Live on GitHub: https://github.com/ruvnet/agent-harness-generator

The problem in one paragraph

If you want to build "an AI assistant for legal review" or "an AI assistant for trading" or "an AI assistant for incident response," you have two bad choices today. Option A: fork ruflo and rip out the 60+ agents you don't need. You inherit a tangled product and you lose every future update. Option B: build everything from scratch. You re-derive the MCP server, the memory database, the routing layer, the hooks system. Months gone before you write your first domain-specific prompt.

@Anemll
Anemll / README.md
Created June 9, 2026 22:25
AFM-in-Pi

Pi Coding Agent + Apple Foundation Models

This gist shows a working local Pi provider setup for Apple's fm serve Chat Completions endpoint.

It supports both Apple Foundation Models exposed by the fm CLI:

  • fm/system: on-device Apple Foundation Model, configured as 4K context
  • fm/pcc: Private Cloud Compute model, configured as 32K context
@YourAKShaw
YourAKShaw / x-twitter-playbook.md
Created May 29, 2026 01:04
🐦️ The X (Twitter) Domination Playbook (2026)

The X (Twitter) Domination Playbook (2026)

Follow AK Shaw on Linktree


@tom-ricci
tom-ricci / guide.md
Last active August 6, 2026 22:35 — forked from mcollina/guide.md
Configuring minimum release age across npm, pnpm, and yarn

Configuring minimum release age across npm, pnpm, yarn, and bun

Setting a minimum release age (a "cooldown") on dependencies is a cheap, high-leverage defense against supply-chain attacks. Most malicious package versions are detected and yanked within hours, so a 24-hour delay filters out the smash-and-grab incidents (axios 1.14.1, ua-parser-js, Solana web3.js, etc.).

All four major Node.js package managers now support this, but each one used a different name and a different unit. Here is what you need.

Minimum versions

Tool Setting Unit Introduced in