Load Standards banner
datahub-project datahub-project

Load Standards

Development community

Description

--- name: load-standards description: Read and confirm all golden connector standard files have been loaded. --- Read and confirm all golden connector standard files have been loaded. You should: 1. Read all files in the standards directory: - ${CLAUDE_SKILL_DIR}/standards/\*.md 2. After reading all files, provide a brief summary confirming: - Which standards you've loaded - Key areas covered (architecture, testing, patterns, etc.) - That you're ready to help with connector devel

Installation

Installs to ~/.claude/skills/datahub-project-datahub-skills-load-standards/SKILL.md

Terminal
mkdir -p ~/.claude/skills/datahub-project-datahub-skills-load-standards && curl -fsSL https://raw.githubusercontent.com/datahub-project/datahub-skills/HEAD/commands/load-standards.md -o ~/.claude/skills/datahub-project-datahub-skills-load-standards/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository