Metadata-Version: 2.4
Name: gmccc
Version: 0.1.1
Summary: Claude workflow automation
License-File: LICENSE
Requires-Python: >=3.12
Requires-Dist: apscheduler>=3.11.2
Requires-Dist: pydantic>=2.12.5
Description-Content-Type: text/markdown

# Guan-Ming's Claude Code Skills

[![PyPI](https://img.shields.io/pypi/v/gmccc)](https://pypi.org/project/gmccc/)
[![npm](https://img.shields.io/npm/v/gmccc)](https://www.npmjs.com/package/gmccc)

Custom skills for Claude Code.

## Install Skills with npx

```bash
npx gmccc install
npx gmccc uninstall
```

## Scheduler (gmccc CLI)

```bash
uv tool install gmccc
gmccc --init       # Create ~/.config/gmccc/jobs.json
gmccc --list       # List jobs
gmccc -p <name>    # Run specific job
gmccc --dry-run    # Simulate execution
gmccc start        # Start scheduler daemon
gmccc stop         # Stop scheduler
```
