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:
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file skillfabric_ai-0.1.1.tar.gz.
File metadata
- Download URL: skillfabric_ai-0.1.1.tar.gz
- Upload date:
- Size: 145.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bb3320b9cf5f1b73164bcf836db67d8e7c9be69ba2742626f3100ae25d68c68a
|
|
| MD5 |
427177071dfbf68688a675561c7cca14
|
|
| BLAKE2b-256 |
fdfc361546d465dbbfe9b60e007309525567fb2e0fafb51f36eae017e4235830
|
File details
Details for the file skillfabric_ai-0.1.1-py3-none-any.whl.
File metadata
- Download URL: skillfabric_ai-0.1.1-py3-none-any.whl
- Upload date:
- Size: 144.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c865ddb24289796e0866c4139a43ca0313b2490320e611cad1c35c0a6801cab6
|
|
| MD5 |
d51cf0aa5f726bce6486e6964d536ad2
|
|
| BLAKE2b-256 |
393113fd49b86c3991759b7a89e25ce3b3f7d36f2b7079caba959e4ef7417704
|