# Template

> Template skill for creating new Android development skills with Codex-compatible SKILL.md frontmatter and optional agents/openai.yaml metadata. Use when starting a new skill in this repository.

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

---


# Skill Template

> Copy this file, then replace the frontmatter, title, and content with your real skill.

## When to Use

Use this skill when:
- Users ask for this workflow directly
- The task matches your trigger phrases
- The skill provides reusable process knowledge or scripts

**Example trigger phrases:**
- "keyword 1"
- "keyword 2"
- "keyword 3"

## Workflow

1. Gather required inputs (paths, IDs, environment details)
2. Inspect the target files or project structure
3. Apply the skill's repeatable process
4. Verify results and summarize changes

## Resources

Use bundled resources when needed:
- `scripts/` for deterministic automation
- `references/` for detailed documentation
- `assets/` for templates or output resources

## Code Examples

```kotlin
// Example code
fun example() {
    // Your code here
}
```

## Checklist

Before marking work complete:
- [ ] Inputs confirmed
- [ ] Changes applied
- [ ] Results verified

