# Template Skill

> Replace with a description of the skill and when Claude should use it. This should be one or two complete sentences explaining what the skill does and what triggers it.

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

---


<!--
 Copyright 2026 FlagOS Contributors

 Licensed under the Apache License, Version 2.0 (the "License");
 you may not use this file except in compliance with the License.
 You may obtain a copy of the License at

     http://www.apache.org/licenses/LICENSE-2.0

 Unless required by applicable law or agreed to in writing, software
 distributed under the License is distributed on an "AS IS" BASIS,
 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 See the License for the specific language governing permissions and
 limitations under the License.
 -->


# Skill Name

## Overview

Brief explanation of:
- What problem this skill solves
- When it should be activated
- Expected inputs and outputs

## Prerequisites

- List environment requirements
- Required tools, packages, or access

## Execution

### Step 1: First action

> **-> Tell user**: Status update

Explain what to do, with executable examples:

```bash
command --example
```

### Step 2: Second action

> **-> Tell user**: Status update

Continue the workflow.

### Step 3: Verification

Verify the result:

```bash
verification_command
```

**-> Tell user**: Report results. On failure, diagnose and fix.

## Examples

**Example 1: Typical usage**
```
User says: "/skill-name argument"
Actions:
  1. Parse input
  2. Execute workflow
  3. Verify result
Result: Description of expected outcome
```

**Example 2: Edge case**
```
User says: "alternative trigger phrase"
Actions:
  1. Handle the edge case
  2. Adapt workflow accordingly
Result: Description of expected outcome
```

## Troubleshooting

| Problem | Cause | Fix |
|---------|-------|-----|
| Common error 1 | Typical cause | How to fix |
| Common error 2 | Typical cause | How to fix |

