Use when creating research or plan documents to gather git commit, branch, repository info.
Gathers git commit, branch, repository, and timestamp metadata for documentation frontmatter.
/plugin marketplace add eveld/claude/plugin install eveld-workflows@eveld/claudeThis skill inherits all available tools. When active, it can use any tool Claude has access to.
Collect metadata for documentation frontmatter.
Run the metadata collection script:
~/.claude/scripts/collect-metadata.sh
Or gather manually:
# Timestamp
date -u +"%Y-%m-%dT%H:%M:%SZ"
# Git info
git rev-parse HEAD
git rev-parse --abbrev-ref HEAD
git remote get-url origin | sed 's/.*[:/]\(.*\)\.git/\1/'
# Project name
basename $(pwd)
Insert gathered metadata into frontmatter:
---
date: 2025-12-23T10:30:00Z
git_commit: abc123...
branch: main
repository: github.com/eveld/claude
---
When using templates, replace these placeholders:
{ISO_TIMESTAMP} - ISO 8601 timestamp{GIT_COMMIT} - Full commit hash{BRANCH_NAME} - Current branch{REPOSITORY} - Repository path{PROJECT_NAME} - Project name{DATE} - Simple date (YYYY-MM-DD)Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.
Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.
Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.