Skip to main content

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

Project description

claude-skills-phoenix1479

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

Install

pip install claude-skills-phoenix1479

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-skills-phoenix1479 to Artifactory/Nexus/Azure DevOps feed, then keep the same install command:

pip install claude-skills-phoenix1479

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-skills-phoenix1479 --proxy http://<proxy-host>:<port>

3) Offline Wheel Install (air-gapped)

On a connected machine:

python -m pip wheel claude-skills-phoenix1479 -w dist

On restricted machines:

pip install --no-index --find-links dist claude-skills-phoenix1479

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_skills_phoenix1479-0.1.1.tar.gz (35.0 kB view details)

Uploaded Source

Built Distribution

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

claude_skills_phoenix1479-0.1.1-py3-none-any.whl (43.5 kB view details)

Uploaded Python 3

File details

Details for the file claude_skills_phoenix1479-0.1.1.tar.gz.

File metadata

File hashes

Hashes for claude_skills_phoenix1479-0.1.1.tar.gz
Algorithm Hash digest
SHA256 c9317a95781e13274c7a862833b2fdb7a938499fab28f01c2ecfedfe9afe3ccb
MD5 6a4a22aad86121fb5ca884914ed9e48a
BLAKE2b-256 6412e4a504d756aa5b89a0581f520cab8bf031c2d31ef388d3926d2ef3cb4640

See more details on using hashes here.

File details

Details for the file claude_skills_phoenix1479-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for claude_skills_phoenix1479-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 22272e33020f46c1d96cee72a7712aa15be9aff7c61933c589bf5ac7509b68da
MD5 61ab52e1cf261a9910fdb54b837af0f0
BLAKE2b-256 346974164308b3e9f9bf7c3cbf214ca536eb241826e7939339b2ff6ccc973f84

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