Skip to content

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Claude Code Skills

Personal collection of Claude Code skills for workflow automation and integration.

Skills

Skill Description
adobe-analytics-concepts Conceptual guidance for Adobe Analytics - core concepts (eVars, props, events), tracking design, analysis workflows, and governance
adobe-api-setup Guide for configuring Adobe AEP and CJA API access with OAuth Server-to-Server authentication
cja-sdr-generator Generate SDR documents from CJA, compare Data Views, and track configuration changes
customer-journey-analytics-concepts Conceptual guidance for Adobe CJA - connections, data views, identity, cross-channel journey analysis

Installation

Prerequisites

Step 1: Create the skills directory (if it doesn't exist)

mkdir -p ~/.claude/skills

Step 2: Install skills

Option A: Install a single skill

# Clone the repository (if you haven't already)
git clone https://github.com/brian-a-au/bau-claude-skills.git
cd bau-claude-skills

# Copy the desired skill to your Claude skills directory
cp -r skills/adobe-api-setup ~/.claude/skills/

Option B: Install all skills at once

# Clone and install all skills
git clone https://github.com/brian-a-au/bau-claude-skills.git
cd bau-claude-skills
cp -r skills/* ~/.claude/skills/

Step 3: Verify installation

Check that your skills are installed correctly:

ls ~/.claude/skills/

You should see the skill folders listed (e.g., adobe-analytics-concepts, adobe-api-setup, cja-sdr-generator, customer-journey-analytics-concepts).

Step 4: Use the skills

Start a new Claude Code session. The skills will be automatically available. You can invoke them by describing the task or by referencing the skill name in your prompt.

Updating skills

To update to the latest version of the skills:

cd bau-claude-skills
git pull
cp -r skills/* ~/.claude/skills/

License

MIT

About

Personal collection of Claude Code skills

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors