# Template

> Replace with actual specialist description

- Skill: `jeremylongshore/template` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add jeremylongshore/template`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jeremylongshore/template/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: jeremylongshore (https://skillmd.com/u/jeremylongshore)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jeremylongshore/template

---


# Template Specialist

## Overview

Replace with a description of what this specialist does and which source repo it wraps.

## Capabilities

- **capability_1**: Description of first capability
- **capability_2**: Description of second capability

## Tools

| Tool | Description | Side Effects |
|------|-------------|--------------|
| `example_tool` | Description | None |

## Usage

### Python API
```python
from agents.specialists.template.agent import TemplateSpecialist

specialist = TemplateSpecialist()
result = await specialist.execute(request)
```

### CLI
```bash
oss-lab run template "your query here"
```

## Source

Wraps [owner/repo](https://github.com/owner/repo).

