Skip to main content

somm-skill

Onboarding guidance for coding agents working in projects that use somm.

The package ships two markdown resources:

  • SKILL.md — general LLM-call guidance for agents editing Python code.
  • SOMMELIER.md — model-selection guidance for agents using somm-mcp.

Installation

Install the package with the rest of the workspace:

pip install somm-skill

For Claude Code, copy the canonical skill into the local skill folder:

python - <<'PY'
from importlib.resources import files
from pathlib import Path
import shutil

target = Path.home() / ".claude" / "skills" / "somm"
target.mkdir(parents=True, exist_ok=True)
for name in ("SKILL.md", "SOMMELIER.md"):
    shutil.copyfile(files("somm_skill") / name, target / name)
PY

For other agents, use the same two markdown files as the source of truth and adapt only the surrounding packaging format.

Download files

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

Source Distribution

somm_skill-0.13.0.tar.gz (9.4 kB view details)

Uploaded Source

Built Distribution

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

somm_skill-0.13.0-py3-none-any.whl (10.6 kB view details)

Uploaded Python 3

File details

Details for the file somm_skill-0.13.0.tar.gz.

File metadata

  • Download URL: somm_skill-0.13.0.tar.gz
  • Upload date:
  • Size: 9.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for somm_skill-0.13.0.tar.gz
Algorithm Hash digest
SHA256 de8bd76ca13e03c275b8bc4031656e9f66e5848eb4a1fc7c71bbc644b09b6b8b
MD5 ec3f38cbed4930f9fb91401fdc2f92cd
BLAKE2b-256 c376c82d83df93c460a13d99b71bf5f9b5c32b9274c2cf511570f942e1034351

See more details on using hashes here.

Provenance

The following attestation bundles were made for somm_skill-0.13.0.tar.gz:

Publisher: publish.yml on lavallee/somm

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

File details

Details for the file somm_skill-0.13.0-py3-none-any.whl.

File metadata

  • Download URL: somm_skill-0.13.0-py3-none-any.whl
  • Upload date:
  • Size: 10.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.13

File hashes

Hashes for somm_skill-0.13.0-py3-none-any.whl
Algorithm Hash digest
SHA256 363e12e6bb68a672e0e99541be624d1b8b8b1ee44d771e8418270fd7cf5d717a
MD5 0499db8ded7b9ec3c730fba6a21bdbfa
BLAKE2b-256 ca5846cf27b25674336e29ab0ba103306e004f511c8388831a7bf9cdd2181a59

See more details on using hashes here.

Provenance

The following attestation bundles were made for somm_skill-0.13.0-py3-none-any.whl:

Publisher: publish.yml on lavallee/somm

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 Sentry Error logging StatusPage Status page