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.12.0.tar.gz (9.2 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.12.0-py3-none-any.whl (10.4 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: somm_skill-0.12.0.tar.gz
  • Upload date:
  • Size: 9.2 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.12.0.tar.gz
Algorithm Hash digest
SHA256 98223d2d681fc83172661d71c1c28239893ef27aadc56ba46b5edec75ba5c3ea
MD5 44e382a0971399479410a50fd4daa145
BLAKE2b-256 7f8427f27f529d2492848387aa71ab6843a4a1eff9d35c2275d2bfe1cdd70a78

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: somm_skill-0.12.0-py3-none-any.whl
  • Upload date:
  • Size: 10.4 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.12.0-py3-none-any.whl
Algorithm Hash digest
SHA256 43db64779160f3ffd9db9da7016d05fc407fdee3c2f4111444eec161274806cd
MD5 fdcd05736f86921faefd667732520ed7
BLAKE2b-256 92beecf48abba997656115a0e293b461e8f45aaed0162672e8ad6c8cebf6ee9b

See more details on using hashes here.

Provenance

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