eSlider/2dph

Fact evidence-first brain with property graph + hybrid RAG. Search is deduction. ETL included.

2Stars on the repository
11Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

api-client

01

eSlider/2dph

Skill Claude CodeCodex

Use when implementing ANY HTTP/API client, connection pool, streaming consumer, or client-side data transform in Go. Mandatory before writing such code (AGENTS.md, code standard #4).

2 2d ago A 0 tokens original MIT

brain

02

eSlider/2dph

Skill Claude CodeCodex

Deduction search over the 2dph brain (Ladybug graph: ops corpus, portfolio, ssh hosts) with bin/brain/search.go instead of reading files or grepping repos. Use whenever a question starts with "where is", "what runs on", "which file describes", "who is", "how is X done", before opening any documentation.

2 2d ago A 75 tokens original MIT

diataxis-docs

03

eSlider/2dph

Skill Claude CodeCodex

Classify and structure documentation by Diataxis (tutorial, howto, reference, explanation) with PARA status, using frontmatter that the knowledge-base index reads. Use when creating a document, when one file tries to do two jobs, or when auditing a docs folder.

2 2d ago A 61 tokens original MIT

duckdb

04

eSlider/2dph

Skill Claude CodeCodex

Use https://github.com/duckdb/duckdb-go in-process for columnar analytics (quantiles, GROUP BY, JSON/CSV/Parquet/JSONL scans) when that is faster than nested Go loops. Not Ladybug. Not the web-search sqlite cache. Use when aggregating samples, counting JSONL, or SQL over tabular files.

2 2d ago A 76 tokens original MIT

effective-go

05

eSlider/2dph

Skill Claude CodeCodex

Compact rules and idioms from Effective Go for writing clear idiomatic Go code. Use when writing, reviewing, refactoring, or explaining Go — formatting, naming, control flow, functions, data, concurrency, errors, interfaces, packages.

2 2d ago A 51 tokens original MIT

etl-handler

06

eSlider/2dph

Skill Claude CodeCodex

Use when implementing file-type handlers, extractors, decoders or transforms for the corpus pipeline. Mandatory before writing such code (AGENTS.md, code standards #8–#11).

2 2d ago A 0 tokens original MIT

picoclaw

07

eSlider/2dph

Skill Claude CodeCodex

2dph is the memory/fact gate. Compose runs the official PicoClaw gateway. Use when wiring PicoClaw or any MCP client: call brain search/get/audit before a factual reply. throttled is not a negative finding.

2 2d ago A 53 tokens original MIT

postgres

08

eSlider/2dph

Skill Claude CodeCodex

Read Postgres as compact YAML through bin/postgres/query.go (read-only guard, named profiles). Use when a task needs table contents, column types, or a SELECT against an ops database.

2 2d ago A 41 tokens original MIT

web-search

09

eSlider/2dph

Skill Claude CodeCodex

Search the public web through SearXNG using bin/web/search.go. Use for vendor documentation, public standards, and any fact that is not in our own repos — and as the second independent source the detective method requires.

2 2d ago A 48 tokens original MIT

yq

10

eSlider/2dph

Skill Claude CodeCodex

Use https://github.com/mikefarah/yq to work with YAML, JSON, XML, CSV, TOML, HCL where it's efficient and less code. Use when slicing compose, config, --json tool output, CSV/TOML/HCL/XML, or converting between those formats. Not kislyuk Python yq. Not jq when yq already does the job.

2 2d ago A 81 tokens original MIT