AlexanderStephenThompson

claude-hub

Personal Claude Code customizations: multi-agent teams, skills, agents, and commands

AlexanderStephenThompson 2 Updated 3mo ago

Resources

4
GitHub

Install

npx skillscat add alexanderstephenthompson/claude-hub/foundations-templates-skill

Install via the SkillsCat registry.

SKILL.md

name: my-skill-name
description: >
50-100 words covering: what this skill does, when Claude should use it
(triggers), and scope boundaries. Example: "Brand voice guidelines for
Acme Corp. Use when creating social media posts, email copy, or marketing
materials. Also use for reviewing content consistency."
allowed_tools: Read, Write, Glob

Core Workflow

  1. First step
  2. Second step
  3. Third step
  4. Validate output
  5. Deliver result

Decision Logic

If the user wants... Then...
Scenario A Follow workflow below
Scenario B Load references/detail.md
Scenario C Run scripts/process.py

Hard Rules

Never:

  • Critical constraint
  • Another constraint

Always:

  • Required behavior
  • Another requirement

Reference Files

When the task involves... Load
Trigger condition references/file.md

Don't load for: Simple cases where SKILL.md guidance is sufficient.

Scripts

Script Purpose Usage
process-data.py Description python scripts/process-data.py input

Assets

Asset When to use
assets/path/file When to use it

Examples

Typical Request

User: Example request

Claude:

Example output

Edge Case

User: Edge case request

Claude:

Edge case output