cks

Store and semantically search project knowledge locally with a FAISS-backed index.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/EndUser123/cc-marketplace --skill cks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: cks
Source: https://github.com/EndUser123/cc-marketplace/tree/main/plugins/cc-skills-meta/skills/cks
Command: npx skills add https://github.com/EndUser123/cc-marketplace --skill cks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Constitution Knowledge System (CKS) provides a private, fast way to store, organize, and semantically search project knowledge using a local FAISS index.

Core Features & Use Cases

  • Private storage: keeps knowledge locally with fast retrieval.
  • Semantic search: supports vector-based retrieval for concept-level matching.
  • Unified workflow: enables adding content, searching, and session extraction in one CLI.

Quick Start

Add a knowledge item and then search it using the cks CLI.

Frequently Asked Questions about cks

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

FAQPage Schema
How do I set up offline semantic search for project knowledge?

Offline semantic search for project knowledge is enabled by storing content locally and using a FAISS-backed vector index for retrieval. This allows fast concept-level matching without external network dependencies.

What is the best way to store team lessons locally for CLI retrieval?

The best way to store team lessons locally for CLI retrieval is by adding insights into a private knowledge base. This system uses a FAISS index to ensure fast, private vector-based retrieval directly from your terminal.

Can I extract session insights and add them to a local FAISS index?

Yes, you can extract session insights and add them to a local FAISS index. The unified CLI workflow supports adding content, searching, and session extraction seamlessly within a single command interface.

Does FAISS work with offline CLI workflows for private knowledge storage?

FAISS works perfectly with offline CLI workflows for private knowledge storage by enforcing local data retention. It provides the vector search mechanism needed for fast semantic retrieval without requiring cloud connectivity.

How do I search project wisdom using a command line interface?

You search project wisdom using a command line interface by executing the /search workflow command. This queries your local FAISS-backed index to return conceptually matched insights and stored lessons quickly.

When should I use a local vector search instead of cloud-based knowledge tools?

You should use a local vector search instead of cloud-based knowledge tools when strict privacy is required. This approach enforces local storage, ensuring project wisdom remains private while still delivering fast semantic retrieval.