| 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. |
| /** | |
| * 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. | |
| * |
| #!/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) |
| name | japanese-tech-writing |
|---|---|
| description | 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。 |
| license | Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063) |
日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。
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
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.
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 contextfm/pcc: Private Cloud Compute model, configured as 32K context
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.
| Tool | Setting | Unit | Introduced in |
|---|
