Knowz Skills banner
knowz-io knowz-io

Knowz Skills

Development community

Description

Official Knowz plugin marketplace for Claude Code

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Knowz Skills

**Your knowledge base in every AI tool you use. Structured development that actually ships quality code.**

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](./LICENSE) [![knowzcode on npm](https://img.shields.io/npm/v/knowzcode?label=knowzcode)](https://www.npmjs.com/package/knowzcode) [![knowz-mcp on npm](https://img.shields.io/npm/v/knowz-mcp?label=knowz-mcp)](https://www.npmjs.com/package/knowz-mcp)

[Quick Start](#quick-start) · [Knowz](#knowz--knowledge-management) · [KnowzCode](#knowzcode--structured-development) · [Which One?](#which-one-do-i-need) · [Support](#privacy--support)


This repository is the public source for two plugins and the marketplace that serves them:

  • Knowz — give your AI a persistent, team-wide memory
  • KnowzCode — a disciplined development workflow with quality gates and TDD

Both are built on the open [Model Context Protocol](https://modelcontextprotocol.io/), so your knowledge base works with any compatible AI — Claude, ChatGPT, Gemini, Copilot, Cursor, Windsurf, or your own agents:

flowchart LR
    subgraph tools["Your AI tools"]
        direction TB
        CC["Claude Code"]
        CX["Codex · Gemini"]
        OT["Cursor · Copilot · ..."]
    end
    tools <--> MCP["Knowz MCP Server"]
    MCP <--> KB[("Your team's
knowledge base")]

One knowledge base. Every AI tool in your workflow.

Quick Start

# 1. Add the marketplace (in Claude Code)
/plugin marketplace add knowz-io/knowz-skills

# 2. Install what you need
/plugin install knowz@knowz-skills       # knowledge management
/plugin install knowzcode@knowz-skills   # structured development

# 3. Get going
/knowz register                          # create account + configure MCP
/knowzcode:setup                         # initialize in your project

Knowz — Knowledge Management

Search, save, and query your knowledge base without leaving yo