readme-blueprint-generator
$
npx mdskill add github/awesome-copilot/readme-blueprint-generatorGenerate comprehensive README.md files by analyzing project structure and documentation artifacts.
- Creates detailed repository documentation covering stack, architecture, and workflow.
- Scans specific directories like .github/copilot and copilot-instructions.md.
- Structures output with markdown, ensuring proper formatting and cross-references.
- Delivers a ready-to-use, developer-focused README.md file.
SKILL.md
.github/skills/readme-blueprint-generatorView on GitHub ↗
--- name: readme-blueprint-generator description: 'Intelligent README.md generation prompt that analyzes project documentation structure and creates comprehensive repository documentation. Scans .github/copilot directory files and copilot-instructions.md to extract project information, technology stack, architecture, development workflow, coding standards, and testing approaches while generating well-structured markdown documentation with proper formatting, cross-references, and developer-focused content.' --- # README Generator Prompt Generate a comprehensive README.md for this repository by analyzing the documentation files in the .github/copilot directory and the copilot-instructions.md file. Follow these steps: 1. Scan all the files in the .github/copilot folder, like: - Architecture - Code_Exemplars - Coding_Standards - Project_Folder_Structure - Technology_Stack - Unit_Tests - Workflow_Analysis 2. Also review the copilot-instructions.md file in the .github folder 3. Create a README.md with the following sections: ## Project Name and Description - Extract the project name and primary purpose from the documentation - Include a concise description of what the project does ## Technology Stack - List the primary technologies, languages, and frameworks used - Include version information when available - Source this information primarily from the Technology_Stack file ## Project Architecture - Provide a high-level overview of the architecture - Consider including a simple diagram if described in the documentation - Source from the Architecture file ## Getting Started - Include installation instructions based on the technology stack - Add setup and configuration steps - Include any prerequisites ## Project Structure - Brief overview of the folder organization - Source from Project_Folder_Structure file ## Key Features - List main functionality and features of the project - Extract from various documentation files ## Development Workflow - Summarize the development process - Include information about branching strategy if available - Source from Workflow_Analysis file ## Coding Standards - Summarize key coding standards and conventions - Source from the Coding_Standards file ## Testing - Explain testing approach and tools - Source from Unit_Tests file ## Contributing - Guidelines for contributing to the project - Reference any code exemplars for guidance - Source from Code_Exemplars and copilot-instructions ## License - Include license information if available Format the README with proper Markdown, including: - Clear headings and subheadings - Code blocks where appropriate - Lists for better readability - Links to other documentation files - Badges for build status, version, etc. if information is available Keep the README concise yet informative, focusing on what new developers or users would need to know about the project.
More from github/awesome-copilot
- acquire-codebase-knowledgeUse this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.
- acreadiness-assessRun the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.
- acreadiness-generate-instructionsGenerate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.
- acreadiness-policyHelp the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.
- add-educational-comments'Add educational comments to the file specified, or prompt asking for file to comment if one is not provided.'
- adobe-illustrator-scriptingWrite, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.
- agent-governance|
- agent-owasp-compliance|
- agent-supply-chain|
- agentic-eval|