teach

Ingest external content into the Second Brain via graphify and bedrock:preserve.

88|8|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/iurykrieger/claude-bedrock --skill teach-iurykrieger
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: teach
Source: https://github.com/iurykrieger/claude-bedrock/tree/main/skills/teach
Command: npx skills add https://github.com/iurykrieger/claude-bedrock --skill teach-iurykrieger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Ingest external content from Confluence, Google Docs, GitHub, remote URLs, or local files into the Second Brain.

Core Features & Use Cases

  • Orchestrates end-to-end ingestion: fetch, convert to markdown, extract knowledge graph, and delegate persistence to bedrock:preserve.
  • Supports multiple sources: Confluence, Google Docs, GitHub repos, remote URLs, local files.
  • Handles docling conversions and error handling, with silent docling installation if missing.
  • Uses graphify to produce a graph and delegates merging to bedrock:preserve.

Quick Start

Provide a source URL or local path and run the /bedrock:teach command to ingest it.

Frequently Asked Questions about teach

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ingest external content from Confluence or Google Docs into a knowledge graph?

To ingest external content from Confluence or Google Docs, provide the source URL to fetch the data, convert non-markdown formats to Markdown using docling, and run the graphify extraction pipeline to build the knowledge graph.

What is the best way to convert local files into Markdown for an Obsidian vault?

The best way to convert local files into Markdown for an Obsidian vault is to run an ingestion pipeline that fetches the file, uses docling for conversion, and delegates persistence to update the vault.

Does the graphify extraction pipeline require docling to be pre-installed?

The graphify extraction pipeline does not require docling to be pre-installed, as the ingestion orchestration handles docling installation silently if the dependency is missing.

Can I ingest content from GitHub repositories and remote URLs into Obsidian?

You can ingest content from GitHub repositories and remote URLs into Obsidian by providing the source path, which triggers the fetch, markdown conversion, and knowledge graph extraction workflow.

How does provenance tracking work when ingesting external sources into a Second Brain?

Provenance tracking works by recording source metadata during the external content ingestion process, enabling accurate identification and subsequent merging of the ingested knowledge graph data.

What happens if docling conversion fails during the knowledge graph ingestion process?

If docling conversion fails during the knowledge graph ingestion process, the orchestration includes error handling mechanisms to manage the failure and prevent incomplete data from persisting to the vault.