devflow:knowledge-management

Route and persist user-provided content to RAG Memory, Confluence, or Google Drive.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/codingthefuturewithai/claude-code-primitives --skill devflow-knowledge-management
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devflow:knowledge-management
Source: https://github.com/codingthefuturewithai/claude-code-primitives/tree/main/skills/knowledge-management
Command: npx skills add https://github.com/codingthefuturewithai/claude-code-primitives --skill devflow-knowledge-management

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Collecting and organizing external knowledge across backends is manual, error-prone, and hard to scale; this skill automates routing and ingestion to the right storage (RAG Memory, Confluence, or Google Drive) to keep knowledge accessible.

Core Features & Use Cases

  • Intelligent routing of content to the proper backend based on topic and preferences
  • Supports ingesting URLs, files, and raw text with safety checks and consent prompts
  • Use cases: saving research notes, archiving project docs, and building a knowledge base for quick retrieval

Quick Start

Tell me what to store, where to store it, and I will route and ingest it to the configured backend.

Frequently Asked Questions about devflow:knowledge-management

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

FAQPage Schema
How do I automatically route documents to Confluence, Google Drive, and RAG memory?

You can automatically route documents to Confluence, Google Drive, or RAG memory by providing the content and a target destination. The skill intelligently routes the ingested URL, file, or raw text while enforcing safety checks and user consent before creating or updating documents.

What is the best way to ingest external URLs and raw text into a knowledge base?

The best way to ingest external URLs and raw text into a knowledge base is to specify your content and target backend. The skill handles the ingestion process with pre- and post-ingest validation, ensuring data is correctly persisted to RAG Memory, Confluence, or Google Drive.

Do I need user consent before updating documents in Confluence or Google Drive?

Yes, you need explicit user consent before creating or updating documents in Confluence or Google Drive. The skill enforces safety checks and requires clear actor identification along with backend configuration and a defined collection or folder target before proceeding.

Can I ingest files into RAG memory while enforcing access error guardrails?

Yes, you can ingest files into RAG memory while enforcing access error guardrails. The skill supports ingesting URLs, files, or raw text and includes built-in guardrails for backend availability and access errors to ensure safe knowledge persistence.

What happens if backend configuration or collection targets are missing during knowledge ingestion?

If backend configuration or collection targets are missing during knowledge ingestion, the process will fail validation. The skill requires a defined collection or folder target from list_collections and user input, along with clear actor identification, to route and persist information correctly.

Does knowledge management routing work without specifying a folder target in Google Drive?

No, knowledge management routing does not work without specifying a folder target in Google Drive. The skill requires a defined collection or folder target from user input and list_collections to successfully persist information to the configured backend.