Agent interface

Context Factory Skill

A small Agent Skill that teaches an agent when and how to discover public Context Factory artifacts and collections.

Agent SkillOpen standardRead-only

Install

Terminal
git submodule add https://github.com/Context-Factory/context-factory-skill .agents/skills/context-factory

Vendored as a Git submodule under .agents/skills/, so the version is pinned in your repository. Update it later with git submodule update --remote.

What it does

It teaches an agent to recognize Context Factory URLs and search the public API when a user refers to an artifact or collection by name. It returns focused metadata and source links. Context Factory does not decide whether an agent should read, copy, install, or otherwise use the discovered source.

When it triggers

  • The user asks to find a context artifact, skill, or rule for a topic.
  • The user asks whether a collection exists for a stack or workflow.
  • A Context Factory artifact or collection URL appears in the conversation.
  • The agent needs source-linked context it can hand off to the user.

The published skill targets the production API. Preview verifies the same contract through the preview API and MCP deployments rather than maintaining a second skill with rewritten URLs.

Publication pending

The official Context-Factory/context-factory-skill repository has not been published and indexed yet. This page will display that indexed artifact directly once it is available.