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.
  • skillsmith assets status: Show optional runtime asset availability.
  • skillsmith assets bootstrap: Download/copy runtime assets into local cache.

Workflow and Evaluation

  • skillsmith compose "<goal>": Generate a step-by-step workflow for a goal.
  • skillsmith autonomous run: Start the autonomous workflow loop.
  • skillsmith autonomous status: Show the current autonomous workflow state.
  • skillsmith autonomous report: Generate an autonomous workflow summary.
  • 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.5

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.5.tar.gz (184.5 kB 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.5-py3-none-any.whl (212.6 kB view details)

Uploaded Python 3

File details

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

File metadata

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

File hashes

Hashes for skillsmith-0.6.5.tar.gz
Algorithm Hash digest
SHA256 de20c3341aee71e17211474098b75838cc69dafdb9b1e9600c5dea0fd6215459
MD5 b18d79026fa10ec2ae27a07bc17fa368
BLAKE2b-256 3e5466d9521e94f449082dd0d73f6eb9fd9d4cc90cb8921b016bf84c2c8023b5

See more details on using hashes here.

File details

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

File metadata

  • Download URL: skillsmith-0.6.5-py3-none-any.whl
  • Upload date:
  • Size: 212.6 kB
  • 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.5-py3-none-any.whl
Algorithm Hash digest
SHA256 e951ed0887dede5196384f62814206967d61c673a89fc96e19433121943a00c4
MD5 67d261c15ac3944f62e8a678437be74f
BLAKE2b-256 8e7675f27ebf97aca9bb29688e6713a1336da38575b51c9756e9dec092a52c0d

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