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.14.0.tar.gz (9.7 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.14.0-py3-none-any.whl (11.0 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: somm_skill-0.14.0.tar.gz
  • Upload date:
  • Size: 9.7 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.14.0.tar.gz
Algorithm Hash digest
SHA256 fe3e2a91be4e7b3603a476987b12246696ae7ac89f0a372b70ad42807074129f
MD5 c09a83d027bafeb8148354d1d6b8f7b4
BLAKE2b-256 e89e84c145c78f671142c1c32191a4ef011b44857c166bb0ee8b52009da7b173

See more details on using hashes here.

Provenance

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

File metadata

  • Download URL: somm_skill-0.14.0-py3-none-any.whl
  • Upload date:
  • Size: 11.0 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.14.0-py3-none-any.whl
Algorithm Hash digest
SHA256 d41a5326404f40d6fb18f7e8661acd500dcdd5d08992d277fa5fa9a7a1effed4
MD5 e472d6a70fcf10824d62d504dd3cbe90
BLAKE2b-256 70f7456af7af26e0d521e67c86163b23bcd994da9d75cd04e62092cac8f6e4b5

See more details on using hashes here.

Provenance

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