# @h4shed/skill-skill-creator

Create custom skills and tools for the Fused Gaming MCP ecosystem.

## Installation

```bash
npm install @h4shed/skill-skill-creator
```

## Tools

### `create-skill`

Create a new custom skill for the Fused Gaming MCP ecosystem.

## Use Cases

- 🚀 Custom skill creation
- 🛠️ Tool generation
- 📦 Ecosystem extension

## Implementation Status

- ✅ Tool definitions
- 📝 Creation templates
- ⏳ Full implementation (WIP)

## Usage

This package exports an MCP skill definition that can be loaded by `@h4shed/mcp-core` via the workspace skill registry.

## Development

```bash
# from repository root
npm run build --workspace=packages/skills/skill-creator
npm run test --workspace=packages/skills/skill-creator
```

## License

Apache-2.0
