One-click install
npx skills add https://github.com/001TMF/blatant-why --skill by-knowledge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: by-knowledge
Source: https://github.com/001TMF/blatant-why/tree/main/templates/.claude/skills/by-knowledge
Command: npx skills add https://github.com/001TMF/blatant-why --skill by-knowledge

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

BY Knowledge Graph provides a persistent, structured memory store for campaigns, capturing targets, scaffolds, designs, screening outcomes, and failure patterns to enable learning across campaigns.

Core Features & Use Cases

  • Centralizes campaign data into an append-only knowledge store
  • Quickly recalls prior art to inform new campaigns
  • Records outcomes and failure patterns to improve future designs
  • Supports NDJSON export/import and data consolidation

Quick Start

Create a new campaign, record its outcomes, and immediately query prior campaigns to guide the next design.

Frequently Asked Questions about by-knowledge

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

FAQPage Schema
How do I build a persistent knowledge graph for cross-campaign learning?

A persistent knowledge graph stores and queries campaign knowledge, capturing targets, scaffolds, and failure patterns to enable cross-campaign learning. It centralizes campaign data into an append-only store to quickly recall prior art and guide new designs.

What is the best way to record failure patterns and screening outcomes across campaigns?

Recording failure patterns and screening outcomes across campaigns requires an append-only knowledge store. You apply the graph during execution to guide decisions and at maintenance to consolidate data, ensuring future designs improve from past campaign records.

How do I export and import campaign history using NDJSON?

NDJSON export and import allows you to transfer campaign history by serializing structured campaign data. The knowledge graph supports NDJSON consolidation to maintain data integrity and prune duplicate records during maintenance operations.

Can I use campaign knowledge graphs to surface prior-art at the start of a new campaign?

Campaign knowledge graphs can surface prior-art at the start of a new campaign. Applying the graph at campaign start retrieves existing targets and scaffold rankings, informing initial designs with validated historical data.

Does this persistent memory tool enforce canonical target naming for campaign records?

This persistent memory tool enforces canonical target naming and validates campaign and failure records. This ensures structured data consistency across the append-only knowledge store during read and write operations via exposed MCP tools.

When should I consolidate data and prune duplicates in a campaign knowledge graph?

You should consolidate data and prune duplicates in a campaign knowledge graph during the maintenance phase. This prevents redundant failure patterns and campaign records from cluttering the persistent memory store, ensuring accurate cross-campaign queries.