Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

Back to skills

Kb Ingest

ASecurity

Integrate a new source into the project knowledge base. Wraps the agent-knowledge-updater agent. Source can be a local file path, a URL, or pasted content. The updater reads the source, classifies it, identifies which existing library files it touches, makes surgical updates or creates new files, rebuilds the shelf-index, and appends to log.md.

41 stars
0 votes
0 copies
0 views
Added 9/19/2026
researchgodevops

Works with

cli

Security Analysis

A100/100

Scanned 9/19/2026

Install to Claude Code

$npx -y skills add SteveGJones/ai-first-sdlc-practices --skill kb-ingest --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Kb Ingest?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Kb Ingest
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/stevegjones-kb-ingest-ai-first-sdlc-practices/badge)](https://www.skillsdirectory.com/skills/stevegjones-kb-ingest-ai-first-sdlc-practices)

More formats (shields.io, HTML) on the badges page.

Download Zip
Files
SKILL.md
---
name: kb-ingest
description: Integrate a new source into the project knowledge base. Wraps the agent-knowledge-updater agent. Source can be a local file path, a URL, or pasted content. The updater reads the source, classifies it, identifies which existing library files it touches, makes surgical updates or creates new files, rebuilds the shelf-index, and appends to log.md.
disable-model-invocation: false
argument-hint: "<source-path-or-url-or-text>"
---

# Knowledge Base Ingest

Take a new source and integrate it into the project's knowledge base. This is the **ingest** operation in the three-operations model (ingest / query / lint).

## Argument

A source. Can be:
- A local file path: `library/raw/some-paper.md`, `~/Downloads/dora-2024.pdf`
- A URL: `https://example.com/research-report`
- Pasted text: `<long pasted excerpt>`

## Preflight

- Verify the project has a knowledge base configured (the `[Knowledge Base]` section in `CLAUDE.md` exists). If not, run `/sdlc-knowledge-base:kb-init` first.
- Verify the `agent-knowledge-updater` agent is available (sdlc-knowledge-base plugin is installed).

## Steps

### 1. Resolve the source

If the argument is a file path: verify the file exists and is readable.
If the argument is a URL: prepare for WebFetch (the agent will fetch).
If the argument is pasted text: capture it for the agent.

If the source is a URL or a path outside `library/raw/`, recommend (but don't require) saving a local copy to `library/raw/` for provenance:

```
Source is at <url>. Recommended: save a local copy to library/raw/<descriptive-name>.md before ingesting so provenance is preserved. Continue with direct fetch? (y/N)
```

If the user accepts, proceed with WebFetch in the agent. If they want to save locally first, pause and let them.

### 2. Invoke the agent-knowledge-updater

Dispatch the `agent-knowledge-updater` agent with the source as input. The agent's workflow:

1. Read the source
2. Classify it (does it belong in the knowledge base?)
3. Read the shelf-index to find existing files this source touches
4. Make surgical updates or create new files
5. Rebuild the shelf-index (incremental)
6. Append to log.md

The updater is opinionated about what belongs in the knowledge base. If it determines the source belongs elsewhere (operational knowledge → CONTRIBUTING.md, ADRs, project tracker, auto-memory), it will say so and not ingest. Respect that decision.

### 3. Report the result

Print the agent's summary:

```
Ingest complete: <source>

  Files updated: N
  Files created: M
  Findings extracted: K
  Citations added: J

  Index rebuilt: yes
  Log entry: yes (or skipped if no log.md)

Next steps (if any): <e.g., "Review the new file X for accuracy">
```

If the agent declined to ingest, print its rationale and the recommended destination if it provided one.

## What this skill does NOT do

- It does not query the library — that's `/sdlc-knowledge-base:kb-query`
- It does not lint the library — that's `/sdlc-knowledge-base:kb-lint`
- It does not validate citations — that's `/sdlc-knowledge-base:kb-validate-citations`
- It does not write directly to library files — only the agent does that

## Examples

**Ingest a local academic paper:**
```
/sdlc-knowledge-base:kb-ingest library/raw/forsgren-2024-cycle-time-update.md
```

**Ingest from a URL:**
```
/sdlc-knowledge-base:kb-ingest https://cloud.google.com/devops/state-of-devops/2024
```

**Ingest pasted text (e.g., a conversation excerpt with research findings):**
```
/sdlc-knowledge-base:kb-ingest "<paste the excerpt here>"
```

## Errors

- **No knowledge base configured** — run `/sdlc-knowledge-base:kb-init` first
- **Plugin not installed** — install `sdlc-knowledge-base@ai-first-sdlc`
- **Source unreadable** — verify the file exists and you have read permissions
- **WebFetch fails** — check the URL is valid and reachable; fall back to manually downloading and ingesting the local file
- **Updater declines ingest** — the source doesn't belong in the knowledge base. Follow the recommended destination.

Attribution

SteveGJonesSteveGJones
View sourceMore from SteveGJones →
SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Ship a skill? Prove it's safe.

Free 120-pattern security scan, letter grade, and an embeddable README badge.

Submit a skill

Related Skills

Competitor Analysis

This skill provides comprehensive analysis of competitor SEO and GEO strategies, revealing what's working in your market and identifying opportunities to outperform the competition.

1823 votes

Deep Research

Universal deep research agent team. 13-agent pipeline for rigorous academic research on any topic. 7 modes: full research, quick brief, paper review, lit-review, fact-check, Socratic guided research dialogue, and systematic review with optional meta-analysis. Covers research question formulation, Socratic mentoring, methodology design, systematic literature search, source verification, cross-source synthesis, risk of bias assessment, meta-analysis, APA 7.0 report compilation, editorial review...

452202 votes

Paperclip Distill

Use when an operation issue is a Paperclip cursor-window, distill, or backfill — `operationType: "distill"` or `"backfill"` and the body references a Paperclip source bundle for a project or root issue. Turn raw Paperclip activity into a wiki-insightful project page, decisions log, and history note. This skill exists specifically to replace the stiff, datestamp-heavy templated output that the deterministic distiller produces.

798221 votes

Academic Pipeline

Orchestrator for the full academic research pipeline: research -> write -> integrity check -> review -> revise -> re-review -> re-revise -> final integrity check -> finalize. Coordinates deep-research, academic-paper, and academic-paper-reviewer into a seamless 10-stage workflow with mandatory integrity verification, two-stage peer review, and reproducible quality gates. Triggers on: academic pipeline, research to paper, full paper workflow, paper pipeline, end-to-end paper, research-to-publi...

452201 votes

Exa Search

Semantic search, similar content discovery, and structured research using Exa API

304951 votes
View all in research →