Skip to content

Instantly share code, notes, and snippets.

@voluntas
voluntas / ruri.md
Last active March 8, 2026 15:28
Ruri — PostgreSQL / DuckDB 向け SQL ツールチェーン

Ruri — PostgreSQL / DuckDB 向け SQL ツールチェーン

Note

このドキュメントは LLM によって生成され、人間による校正を経て公開されています。

Caution

このツールは現在開発中で、オープンソースとして公開される予定はありません。 このツールは一部機能を制限して無料で利用できるプランを提供する予定です。

Ruri は PostgreSQL を中心とした SQL ツールチェーンです。SQL クエリファイルから型安全なコードを生成する ruri generate、SQL Formatter の ruri fmt、SQL Linter の ruri lint、宣言的スキーママイグレーションの ruri migrate を提供します。DuckDB への対応も並行して進めています。

@laiso
laiso / settings.local.json
Last active February 19, 2026 21:58
.claude/settings.local.json: To automatically open plan files in VS Code whenever they are created or updated by the Write tool. Claude Code
{
"hooks": {
"PreToolUse": [
{
"matcher": "ExitPlanMode",
"hooks": [
{
"type": "command",
"command": "code \"$(ls -t ~/.claude/plans/*.md | head -1)\"",
"timeout": 5
@m-mizutani
m-mizutani / kiro.md
Created July 26, 2025 23:15
kiro.md
description
spec-driven development

Claude Codeを用いたspec-driven developmentを行います。

spec-driven development とは

spec-driven development は、以下の5つのフェーズからなる開発手法です。

@lukemmtt
lukemmtt / mcp_flutter_claude_code_integration.md
Last active March 22, 2026 08:58
Integrating mcp_flutter into Claude Code

Integrating mcp_flutter with Claude Code

Overview

MCP Flutter enables AI assistants like Claude Code to interact with Flutter applications in real-time, providing screenshot capture, error monitoring, hot reload integration, and direct app interaction.

Prerequisites:

  • Flutter SDK 3.0.0+
  • Claude Code CLI
  • MCP Flutter server built from source
@nishimura
nishimura / CLAUDE.md
Last active August 14, 2025 06:56
Configuring the project-reminder tag to behave like the system-reminder tag

CLAUDE.md

about project-reminder tag

Tool results and user messages may include <project-reminder> tags. <project-reminder> tags contain useful information and reminders. They are NOT part of the user's provided input or the tool result.

@ben-vargas
ben-vargas / claude-task-master - feature: claude-code-cli-prd.md
Last active January 1, 2026 09:58
claude-task-master - feat: draft product requirements document for claude code as model provider

Product Requirements Document: Claude Code CLI Integration for Task Master

1. Executive Summary

This PRD outlines the implementation of Claude Code CLI as an AI provider option for Task Master, enabling users to leverage Claude's capabilities without requiring API keys. Instead, users can authenticate through their existing Claude Code installation and use their Claude Pro/Team subscriptions.

2. Problem Statement

Current Challenges

  • Users must obtain and manage API keys for AI providers
@mizchi
mizchi / post-cline-world.md
Last active November 30, 2025 17:56
After Cline - あるいは語りえぬ者について語ろうとする時代について

After Cline - あるいは語りえぬ者について語ろうとする時代について

この資料は以下のイベントの登壇用の殴り書きです

https://hack-at-delta.connpass.com/event/350588/

今までの資料を引用して話すので、この資料はアウトラインです。

最初に: 自分の技術選定の基準

@yuuki
yuuki / sre-related-conferences-list.md
Last active November 27, 2025 10:45
The collection of Site Reliability Engineering(SRE)-related international academic conferences.