Skip to main content

The premier agentic skills library for professional AI engineering

Project description

skillsmith Documentation

PyPI version License: MIT

skillsmith helps you prepare a project so AI coding tools can understand your project better and work more reliably.

This guide is written for beginners. You can copy and run commands as shown.

1) Install

pip install skillsmith

Optional MCP support:

pip install "skillsmith[mcp]"

If skillsmith is not found, use module mode:

python -m skillsmith --help

2) 60-Second Start

Run this inside your project folder:

skillsmith init --guided

Then do:

skillsmith recommend
skillsmith add <skill-name>
skillsmith sync
skillsmith align
skillsmith audit --strict

3) What You Get

After setup, skillsmith creates and manages:

  • .agent/ project context and memory files
  • AI-tool instruction files (for supported tools)
  • skill installation and tracking (skills.lock.json)
  • workflow/evaluation/trust utilities

4) Command Reference (Simple)

Project Setup

  • skillsmith init: Create the skillsmith workspace in your project.
  • skillsmith sync: Re-scan your project and refresh generated files.
  • skillsmith align: Re-render managed files from your saved profile.
  • skillsmith doctor: Health check for setup and environment.
  • skillsmith audit: Full quality/trust/drift audit.
  • skillsmith report: Human-readable project status summary.
  • skillsmith profile: View or change project profile settings.

Skills

  • skillsmith list: Show available skills.
  • skillsmith discover <query>: Search for skills by keyword.
  • skillsmith recommend: Suggest skills based on your project.
  • skillsmith add <skill-name-or-url>: Install one skill.
  • skillsmith update: Update installed local skills.
  • skillsmith lint: Validate skill metadata and structure.
  • skillsmith rebuild: Rebuild local catalog from skill files.

Workflow and Evaluation

  • skillsmith compose "<goal>": Generate a step-by-step workflow for a goal.
  • skillsmith eval: Run evaluation and save metrics artifact.
  • skillsmith budget: Show context/token budget usage.
  • skillsmith context-index build: Build searchable project context index.
  • skillsmith context-index query "<query>": Search ranked project context.
  • skillsmith context ...: Alias for context-index.

Registry and Trust (Advanced / Team Use)

  • skillsmith registry: Manage team registry entries/lifecycle.
  • skillsmith registry-service: Run/sync local registry service API.
  • skillsmith trust-service: Run/sync local trust service API.

MCP Server and Context Snapshots

  • skillsmith serve: Start MCP server for tool integrations.
  • skillsmith snapshot: Save/restore .agent context snapshots.
  • skillsmith watch: Monitor context drift and staleness.

Maintenance

  • skillsmith update: Update installed skills.

5) Beginner-Friendly Workflows

A) First time in a project

skillsmith init --guided
skillsmith recommend
skillsmith add <skill-name>
skillsmith audit

B) Before starting a new task

skillsmith sync
skillsmith align
skillsmith compose "build <your-goal>"

C) Before merge/release

skillsmith eval
skillsmith audit --strict
skillsmith report

6) Most Useful Help Commands

Show global help:

skillsmith --help

Show help for one command:

skillsmith <command> --help

Examples:

skillsmith init --help
skillsmith audit --help
skillsmith registry-service --help

7) Library vs CLI

skillsmith is a Python package, but the supported public interface is the CLI.

  • Stable: skillsmith <command> and python -m skillsmith <command>
  • Not guaranteed stable: importing internal modules like skillsmith.commands.*

8) Development

Run from source:

PYTHONPATH=src python -m skillsmith --help

Build package artifacts:

uv run --group dev python -m build

9) Current Version

  • Package version: 0.6.2

License

MIT. See LICENSE.

Project details


Download files

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

Source Distribution

skillsmith-0.6.2.tar.gz (48.7 MB view details)

Uploaded Source

Built Distribution

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

skillsmith-0.6.2-py3-none-any.whl (24.3 MB view details)

Uploaded Python 3

File details

Details for the file skillsmith-0.6.2.tar.gz.

File metadata

  • Download URL: skillsmith-0.6.2.tar.gz
  • Upload date:
  • Size: 48.7 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for skillsmith-0.6.2.tar.gz
Algorithm Hash digest
SHA256 2e3e04a1ce841e5375e0669aacae23dddbf936b1c5a1928c9aae8bb1272582f9
MD5 84fb3346746a8b899ce510c092a8033b
BLAKE2b-256 df7093e7dddb367a4ee70fe54e5b5f1fcf4f7f4fa44e47fe6a1083e775c90cf5

See more details on using hashes here.

File details

Details for the file skillsmith-0.6.2-py3-none-any.whl.

File metadata

  • Download URL: skillsmith-0.6.2-py3-none-any.whl
  • Upload date:
  • Size: 24.3 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.13

File hashes

Hashes for skillsmith-0.6.2-py3-none-any.whl
Algorithm Hash digest
SHA256 a1a531fb7072a038c5b3f0545abbad6566cf95684cc085e96719fd71519e9d60
MD5 225a730532319a775847afd9d34c2c78
BLAKE2b-256 83beba1c9a63f484f975e7d260e32131f8c31da73b8f59c0031d14410f135a75

See more details on using hashes here.

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