CypBnk/CoPilot-instruction-generator-system
Agent
Creates and configures all .agent.md files with proper YAML frontmatter, tool configurations, handoffs between agents, and stack-specific agent personas.
CypBnk/CoPilot-instruction-generator-system
Agent
Creates and configures all .agent.md files with proper YAML frontmatter, tool configurations, handoffs between agents, and stack-specific agent personas.
CypBnk/CoPilot-instruction-generator-system
Agent
Generates content for all .github/ instruction files: copilot-instructions.md, .instructions.md files, SKILL.md files, and .prompt.md files. Adapts content to the detected technology stack. Always generates hardened security.instructions.md.
CypBnk/CoPilot-instruction-generator-system
Agent
Master orchestrator agent that scaffolds production-ready VS Code GitHub Copilot configurations. Analyzes any project, delegates to specialized sub-agents, and delivers a complete instruction set tailored to the detected technology stack.
CypBnk/CoPilot-instruction-generator-system
Agent
Bootstraps and validates agentic project structures for GitHub Copilot (VS Code) and OpenCode CLI workflows. Run after opencode /init or VS Code Copilot initialization to scaffold proper folder hierarchies, instructions, agents, skills, and prompts.
CypBnk/CoPilot-instruction-generator-system
Agent
Analyzes workspace files to detect the complete technology stack including languages, frameworks, package managers, test tools, linters, CI/CD, and existing AI instruction files. Returns a structured table-based report.
CypBnk/CoPilot-instruction-generator-system
Agent
Creates the complete project scaffold: .github/ Three-Layer structure, repo-root files (.gitignore, README, LICENSE, CHANGELOG, CONTRIBUTING, CODEOFCONDUCT, SECURITY, .editorconfig), /docs/ folder, and .vscode/ configuration. Does not write Copilot instruction content.
CypBnk/CoPilot-instruction-generator-system
Agent
Validates the complete project structure using three gates: structural (files and directories), behavioral (frontmatter, patterns, security), and provenance (attribution compliance). Returns a structured pass/warn/fail report.