Deciduex.Templates (deciduex v0.14.0-beta.3)

Copy Markdown View Source

Template rendering for deciduous init/update.

Embeds templates at compile time from priv/templates/ and renders them with variable substitution.

Summary

Functions

List all Claude command files to write. Returns list of {relative_path, template_name}.

List all Claude hook files to write (executable).

List all Claude skill files to write.

Get template content by name

List all OpenCode command files to write.

List all OpenCode skill files to write.

List all Windsurf files to write.

List GitHub workflow files to write.

Functions

claude_commands()

List all Claude command files to write. Returns list of {relative_path, template_name}.

claude_hooks()

List all Claude hook files to write (executable).

claude_skills()

List all Claude skill files to write.

get(name, assigns \\ %{})

Get template content by name

opencode_commands()

List all OpenCode command files to write.

opencode_skills()

List all OpenCode skill files to write.

windsurf_files()

List all Windsurf files to write.

workflow_files()

List GitHub workflow files to write.