← Back to all bundles

llm-wiki-skills — OKF Bundle for AI Agents

OKF ✓ v0.1

A curated collection of reusable skills, workflows, and knowledge modules for building LLM-powered okf-compatible wiki systems.

By weiiiii0622 2 stars Uncategorized MIT

Best for

  • Claude Code and AI coding agents

What it does

  • Fully OKF-conformant — works with any OKF-compatible agent framework
  • Portable knowledge package that AI agents can load and use at runtime
  • Version-controlled with standard Git workflows for collaboration

How to use with AI agents

Step 1: Clone the repository

git clone https://github.com/weiiiii0622/llm-wiki-skills
cd llm-wiki-skills

Step 2: Point your AI agent at the bundle directory

# Claude Code
claude /path/to/llm-wiki-skills

Frequently Asked Questions

Is llm-wiki-skills OKF conformant?

Yes, llm-wiki-skills is OKF conformant (version 0.1). This means it follows the Open Knowledge Format specification.

How do I install llm-wiki-skills?

Clone the repository and point your AI agent at the bundle directory. The agent will automatically discover and load the OKF knowledge. No additional tools or SDKs are required.

What AI agents can use llm-wiki-skills?

llm-wiki-skills works with any AI agent that supports OKF bundles, including Claude Code. Just point your agent at the bundle directory.

What are alternatives to llm-wiki-skills?

Similar bundles include okf-gem, agent-knowledge, power-framework. Browse these for alternative approaches and feature sets.