Skip to content

Instantly share code, notes, and snippets.

@kuc-arc-f
kuc-arc-f / README.md
Last active July 2, 2026 10:10
pi-coding-agent , Skills example

pi-coding-agent , Skills example


  • tree
$ tree -a .
.
├── .pi
@kuc-arc-f
kuc-arc-f / README.md
Last active July 1, 2026 04:30
OpenRouter AI SDK , tool example

OpenRouter AI SDK , tool example


  • install
npm install @openrouter/ai-sdk-provider ai zod tsx

  • start
@kuc-arc-f
kuc-arc-f / README.md
Created June 23, 2026 22:55
node.js windows , DLL call example

node.js windows , DLL call example


  • npm install
npm i koffi

  • C++ build
@kuc-arc-f
kuc-arc-f / README.md
Last active June 22, 2026 09:11
node.js C++ , call so(Shared Object) function

node.js C++ , call so(Shared Object) function


  • node setup
npm init -y
npm i koffi

  • C++ build
@kuc-arc-f
kuc-arc-f / README.md
Last active June 16, 2026 08:00
GoLang, Chat — Bubble Tea TUI example

Chat — Bubble Tea TUI サンプル

Go + Bubble Tea で作った Codex 風ターミナルチャット UI。

セットアップ

# 依存関係のインストール
go mod tidy
@kuc-arc-f
kuc-arc-f / Makefile
Last active June 13, 2026 05:12
GoLang call C++ , plugin package
.PHONY: all plugin main run clean
# デフォルト: プラグインとメインプログラムの両方をビルド
all: plugin main
# Go プラグイン (.so) のビルド
# C++ ソースコードは cgo によって自動的にコンパイルされる
plugin:
@echo "🔨 プラグインをビルド中..."
cd myplugin && go build -buildmode=plugin -o myplugin.so .
@kuc-arc-f
kuc-arc-f / SKILL.md
Created May 31, 2026 04:40
Agent skills RAG SKILL.md , Antigravity CLI
name rag_search
description 検索クエリーから、RAG 検索する

手順

STEP 1: 検索クエリー(query) を、入力する

  • ユーザーに、検索クエリーを質問する:
@kuc-arc-f
kuc-arc-f / SKILL.md
Created May 2, 2026 00:26
Gemini-CLI Agent Skills , C++ SQLite, todos
name todos
description TODO(やる事) 一覧を表示する。

STEP 1: スクリプトを実行する

  • MarkDown形式の、テーブル型式 リスト表示したい。
@kuc-arc-f
kuc-arc-f / SKILL.md
Created May 2, 2026 00:25
Gemini-CLI Agent Skills , C++ SQLite, todo_add
name todo_add
description TODO(やる事) を追加する。

手順

STEP 1: TODO(やる事)を、入力する

  • ユーザーに、TODOテキスト(やる事)を質問する:
@kuc-arc-f
kuc-arc-f / SKILL.md
Created April 30, 2026 08:05
codex agent Skills , C++ RAG Serach example
name rag_search
description 検索クエリーから、RAG 検索する

手順

STEP 1: 検索クエリー(query) を、入力する

  • ユーザーに、検索クエリーを質問する: