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.15.0.tar.gz (10.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.15.0-py3-none-any.whl (11.5 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: somm_skill-0.15.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for somm_skill-0.15.0.tar.gz
Algorithm Hash digest
SHA256 642f7c63b125059b0a1c1f7bb79257a42a225d97107b6cd05531c4a3f3145f29
MD5 18b4c96cebeb109503ba206f80c71465
BLAKE2b-256 a5f2dfdcb2d9d34a5c5dce6c8c827c03280d99dd9a1fea770beb85fbdfb7fef5

See more details on using hashes here.

Provenance

The following attestation bundles were made for somm_skill-0.15.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.15.0-py3-none-any.whl.

File metadata

  • Download URL: somm_skill-0.15.0-py3-none-any.whl
  • Upload date:
  • Size: 11.5 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for somm_skill-0.15.0-py3-none-any.whl
Algorithm Hash digest
SHA256 65268b6cdb075cce30a8c0b77c932bb2c11ba1b87b81ab5f33d35dc10bcf442b
MD5 a49268a1093ed46348434e0cd46e179e
BLAKE2b-256 aad85f5e9ffde7682db7df2304f1f838a106a1b4f0e07790ec3382469908b17c

See more details on using hashes here.

Provenance

The following attestation bundles were made for somm_skill-0.15.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