# Basic Skill

> {{SKILL_NAME}}

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

---

# {{SKILL_NAME}}

{{SKILL_DESCRIPTION}}

## Tools

### {{SKILL_NAME}}_example

Example tool — replace with a description of what this tool does.

**Parameters**

| Name    | Type   | Required | Description |
|---------|--------|----------|-------------|
| `query` | string | yes      | Input query |

**Returns**

```json
{ "result": "..." }
```

## Examples

- "Use {{SKILL_NAME}} to look up something"
- "/{{SKILL_NAME}} my query"

