Skip to main content

ai-skills-framework

Project description

langchain-ai-skills-framework

Overview

  • langchain-ai-skills-framework loads Agent Skills from SKILL.md files and serves them via LangChain tools.
  • Skills come from two sources:
    • Plugin marketplace (MarketplaceDirectoryLoader) — shared skills loaded from filesystem or GitHub, organized as plugins/<plugin>/skills/<skill>/SKILL.md.
    • User-persisted skills (MongoPluginSkillLoader) — stored in MongoDB across three collections (plugin_skills, plugin_references, plugin_scripts).
  • CompositeSkillLoader merges both sources with precedence: user → shared DB → marketplace.
  • All skill tools are scoped by plugin_name.

Skill authoring

  • See docs/skill-authoring.md for required frontmatter, naming rules, and examples.

GitHub authentication for remote plugins

  • When PLUGINS_MARKETPLACE uses github://..., provide a token via SKILLS_GITHUB_TOKEN (preferred) or GITHUB_TOKEN (fallback).
  • Expected GitHub directory format: github://<owner>/<repo>/<path>?ref=<branch> (for example: github://my-org/ai-plugin-marketplace/plugins?ref=main).
  • Supported token types: fine-grained Personal Access Token (PAT) and GitHub App installation token.
  • Recommended usage:
    • Local development: fine-grained PAT scoped to the required repositories.
    • CI (GitHub Actions): workflow GITHUB_TOKEN when permissions are sufficient.
    • Long-running services: short-lived GitHub App installation tokens.

Quick start

  • make init – initialize the local dev environment.
  • make up – start the dev container.
  • make run-pre-commit – run lint/type/security suite.
  • make tests – run dockerized pytest.
  • make build – build sdist/wheel packages.

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

langchain_ai_skills_framework-1.0.99.tar.gz (75.6 kB view details)

Uploaded Source

Built Distribution

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

langchain_ai_skills_framework-1.0.99-py3-none-any.whl (115.8 kB view details)

Uploaded Python 3

File details

Details for the file langchain_ai_skills_framework-1.0.99.tar.gz.

File metadata

File hashes

Hashes for langchain_ai_skills_framework-1.0.99.tar.gz
Algorithm Hash digest
SHA256 5e0510af67219264b4a411c0701979b7dbf54d9091c829302e31d4ccee4dcd82
MD5 096406f1e90d57092130e3ab484720f8
BLAKE2b-256 539ebe3b68c53c0edec493b82c1b61c5789da5a9e3e6e7561fb515dd84b5173d

See more details on using hashes here.

Provenance

The following attestation bundles were made for langchain_ai_skills_framework-1.0.99.tar.gz:

Publisher: python-publish.yml on icanbwell/langchain-ai-skills-framework

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file langchain_ai_skills_framework-1.0.99-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_ai_skills_framework-1.0.99-py3-none-any.whl
Algorithm Hash digest
SHA256 53db9189069e27ada274e252fcef8ba3822bc809a8ff2102da2d922c2a46b6bd
MD5 bb986385590b567fdd213450427ffb34
BLAKE2b-256 665bf8c37d463e90b1eb6aa45261af8ab3ba11fcea6dccff48dff88f828e452e

See more details on using hashes here.

Provenance

The following attestation bundles were made for langchain_ai_skills_framework-1.0.99-py3-none-any.whl:

Publisher: python-publish.yml on icanbwell/langchain-ai-skills-framework

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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