My experience using Copilot CLI alongside Claude Code at work — notes on the shared-skill problem — CoPilot Community
    Neura MarketNeura Market/CoPilot
    ChatGPTChatGPTClaudeClaudeGeminiGeminiCursorCursorGrokGrokPerplexityPerplexityCoPilotCoPilot
    DeepSeekDeepSeekStable DiffusionStable DiffusionMidjourneyMidjourney
    View All Directories
    OverviewRulesPromptsMCPsAgentsBlogVideosGuidesCoursesCommunityPluginsTrendingGenerate
    CoPilotCommunityMy experience using Copilot CLI alongside Claude Code at work — notes on the shared-skill problem
    Back to Community

    My experience using Copilot CLI alongside Claude Code at work — notes on the shared-skill problem

    s950329 April 8, 2026
    45 likes
    Sharing some notes from helping roll out Copilot CLI at my company, in case anyone else is in a similar mixed-tool situation. Context: different teams at my company landed on different AI coding tools. Some went with Copilot CLI (mostly the folks already deep in the GitHub ecosystem and using Copilot in VS Code), others went with Claude Code. As the person responsible for our shared internal tooling, I needed a way to write a skill once and have it work in both — otherwise we'd end up maintaining two copies of everything forever. A few things I ran into while working with Copilot CLI specifically: * **Plugin marketplace docs were harder to find than I expected.** Once I did find them, the format was reasonable, but the metadata file path and structure differ in subtle ways from what other tools use, so you can't just copy-paste a layout from elsewhere. * [**SKILL.md**](http://SKILL.md) `name` **field gotcha:** I had been prefixing names with a namespace (something like `myorg/skillname`) because that's conventional in other ecosystems. Copilot CLI silently fails to load the skill when you do that — no error, it just doesn't show up. Took me a while to track down. Plain names only. * **Copilot CLI + VS Code Agent Plugins:** Once the marketplace is set up correctly, installing from it inside VS Code worked smoothly, which was honestly the nicest part of the whole experience for the non-CLI people on the team. * **The** `version` **field behaves differently depending on where it appears** in the metadata hierarchy, which tripped me up more than once. My workaround for the cross-tool problem was to keep a single source of truth for skill metadata and use symlinks to expose it in the shape each tool expects. It took some trial and error to get the relative paths right, but once it clicked, editing one file updates both tools at once. I put the whole thing into a free template repo in case it helps anyone doing the same rollout — it's MIT licensed, no paid tier, and you can generate your own copy via "Use this template" on GitHub. Mostly though I'm curious whether others running Copilot CLI in a multi-tool environment have hit the same issues, and how you've handled it. The namespace-prefix thing in particular felt like something that should be documented more loudly. Repo if useful: [https://github.com/s950329/ai-plugin-skeleton](https://github.com/s950329/ai-plugin-skeleton) *(English isn't my first language, so I had AI help me clean up the writing — but the experience and the repo are mine.)*
    Visit

    Comments

    More Community

    View all

    MiniMax M2.5 is now available in GitHub Copilot for free and student use

    GitHub Copilot now lets Free users and students use MiniMax M2.5, but no official clients—Copilot CLI, VS Code, github.com/copilot UI, or OpenCode—display it.  However, it's in the model listing API 3 times and and usable via GitHub OAuth. The model listing API provides a lot of detail about it.  It indicates that M2.5 is being served by Fireworks, and that there's a "(Fast)" version served by Cerebras.   Both are only available to "free" and "edu" subscriptions, to compensate, one would think, for the removal of premium models from the student plan ([https://github.com/orgs/community/discussions/189268).](https://github.com/orgs/community/discussions/189268)) Both are marked as preview, "model\_picker\_enabled=false" and "model\_picker\_category=powerful".  The ID of "MiniMax M2.5 (Fast)" is `minimax-m2p5-cb` instead of `minimax-m2p5-fw`. { "billing": { "is_premium": true, "multiplier": 1, "restricted_to": ["free", "edu"] }, "capabilities": { "family": "minimax-m2p5-fw", "limits": {"max_context_window_tokens": 196608, "max_output_tokens": 32000, "max_prompt_tokens": 164000}, "object": "model_capabilities", "supports": { "parallel_tool_calls": true, "reasoning_effort": ["low", "medium", "high"], "streaming": true, "structured_outputs": true, "tool_calls": true }, "tokenizer": "o200k_base", "type": "chat" }, "id": "accounts/msft/routers/mp3yn0h7", "is_chat_default": false, "is_chat_fallback": false, "model_picker_category": "powerful", "model_picker_enabled": false, "name": "MiniMax M2.5 (Copilot)", "object": "model", "policy": {"state": "enabled", "terms": ""}, "preview": true, "supported_endpoints": ["/chat/completions"], "vendor": "Fireworks", "version": "accounts/msft/routers/mp3yn0h7" } The reason the official clients don't show the MiniMax models is because the `model_picker_enabled` field on them is set to false.  In Piebald we weren't aware of that field, and therefore by accident we don't respect it, thus revealing these options.  They must be pretty new because we have plenty of Copilot users and none of have used MiniMax with Copilot before.

    D
    Dramatic_Squash_3502
    158

    Is this a joke? weekly rate limit of 264 hrs (11 days)?

    https://preview.redd.it/zflkaaam44vg1.png?width=462&format=png&auto=webp&s=658a1bae15dcf7428b6c993b2349fa7db4a858d1 Whats going on copilot team? **\[Update 1\]:** Tried after an hour - "Wait for 264 hrs" **\[Update 2\]:** Another try after some time - "Wait for 278 hrs" **\[Update 3\]:** Another try after some time - "Wait for 286 hrs" **\[Update 4\]:** After almost 18hrs - "Wait for 293 hrs" Copilot team wants me to take some break and go on a long vacation.. (hope I'd be sponsored) **\[Update 5 - 5:45pm IST\]:** "Wait for 301 hrs" And whats interesting is that for every such message response it costs credits, so i am trying with 0.33x models to say "hi" LOL **\[Update 6 - 11:00pm IST\]:** "You have reached your weekly rate limit. Please upgrade your plan or wait for your limit to reset on April 28" \-> wow weekly limit resets after 2 weeks. should rephrase the msg. \----------------- Usage is spread across multiple models, even including gemini 3.1, Sonnet but mainly gpt 5.4 and well within limits (15% so far should have been 50% so already way less usage), context managed as much possible, short tasks. So what they are saying has nothing to do with its, I believe its all about the shortage of their resources as the number of users have increased. And its a BUG, you cant have 300 hrs wait time for weekly limit .. or wait is it monthly limit.. but surely 15% usage wont be for monthly limit as well.

    O
    Ok-Cranberry4090
    70

    Pro+ Github blocked me for 2 days because I used their service

    I own Github Pro+ Since February and it all was working fine. Not not only they removed Opus Fast, and "reduced limits on users" to only increase limit and now I cannot do work for 2 days? I specially reviewed their ToS that they so often quote for me to check, THERE IS NOTHING IN THERE that says rate limit, Github maybe you will enlighten me how can I know If I am going too fast so that I can Plan for this? I got 71% of requests left for the month, I won't be able to use them probably...

    M
    Muchaszewski
    96

    A long-awaited Feature is here!

    GitHub Copilot CLI now supports remote sessions! https://github.blog/changelog/2026-04-13-remote-control-cli-sessions-on-web-and-mobile-in-public-preview/

    M
    mabdelhafiz94
    109

    ​I built a transparent Mario game that runs OVER my IDE so I can play while waiting for Copilot to write code.

    When you're vibe coding and letting AI do the heavy lifting, the downtime gets boring fast, and continuous work is a real pain in the ass. To get a little relaxation, I built a stress-relief mini-game that lives directly on your Windows desktop as a transparent overlay, letting you stomp Goombas right on top of your open IDE. You can download the setup file from my GitHub (https://github.com/bxf1001g/desktop_mario/releases) and let it run silently in the background; just hit Ctrl+Alt+Shift+M to instantly bring the game up, press Esc to quickly hide it when you need to look busy, and hit Ctrl+Alt+Shift+M again whenever you need another break. This isn't the full version yet, just something fun I threw together as a side thing, so contributors are always welcome!

    M
    maxwellwatson1001
    268

    CoPilot Pro + VSCode extension is kinda a better deal than I expected: so far I vastly prefer GPT 5.4 Extra High to Claude Opus 4.6 and I'm only at 6% usage after at least like five hours of heavy work with it

    CoPilot Pro + VSCode extension is kinda a better deal than I expected: so far I vastly prefer GPT 5.4 Extra High to Claude Opus 4.6 and I'm only at 6% usage after at least like five hours of heavy work with it

    Z
    ZootAllures9111
    172

    Stay up to date

    Get the latest CoPilot prompts, rules, and resources delivered to your inbox weekly.

    Neura Market LogoNeura Market

    Discover the best AI prompts, plugins, and resources for CoPilot and more.

    Content Types

    • Rules
    • Prompts
    • MCPs
    • Agents
    • Guides

    Platforms

    • ChatGPT Directory
    • Claude Directory
    • Gemini Directory
    • Cursor Directory
    • Grok Directory
    • Perplexity Directory
    • DeepSeek Directory
    • CoPilot Directory
    • Stable Diffusion Directory
    • Midjourney Directory
    • All Directories

    Resources

    • Blog
    • Documentation
    • Help Center
    • Marketplace

    Legal

    • Privacy Policy
    • Terms of Service

    © 2026 Neura Market. All rights reserved.

    |

    Not affiliated with any AI platform vendors.