Skip to main content

Production-core policy scaffolder for GitHub Copilot agents in VS Code.

Project description

claude-skillz

Python package for applying a compact, production-ready Copilot policy set to any repository.

Install

pip install claude-skillz

Quick Start

claude-skills init . --profile production-core
claude-skills verify . --profile production-core

This init command also scaffolds a PR workflow file at .github/workflows/claude-skills-verify.yml.

Import API

import claude_skills

report = claude_skills.install(".")
print(report.created_count)

What gets installed (production-core)

  • 8 agent modes
  • 5 instruction weights
  • 11 high-value workflow skills
  • 3 templates
  • 1 PR CI workflow (.github/workflows/claude-skills-verify.yml)
  • .github/copilot-instructions.md bootstrap with auto-dispatch rules

Why this model

  • Small package footprint compared with full libraries
  • Enforces behavior at repository level where Copilot actually reads policy files
  • Keeps token/credit usage lower by bundling only core skills

Corporate and Restricted Networks

Use one of these patterns depending on your environment:

1) Private Index (recommended for enterprises)

Mirror claude-skillz to Artifactory/Nexus/Azure DevOps feed, then keep the same install command:

pip install claude-skillz

Set index config once on runners/developer machines:

pip config set global.index-url https://<private-index>/simple
pip config set global.trusted-host <private-index-host>

2) Proxy-Based Install

pip install claude-skillz --proxy http://<proxy-host>:<port>

3) Offline Wheel Install (air-gapped)

On a connected machine:

python -m pip wheel claude-skillz -w dist

On restricted machines:

pip install --no-index --find-links dist claude-skillz

CI for Every PR

The scaffolded workflow already runs:

claude-skills verify . --profile production-core

For non-GitHub CI, run the same command in your PR pipeline stage.

Detailed enterprise rollout options are documented in CORPORATE_INSTALL.md. Package release/mirroring steps are documented in PYPI_RELEASE.md.

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

claude_skillz-0.2.0.tar.gz (38.2 kB view details)

Uploaded Source

Built Distribution

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

claude_skillz-0.2.0-py3-none-any.whl (47.4 kB view details)

Uploaded Python 3

File details

Details for the file claude_skillz-0.2.0.tar.gz.

File metadata

  • Download URL: claude_skillz-0.2.0.tar.gz
  • Upload date:
  • Size: 38.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for claude_skillz-0.2.0.tar.gz
Algorithm Hash digest
SHA256 b2bed3192323ac676a7bace8dfb95c08d870bcb3d43ab5460ea7badcae6d7e79
MD5 4bbb8cd413ad2b01b35392e2216d0fec
BLAKE2b-256 873629586b369308ceecb318a3ae6af8dd433e3ba18b0a9241e4642e5a15f823

See more details on using hashes here.

File details

Details for the file claude_skillz-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: claude_skillz-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 47.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.3

File hashes

Hashes for claude_skillz-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 4e769f07a17b78fd20c8984329ac41619967a092dff131fdf5facabb1fa01961
MD5 2e07c08ff808cafc266aecef244c184c
BLAKE2b-256 c80da4052944d46d12ab45377e7a39d46e9b9025393d0aab8c926394aeded741

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