Asset Generation Templates

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

shyamsridhar123 Updated

File contents

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

shyamsridhar123/agentsmith-cli/tree/main/.github/skills/asset-generation-templates commit 98491b5f41

Frequently asked questions

npx skillmds@latest add shyamsridhar123/asset-generation-templates