kk-add

Write a new kenkeep knowledge node with user-provided details.

14|1|Updated Oct 16, 2024
One-click install
npx skills add https://github.com/factorial-io/scotty --skill kk-add-factorial-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: kk-add
Source: https://github.com/factorial-io/scotty/tree/main/.claude/skills/kk-add
Command: npx skills add https://github.com/factorial-io/scotty --skill kk-add-factorial-io

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill simplifies the process of capturing knowledge nodes for project documentation, ensuring that important information is easily accessible and reviewable.

Core Features & Use Cases

  • Quick Capture: Directly record a knowledge node from the current session into the project's kenkeep repository.
  • Review Workflow: Nodes are reviewed by simply leaving them in place or deleting them for rejection.
  • Use Case: Ideal for logging conventions, gotchas, or any named-item into the project's knowledge base.

Quick Start

To add a new knowledge node, run the following command with the required details:

node /path/to/kk-add node write kind=practice title='Project Convention' summary='How to format pull requests' tags='project,convention' body-draft='Ensure all PRs are clearly formatted.'

Frequently Asked Questions about kk-add

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

FAQPage Schema
How do I quickly capture project documentation into a knowledge base?

Capturing project documentation is done by creating a new kenkeep node with user-provided details like title and summary. This directly writes the knowledge entry into the project repository with minimal steps.

How does the review workflow work for captured knowledge nodes?

The review workflow for knowledge nodes operates through file presence. You review nodes by leaving them in place or deleting the file to reject the entry.

What do I need to log a new knowledge node into my project repository?

To log a knowledge node into your project repository, you need to provide a kind, title, summary, tags, and body-draft. The Skill handles the write operation directly through a script command.

Can I use this approach to record project conventions and gotchas?

Yes, you can use this quick entry method to record project conventions and gotchas. It is ideal for logging named items, ensuring important information is easily accessible and reviewable.

What is the best way to manage administrative tasks in a project knowledge base?

Managing administrative tasks in a project knowledge base is best handled by capturing nodes with minimal inputs. This Skill writes a new kenkeep node, handling the review process through file presence.