# Template

> [Skill Name]

- Skill: `sage-bionetworks/template` (Agent Skill)
- Install (CLI): `npx skillmds@latest add sage-bionetworks/template`
- Raw SKILL.md: https://api.skillmd.com/api/skills/sage-bionetworks/template/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: Sage-Bionetworks (https://skillmd.com/u/sage-bionetworks)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/sage-bionetworks/template

---

# [Skill Name]

## Overview

Brief description of what this skill enables Claude to do and what tool/service it covers.

## Installation

```bash
# How to install the underlying tool or package
pip install <package>
```

## Authentication

How to authenticate with the service (API keys, config files, environment variables, etc.).

```python
# Example authentication code
```

## Core Concepts

Key concepts the user needs to understand before using the skill:

- **Concept 1**: Description
- **Concept 2**: Description

## Common Operations

### Operation 1

Description of what this operation does.

```python
# Example code
```

### Operation 2

Description of what this operation does.

```python
# Example code
```

## Best Practices

- Tip 1
- Tip 2
- Link to official documentation: https://...

