├── .claude └── commands │ ├── agents.md │ ├── business │ ├── legal-expert.md │ └── marketing-expert.md │ ├── cicd-orchestrator.md │ ├── documentation.md │ ├── engineering │ ├── senior-engineer.md │ └── visual-designer.md │ ├── execute.md │ ├── guide.md │ ├── incident-commander.md │ ├── infrastructure │ └── cloud-architect.md │ ├── prompt-engineer.md │ ├── workflows.md │ └── workflows │ ├── css-safety-check.md │ ├── documentation-update.md │ ├── legal-compliance.md │ ├── social-media-campaign.md │ ├── start-workflow.md │ └── visual-testing.md ├── .gitignore ├── CLAUDE.md ├── CONTRIBUTING.md ├── INSTALL.sh ├── LICENSE ├── MODERNIZATION_PLAN.md ├── PACKAGE_README.txt ├── QUICK_SETUP.md ├── README.md ├── Screenshots └── documentation.png ├── WORKFLOW_VISUALS.md ├── docs ├── hooks-implementation-guide.md └── system-prompt-evolution-analysis.md ├── setup-windows-simple.ps1 ├── setup-windows.ps1 ├── setup ├── README.md ├── migration-checklist.md ├── poc-results.md ├── shared-components.yaml ├── template-manifest.yaml ├── templates │ ├── code-review.yaml │ └── refactoring-plan.yaml └── utilities │ ├── README.md │ ├── analyze-usage.sh │ ├── prompt-validator.py │ ├── template-interpolator.py │ ├── token-counter.py │ ├── validate-references.py │ └── xml-to-yaml.py └── vscode-integration └── extension-config.json /.claude/commands/agents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/agents.md -------------------------------------------------------------------------------- /.claude/commands/business/legal-expert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/business/legal-expert.md -------------------------------------------------------------------------------- /.claude/commands/business/marketing-expert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/business/marketing-expert.md -------------------------------------------------------------------------------- /.claude/commands/cicd-orchestrator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/cicd-orchestrator.md -------------------------------------------------------------------------------- /.claude/commands/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/documentation.md -------------------------------------------------------------------------------- /.claude/commands/engineering/senior-engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/engineering/senior-engineer.md -------------------------------------------------------------------------------- /.claude/commands/engineering/visual-designer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/engineering/visual-designer.md -------------------------------------------------------------------------------- /.claude/commands/execute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/execute.md -------------------------------------------------------------------------------- /.claude/commands/guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/guide.md -------------------------------------------------------------------------------- /.claude/commands/incident-commander.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/incident-commander.md -------------------------------------------------------------------------------- /.claude/commands/infrastructure/cloud-architect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/infrastructure/cloud-architect.md -------------------------------------------------------------------------------- /.claude/commands/prompt-engineer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/prompt-engineer.md -------------------------------------------------------------------------------- /.claude/commands/workflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/workflows.md -------------------------------------------------------------------------------- /.claude/commands/workflows/css-safety-check.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/workflows/css-safety-check.md -------------------------------------------------------------------------------- /.claude/commands/workflows/documentation-update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/workflows/documentation-update.md -------------------------------------------------------------------------------- /.claude/commands/workflows/legal-compliance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/workflows/legal-compliance.md -------------------------------------------------------------------------------- /.claude/commands/workflows/social-media-campaign.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/workflows/social-media-campaign.md -------------------------------------------------------------------------------- /.claude/commands/workflows/start-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/workflows/start-workflow.md -------------------------------------------------------------------------------- /.claude/commands/workflows/visual-testing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.claude/commands/workflows/visual-testing.md -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/.gitignore -------------------------------------------------------------------------------- /CLAUDE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/CLAUDE.md -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /INSTALL.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/INSTALL.sh -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/LICENSE -------------------------------------------------------------------------------- /MODERNIZATION_PLAN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/MODERNIZATION_PLAN.md -------------------------------------------------------------------------------- /PACKAGE_README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/PACKAGE_README.txt -------------------------------------------------------------------------------- /QUICK_SETUP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/QUICK_SETUP.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/README.md -------------------------------------------------------------------------------- /Screenshots/documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/Screenshots/documentation.png -------------------------------------------------------------------------------- /WORKFLOW_VISUALS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/WORKFLOW_VISUALS.md -------------------------------------------------------------------------------- /docs/hooks-implementation-guide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/docs/hooks-implementation-guide.md -------------------------------------------------------------------------------- /docs/system-prompt-evolution-analysis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/docs/system-prompt-evolution-analysis.md -------------------------------------------------------------------------------- /setup-windows-simple.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup-windows-simple.ps1 -------------------------------------------------------------------------------- /setup-windows.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup-windows.ps1 -------------------------------------------------------------------------------- /setup/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/README.md -------------------------------------------------------------------------------- /setup/migration-checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/migration-checklist.md -------------------------------------------------------------------------------- /setup/poc-results.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/poc-results.md -------------------------------------------------------------------------------- /setup/shared-components.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/shared-components.yaml -------------------------------------------------------------------------------- /setup/template-manifest.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/template-manifest.yaml -------------------------------------------------------------------------------- /setup/templates/code-review.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/templates/code-review.yaml -------------------------------------------------------------------------------- /setup/templates/refactoring-plan.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/templates/refactoring-plan.yaml -------------------------------------------------------------------------------- /setup/utilities/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/utilities/README.md -------------------------------------------------------------------------------- /setup/utilities/analyze-usage.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/utilities/analyze-usage.sh -------------------------------------------------------------------------------- /setup/utilities/prompt-validator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/utilities/prompt-validator.py -------------------------------------------------------------------------------- /setup/utilities/template-interpolator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/utilities/template-interpolator.py -------------------------------------------------------------------------------- /setup/utilities/token-counter.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/utilities/token-counter.py -------------------------------------------------------------------------------- /setup/utilities/validate-references.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/utilities/validate-references.py -------------------------------------------------------------------------------- /setup/utilities/xml-to-yaml.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/setup/utilities/xml-to-yaml.py -------------------------------------------------------------------------------- /vscode-integration/extension-config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/GGPrompts/ClaudeGlobalCommands/HEAD/vscode-integration/extension-config.json --------------------------------------------------------------------------------