jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Guidelines for creating high-quality custom instruction files for GitHub Copilot.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Guidelines for creating high-quality custom instruction files for GitHub Copilot.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
JavaScript and Node.js conventions for validation scripts and tooling.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
JSON and JSONC formatting conventions for configuration and data files.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Lesson collection and retrospective protocol for orchestrator agents. Captures process observations during workflow execution and generates lessons-learned artifacts at completion.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Documentation site and human-authored markdown style guidance — visual styling, template H2 enforcement, audience-specific rules. Pairs with the broader markdown.instructions.md.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Documentation and content creation standards for markdown files.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Prevents hard-coded numeric counts for project entities (agents, skills, instructions, validators). Enforces descriptive language and count-manifest.json as single source of truth.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Prevents terminal heredoc file corruption in VS Code Copilot by enforcing use of file editing tools instead of shell redirections.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Prevents interactive shell prompts and long-output terminal replays from being injected into chat. Forbids -i flags on mv/rm/cp, read -p, and confirm prompts (incl. inside bash -c '...'). Pipe long output to files. Scoped to chat-context-loaded files; skill references/ and templates/ are exempt because they hold…
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
PowerShell cmdlet and scripting best practices based on Microsoft guidelines.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Guidelines for creating high-quality prompt files for GitHub Copilot.
jonathan-vella/apex-accelerator
Instructions file GitHub Copilot
Python coding conventions for diagram generation, MCP servers, and tooling scripts.