Prompt file imported from diginsight/tools (
.github/prompts/00.01-pe-consolidated/pe-con-create-update.prompt.md). Copyright stays with the author.
PE Consolidated Create/Update
Create new or update existing PE artifacts of ANY type. Skips the research phase — goes directly to build → validate.
Supported artifact types
Agent, Prompt, Context file, Instruction file, Skill, Template, Hook, Prompt snippet
Workflow
- Build —
@pe-con-builderconstructs or updates the artifact using dispatch table for template/rule selection - Validate —
@pe-con-validatorchecks structure, compliance, and cross-artifact coherence
How to use
For new artifacts — specify type and description:
/pe-con-create-update agent for reviewing article series consistency
/pe-con-create-update hook for PreToolUse deny on credentials
For existing artifacts — specify type and file path:
/pe-con-create-update agent .github/agents/00.01-pe-consolidated/pe-con-builder.agent.md
/pe-con-create-update context .copilot/context/00.00-prompt-engineering/02.04-agent-shared-patterns.md
The builder loads the dispatch table, selects the correct instruction file and template, and applies type-specific rules automatically.