weave-context-skills — OKF Bundle for AI Agents
DraftWeave Skills provides small filesystem-native cognitive operational overlays that keep reasoning operational across long-running engineering work, enabling implementation-grounded continuity and contextual recovery across AI-assisted development sessions.
Best for
- AI agent development
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/ManuelGil/weave-context-skills
cd weave-context-skills Step 2: Point your AI agent at the bundle directory
# Claude Code
claude /path/to/weave-context-skills # Cursor
cursor /path/to/weave-context-skills # OpenCode
opencode /path/to/weave-context-skills Frequently Asked Questions
Is weave-context-skills OKF conformant?
No, weave-context-skills is currently marked as a draft bundle. It may not fully follow the OKF specification yet.
How do I install weave-context-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 weave-context-skills?
weave-context-skills works with any AI agent that supports OKF bundles, including Claude Code, Cursor, OpenCode. Just point your agent at the bundle directory.
What are alternatives to weave-context-skills?
Similar bundles include weave-context-dashboard, pi-llm-wiki, agent-knowledge. Browse these for alternative approaches and feature sets.