Markdown Converter
Agent skill for markdown-converter
**Perform comprehensive codebase analysis** to generate or update `.github/copilot-instructions.md` with actual project-specific content. This command should produce a complete, analysis-driven copilot instructions file with **NO placeholder text or "to be populated" sections** - all content must be
Sign in to like and favorite skills
Perform comprehensive codebase analysis to generate or update
.github/copilot-instructions.md with actual project-specific content. This command should produce a complete, analysis-driven copilot instructions file with NO placeholder text or "to be populated" sections - all content must be based on real analysis of the actual project.
🚨 DO NOT CREATE PLACEHOLDER CONTENT - This command must analyze the actual codebase and populate all sections with real, discovered information. The output should be immediately useful for GitHub Copilot, not a template waiting for future population.
.github/instructions/roadmap.instructions.md..ai-operator/templates/code-styles/code-style.md.EXECUTE THIS PROMPT EXACTLY:
Analyze this codebase to generate or update
.github/copilot-instructions.md for guiding AI coding agents.
Focus on discovering the essential knowledge that would help an AI agents be immediately productive in this codebase. Consider aspects like:
Source existing AI conventions from
**/{.github/copilot-instructions.md,AGENT.md,AGENTS.md,CLAUDE.md,.cursorrules,.windsurfrules,.clinerules,.cursor/rules/**,.windsurf/rules/**,.clinerules/**,README.md} (do one glob search).
Guidelines (read more at https://aka.ms/vscode-instructions-docs):
.github/copilot-instructions.md exists, merge intelligently - preserve valuable content while updating outdated sectionsUpdate
.github/copilot-instructions.md for the user, then ask for feedback on any unclear or incomplete sections to iterate.
Additional Analysis Requirements:
.ai-operator folder as part of the project codebase; treat it as a customizable workflowAnalyze Project Overview (populate immediately, don't leave as placeholder):
Analyze Technology Stack (populate immediately with discovered technologies):
Analyze Project Structure (populate immediately with actual directories):
Analyze Workflow Information (populate immediately with discovered workflows):
Create comprehensive
with proper frontmatter and all sections populated:.github/copilot-instructions.md
--- description: "Core project context and AI coding guidelines that auto-load with GitHub Copilot" applyTo: "**" --- # GitHub Copilot Instructions [Content follows...]
If existing file exists: Merge intelligently, preserving valuable content while updating with fresh analysis
Ensure quality: Instructions should be specific to THIS project, not generic advice
git checkout -b "feature/branch-name") upon explicit user approval. Avoid pushing changes, committing, or other potentially cumbersome actions.When working on this feature, ensure these files are open in VS Code:
src/components/[related-component].tsxsrc/types/[related-types].tstests/[related-tests].test.ts[Provide concrete examples that Copilot can reference, e.g., instruction templates]
[Document project-specific patterns for Copilot to learn, e.g., standard instruction structures]