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.97.tar.gz (74.5 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.97-py3-none-any.whl (114.8 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for langchain_ai_skills_framework-1.0.97.tar.gz
Algorithm Hash digest
SHA256 ab1b84d04c8521b92da9bccc4c2142a8d5c8321539862f66461289f6175d9b9d
MD5 74fa69eb257c6a34e4c0e8e9a224d656
BLAKE2b-256 53ebd31104c0b175be3a8df68fddaaf30f10637f854bb3c2b396b201290662c4

See more details on using hashes here.

Provenance

The following attestation bundles were made for langchain_ai_skills_framework-1.0.97.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.97-py3-none-any.whl.

File metadata

File hashes

Hashes for langchain_ai_skills_framework-1.0.97-py3-none-any.whl
Algorithm Hash digest
SHA256 c3f4161f318448441a05ddd378bdab90fcaeba68d2444fb19260a777f8154813
MD5 c626136ccc55a8c5eddf8f935b80e619
BLAKE2b-256 c2dc036ba4cae82fe6a5bd7b53e4db03777da3fee4662f1b6e9ed39fe04599e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for langchain_ai_skills_framework-1.0.97-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