
copilot flow state
This is my development environment for GHCP flow state and vibe coding
Repository Info
About This Server
This is my development environment for GHCP flow state and vibe coding
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
Copilot Flow State
This repository is a template for quickly setting up a GitHub Copilot development environment. Use it to bootstrap your own projects with recommended tools, extensions, and configuration for Copilot and agent workflows.
About This Template
This template provides:
- A ready-to-use Dev Container for VS Code
- Pre-installed extensions for Copilot, Python, linting, and diagrams
- Docker-in-Docker support for containerized development
- Example Copilot and agent settings
Development Container Configuration
This project uses a Development Container with the following configuration:
- Base image:
mcr.microsoft.com/devcontainers/base:jammy - Features:
- Docker-in-Docker for local container development
- GitHub CLI
- Latest Node.js (with pnpm and nvm)
- Post-create command: Runs
.devcontainer/postCreate.shafter container setup
VS Code Extensions
The following extensions are automatically installed:
- GitHub Copilot Insiders
- Python
- ESLint
- Markdown Lint
- Mermaid Markdown
Copilot Settings
chat.agent.enabled: truechat.mcp.enabled: true
Getting Started
- Ensure you have Docker and VS Code with Dev Containers extension installed
- Clone this repository
- Open in VS Code and click "Reopen in Container" when prompted
- Wait for the container to build and initialize
Using Docker-in-Docker
The devcontainer includes Docker-in-Docker support, so you can build and run Docker containers within the development environment:
# Example Docker command
docker build -t my-app .
docker run -p 3000:3000 my-app
Using GitHub CLI
GitHub CLI is included for easy interaction with GitHub repositories:
# Example GitHub CLI commands
gh auth login
gh repo view
gh issue list
Using Mermaid Diagrams
You can create flowcharts and diagrams in Markdown files with Mermaid syntax:
graph TD;
A[Start] --> B[Process];
B --> C[End];
License
See the LICENSE file for details.
Quick Start
Clone the repository
git clone https://github.com/arilivigni/copilot-flow-stateInstall dependencies
cd copilot-flow-state
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.