iurykrieger

14 mods across 1 repository, 94 stars between them.

claude-bedrock

02

iurykrieger/claude-bedrock

Plugin Claude Code

Second Brain automation for Obsidian vaults — entity management, ingestion, compression, and sync via Claude Code skills.

94 3mo ago A tokens not measured copy · 91% MIT

iurykrieger/claude-bedrock

Instructions file

Instructions for iurykrieger/claude-bedrock, covering bedrock — claude.md, what is bedrock?, entity types, writing rules and language.

94 3mo ago A 2,961 tokens original MIT

Stop

04

iurykrieger/claude-bedrock

Hook

Runs when the agent finishes a response, executing error_reporter.py via python3. From iurykrieger/claude-bedrock.

94 3mo ago A tokens not measured original MIT

ask

05

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Adaptive vault reader skill. Receives a natural language question, uses graph.json as the primary index (Phase 2.0) before any glob/grep, then self-assesses whether more context is needed. Escalates to live /graphify only when graph coverage is insufficient, or to /bedrock:learn for remote content ingestion. Answers…

94 3mo ago A 141 tokens original MIT

compress

06

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Vault alignment engine. Detects and fixes 5 types of structural misalignments: broken backlinks, concept fragmentation, entity miscategorization, duplicated entities, and misnamed entities. Delegates all writes to /bedrock:preserve. Supports interactive mode (user confirmation) and cron mode (autonomous mechanical…

94 3mo ago A 104 tokens original MIT

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Internal fetcher module for Confluence pages. Fetches content via Atlassian MCP (preferred), REST API with Basic Auth (fallback), or browser DOM extraction via Claude in Chrome (last resort) and returns Markdown. Used by /bedrock:learn and /bedrock:sync — not intended for direct user invocation.

94 3mo ago A 71 tokens original MIT

gdoc-to-markdown

08

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Internal fetcher module for Google Docs and Sheets. Fetches content via MCP (preferred, when available), Google API with bearer token or public URL export (fallback), or browser DOM extraction via Claude in Chrome (last resort) and returns Markdown. Used by /bedrock:learn and /bedrock:sync — not intended for direct…

94 3mo ago A 76 tokens original MIT

healthcheck

09

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Read-only vault health diagnostic. Generates a report without modifying any files. Checks: graphify-out integrity, setup verification, orphan entities, dangling content, old content (>15 days). Safe to run at any frequency. Use when: "bedrock healthcheck", "bedrock-healthcheck", "vault health", "check vault", "vault…

94 3mo ago A 80 tokens original MIT

learn

10

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Ingests an external data source into the Second Brain. Fetches content from Confluence, Google Docs, GitHub repositories, remote URLs, or any local file format supported by docling (DOCX, PPTX, XLSX, PDF, HTML, EPUB, images, Markdown, CSV, and more), converts non-markdown formats to markdown via docling, runs the…

94 3mo ago C 169 tokens original MIT

preserve

11

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Single write point for the vault. Centralizes entity detection, textual matching, entity creation/update, and bidirectional linking. Accepts structured input (list of entities), free-form input (text, meeting notes, session context), or graphify output (graph.json + obsidian markdown from /graphify pipeline). Use…

94 3mo ago A 118 tokens original MIT

setup

12

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Initialize any folder as a Bedrock-powered Obsidian vault. Creates entity directories, copies templates, configures language and domain taxonomy, scaffolds connected example entities, and checks dependencies. Use when: "bedrock setup", "bedrock-setup", "/bedrock:setup", "initialize vault", "setup vault", "create…

94 3mo ago A 90 tokens original MIT

sync

13

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Re-synchronizes the vault with external sources. In default mode, scans the sources field of all entities, deduplicates URLs, fetches updated content from each source (Confluence, GDocs, GitHub, Markdown), performs incremental diff and delegates writing to /bedrock:preserve. With --people, scans actor repositories via…

94 3mo ago A 138 tokens original MIT

vaults

14

iurykrieger/claude-bedrock

Skill Claude CodeCodex

Manage registered Bedrock vaults. List all vaults, set a default vault, or remove a vault from the registry. The registry lives in the plugin directory and maps vault names to filesystem paths. Use when: "bedrock vaults", "bedrock-vaults", "/bedrock:vaults", "list vaults", "set default vault", "remove vault", "show…

94 3mo ago A 106 tokens original MIT