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.

aihip Updated

File contents

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

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

Checklist

Before marking work complete:

  • Inputs confirmed
  • Changes applied
  • Results verified

aihip/android-claude-code-skills/tree/main/skills/template commit cc1de80526

Frequently asked questions

npx skillmds@latest add aihip/template