# Asset Generation Templates

> Generate SKILL.md, agent.yaml, and hook YAML with structured content and conventions.

- Skill: `shyamsridhar123/asset-generation-templates` (Agent Skill)
- Install (CLI): `npx skillmds@latest add shyamsridhar123/asset-generation-templates`
- Raw SKILL.md: https://api.skillmd.com/api/skills/shyamsridhar123/asset-generation-templates/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: shyamsridhar123 (https://skillmd.com/u/shyamsridhar123)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/shyamsridhar123/asset-generation-templates

---


# Asset Generation Templates

Generate SKILL.md, agent.yaml, and hook YAML with structured content and conventions.

## When to Use

Use this skill when:

- Working with code in `src/generator/index.ts/`
- User mentions "generate"
- User mentions "SKILL.md"
- User mentions "agent.yaml"
- User mentions "hooks"
- User mentions "yaml"

## Patterns

- directory scaffolding under .github/
- markdown frontmatter for skills
- YAML agent config with skills/tools/triggers/hierarchy
- hook YAML with event, commands, optional condition
- dry-run support without writing files

## Examples

```
const files = await generator.generate(analysis); // writes .github/skills/* and .github/agents/*
```

## Category

**patterns** - Common code patterns and conventions

