copilot-spaces

Manage Copilot Spaces access for grounding AI conversations with project context.

1|Updated Dec 22, 2025
One-click install
npx skills add https://github.com/dhar174/langgraph_system_generator --skill copilot-spaces
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: copilot-spaces
Source: https://github.com/dhar174/langgraph_system_generator/tree/main/.github/skills/copilot-spaces
Command: npx skills add https://github.com/dhar174/langgraph_system_generator --skill copilot-spaces

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables AI agents to access and utilize project-specific context from Copilot Spaces, grounding responses in curated documentation, code, and instructions.

Core Features & Use Cases

  • Contextual Grounding: Provides project-specific information to AI agents.
  • Space Discovery: Allows users to list and discover available Copilot Spaces.
  • Space Loading: Loads the full context of a specified Copilot Space.
  • Workflow Execution: Enables following structured workflows defined within Spaces.
  • Use Case: An AI agent needs to answer a question about a specific project's coding standards. It uses this Skill to load the relevant Copilot Space, which contains the project's documentation and style guides, and then formulates an accurate answer.

Quick Start

Use the copilot-spaces skill to list all available copilot spaces.

Frequently Asked Questions about copilot-spaces

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I ground AI conversations with project-specific context using Copilot Spaces?

To ground conversations with project-specific context using Copilot Spaces, this Skill loads detailed space content including curated documentation and code, enabling AI agents to formulate accurate, project-aware answers.

What is the best way to list available Copilot Spaces and discover their resources?

Listing available Copilot Spaces is handled directly by this Skill through its space discovery feature, which integrates with GitHub's MCP tools and REST API to enumerate all accessible spaces and their associated resources.

Can I execute structured workflows defined within Copilot Spaces using this integration?

Yes, you can execute workflows defined within Copilot Spaces using this Skill, which supports following structured instructions and workflows loaded directly from the space's content via the GitHub REST API.

Does this Skill support read and write operations on GitHub spaces and their resources?

Yes, this Skill supports read and write operations on Copilot Spaces and their resources by integrating directly with GitHub's MCP tools and REST API to manage space content and documentation.

When do I need to load a Copilot Space for an AI agent instead of using standard context?

You need to load a Copilot Space when an AI agent requires curated project-specific information, such as coding standards or style guides, that standard conversation context cannot provide accurately.