From datahub-skills
Loads all golden connector standard files from the standards directory, confirms with a summary of loaded standards and key areas covered (architecture, testing, patterns), and prompts for connector development tasks.
How this command is triggered — by the user, by Claude, or both
Slash command
/datahub-skills:load-standardsThe summary Claude sees in its command listing — used to decide when to auto-load this command
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 development following these standards
3. Ask the user what connector work they need help with todayRead and confirm all golden connector standard files have been loaded.
You should:
Read all files in the standards directory:
After reading all files, provide a brief summary confirming:
Ask the user what connector work they need help with today
npx claudepluginhub datahub-project/datahub-skills --plugin datahub-skills/esReads and displays evidence standards from two skill files, requiring explicit confirmation of what the evidence proves and does not prove.
/quick-planEnters planning mode for a task, discovering and reading project standards from .maister/docs/ then incorporating them into explore, plan, and final plan phases.