Metadata-Version: 2.4
Name: myk-claude-tools
Version: 1.9.2
Summary: CLI utilities for Claude Code plugins
Project-URL: Homepage, https://github.com/myk-org/claude-code-config
Project-URL: Repository, https://github.com/myk-org/claude-code-config
Project-URL: Issues, https://github.com/myk-org/claude-code-config/issues
Author: myk-org
License-Expression: MIT
License-File: LICENSE
Keywords: claude,cli,code-review,github
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.10
Requires-Dist: click>=8.0.0
Requires-Dist: tomli>=2.0.0; python_version < '3.11'
Description-Content-Type: text/markdown

# Claude Code Config

Pre-configured Claude Code setup with specialized agents, plugins, and workflow automation.

**[Full Documentation](https://myk-org.github.io/claude-code-config/)**

## Quick Start

```text
/plugin marketplace add myk-org/claude-code-config
/plugin install myk-github@myk-org
/plugin install myk-review@myk-org
/plugin install myk-acpx@myk-org
```

## CLI

Some plugins require the `myk-claude-tools` CLI:

```bash
uv tool install myk-claude-tools
```

```text
/myk-github:pr-review         # Review PR and post inline comments
/myk-github:release           # Create release with changelog
/myk-review:local             # Review uncommitted changes
```

See the [full documentation](https://myk-org.github.io/claude-code-config/) for agents, orchestrator pattern, installation, configuration, and more.

## License

MIT
