Skip to main content

skillfabric-ai

SkillFabric helps Claude Code and Codex choose Skills from a local library of native SKILL.md files. Build the library once, route each task through a focused Task Wiki, and receive a small set of Skills with source evidence.

Install

python -m pip install "skillfabric-ai[claude]"

Add the Codex Explorer when needed:

python -m pip install "skillfabric-ai[codex]"

Quick Start

Create a private .env file with an LLM and embedding configuration, then run:

skillfabric build --skill-root ./skills --workspace .skillfabric --env-file .env
skillfabric route "Analyze the dataset and prepare a presentation"

Builds reuse unchanged contracts, embeddings, and relation judgments when the Skill library is updated. Add --json when another program consumes the result.

Python API

from skillfabric import SkillFabric

fabric = SkillFabric(workspace=".skillfabric", env_file=".env")
fabric.build("./skills")
route = fabric.route("Analyze the dataset and prepare a presentation")
print([skill.skill_id for skill in route.selected_skills])

The full project documentation and Claude Code plugin are available at:

https://github.com/zjunlp/SkillNet-Fabric

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

skillfabric_ai-0.1.0.tar.gz (144.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

skillfabric_ai-0.1.0-py3-none-any.whl (144.5 kB view details)

Uploaded Python 3

File details

Details for the file skillfabric_ai-0.1.0.tar.gz.

File metadata

  • Download URL: skillfabric_ai-0.1.0.tar.gz
  • Upload date:
  • Size: 144.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.10.12

File hashes

Hashes for skillfabric_ai-0.1.0.tar.gz
Algorithm Hash digest
SHA256 836fcad1413a2004809edfaf5e30b96adf112310e5dd150a7cd134b8c0ed6e11
MD5 99c31bfe48e27c6f10f4bdde7b9595de
BLAKE2b-256 ac8e36a7b7f150c90b471d817412ee7cb87f11a2ecfbf0e9ea1953dea5ec6686

See more details on using hashes here.

File details

Details for the file skillfabric_ai-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: skillfabric_ai-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 144.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/7.0.0 CPython/3.10.12

File hashes

Hashes for skillfabric_ai-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 2333f1471291239eebd3438cf9f5d6c5fee70c9637ccd991e92b9a127a9dcaa5
MD5 07b6ec4a2729e0339afdf7e89356536e
BLAKE2b-256 41714f97eebf562ed6b25c7eade605f4f3904816d8c7c08eaed43a051137ebac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page