Skip to content

higheredtech/skill-package-template

Repository files navigation

{{SKILL_TITLE}}

Note for template users: This is a skill package template. See SETUP.md for configuration instructions, including the AI-assisted content generation option. Delete this note block after setup.

{{SKILL_DESCRIPTION}}

Installation

# Clone the repository
git clone https://github.com/{{GITHUB_ORG}}/{{SKILL_NAME}}.git
cd {{SKILL_NAME}}

# Install the skill
./scripts/install.sh

Quick Start

[TODO: Add quick start examples]

Documentation

Development

Prerequisites

  • Python 3.8+
  • pip

Setup

# Install development dependencies
pip install -r requirements-dev.txt

# Run tests
pytest tests/ -v

# Run linting
./scripts/lint.sh

# Validate package structure
python scripts/validate.py

Version Management

Update version across all files:

python scripts/sync-version.py 1.2.0

Creating a Release

  1. Update CHANGELOG.md
  2. Sync version: python scripts/sync-version.py X.Y.Z
  3. Commit changes
  4. Create and push tag: git tag vX.Y.Z && git push origin vX.Y.Z
  5. GitHub Actions will build and publish the release

Contributing

See CONTRIBUTING.md for guidelines.

License

[TODO: Add license information]

About

GitHub template for creating Claude Code skill packages with professional development infrastructure

Topics

Resources

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors