knowledge-capture

Capture code-derived decisions as structured candidate knowledge records.

Updated Apr 24, 2026
One-click install
npx skills add https://github.com/papeete-consulting-lab/banking-reliever --skill knowledge-capture-papeete-consulting-lab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: knowledge-capture
Source: https://github.com/papeete-consulting-lab/banking-reliever/tree/main/.claude/skills/knowledge-capture
Command: npx skills add https://github.com/papeete-consulting-lab/banking-reliever --skill knowledge-capture-papeete-consulting-lab

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill prevents valuable engineering decisions discovered during code reading from being lost by turning them into structured candidate knowledge captures with controlled human approval.

Core Features & Use Cases

  • Decision Capture Workflow: Creates capture manifests for code-derived micro-decisions and forwards them through the approved kcapture transport instead of writing knowledge directly.
  • Governed Knowledge Registration: Supports validation, provenance tracking, and human-gated submission of candidate decisions into the knowledge lifecycle.
  • Use Case: When reviewing a repository and discovering an architectural rule or implementation pattern, use this Skill to record the decision as a refinement candidate with its code provenance.

Quick Start

Ask the knowledge-capture skill to record this code decision as a candidate knowledge entry.

Frequently Asked Questions about knowledge-capture

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

FAQPage Schema
How do I capture architectural decisions discovered during code review without losing the implementation insights?

Capture code-derived decisions by generating structured candidate knowledge records with code provenance during repository analysis, forwarding them through a governed transport for human approval. This prevents valuable engineering decisions discovered during code review from being lost.

What is the best way to record micro-decisions as candidate knowledge entries during reverse engineering?

Recording micro-decisions during reverse engineering involves creating capture manifests for code-derived patterns and forwarding them through a validated kcapture transport. Candidates are tracked with provenance separation and require human approval before submission via kmint.

Do I need kcapture transport integration to register code-derived knowledge candidates?

Yes, kcapture transport integration is required to register code-derived knowledge candidates. The workflow mandates manifest validation, provenance separation, and human-gated submission through kmint to ensure controlled knowledge registration.

Can I write discovered architectural rules directly into the knowledge base during repository analysis?

No, you cannot write discovered architectural rules directly into the knowledge base. The process requires creating refinement candidates with code provenance that undergo validation and human approval before entering the knowledge lifecycle.

How does provenance tracking work for candidate knowledge captures from code reading?

Provenance tracking for candidate knowledge captures separates the code origin from the submitted knowledge entry. This separation ensures the architectural rule or implementation pattern is validated and human-gated before registration through kmint.

When should I use a governed knowledge registration workflow for code review decisions?

Use a governed knowledge registration workflow when you need to capture code review decisions as refinement candidates with provenance tracking. It applies to software engineering scenarios involving architecture discovery and knowledge registration requiring human approval.