Vibe IndexVibe Index
SkillsMCP ServersMarketplacesPluginsPicks
πŸ’»
Vix Code Beta
Integrated AI Coding Tool Β· Beta
⚑
Vibe Index Skill
Project recommendations
πŸ”Œ
Vibe Index MCP
Search from AI tools
πŸ”‘
Vibe Index API
Developer interface
Ranking
Vibe IndexVibe Index

Everything you need for vibe coding. Real-time updates on skills, plugins, MCP servers, and marketplaces.

Resources

  • Skills
  • MCP Servers
  • Marketplaces
  • Plugins

Support

  • About Us
  • Intro Seminar
  • Contact Us
  • Sync Activity

Legal

  • Privacy Policy
  • Terms of Service

Β© 2026 Vibe Index. All rights reserved.

πŸ›‘οΈ Security scanning active on all resources

Vibe Index is an independent, community-driven directory. Not affiliated with, endorsed by, or sponsored by Anthropic, Vercel, Microsoft, or any other company whose tools are listed here. All product names and trademarks are the property of their respective owners.

Search Results

800 results for "github" (Page 14 / 27)

Loading...
Show all results

Showing 800 popular results. Full search includes tags and keywords.

PreviousPage 14 / 27Next
🎯

Skills

30
react19-source-patternsgithub/awesome-copilot5630

Reference covering every React 19 source-file migration pattern β€” API changes (ReactDOM.render β†’ createRoot, hydrate β†’ hydrateRoot), ref handling, default props, and legacy context updates.

react19-source-patterns
azure-aimicrosoft/github-copilot-for-azure154.8K0

GitHub Copilot for Azure skill that assists with Azure AI services, helping developers integrate and manage Azure AI capabilities from within their IDE.

azure-ai
azure-deploymicrosoft/github-copilot-for-azure154.4K0

GitHub Copilot for Azure skill that assists with deploying applications and resources to Azure, streamlining deployment workflows directly from your IDE.

azure-deploy
azure-storagemicrosoft/github-copilot-for-azure154.3K0

GitHub Copilot for Azure skill that helps manage Azure Storage resources, assisting with blob, file, queue, and table storage operations from within your IDE.

azure-storage
azure-diagnosticsmicrosoft/github-copilot-for-azure154.3K0

GitHub Copilot for Azure skill that helps troubleshoot and diagnose issues with Azure services, providing diagnostic guidance directly from your IDE.

azure-diagnostics
entra-app-registrationmicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that assists with Microsoft Entra (Azure AD) app registrations, helping manage application identity and authentication configurations from your IDE.

entra-app-registration
azure-preparemicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that helps prepare Azure environments and resources, assisting with provisioning and setup tasks from within your IDE.

azure-prepare
appinsights-instrumentationmicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that assists with Application Insights instrumentation, helping add telemetry and monitoring to applications from within your IDE.

appinsights-instrumentation
azure-compliancemicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that checks Azure resources for compliance with security and governance policies, providing compliance guidance from within your IDE.

azure-compliance
azure-rbacmicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that assists with Azure Role-Based Access Control (RBAC), helping manage permissions and role assignments from within your IDE.

azure-rbac
azure-validatemicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that validates Azure resource configurations and deployments, helping catch issues before they reach production.

azure-validate
azure-resource-visualizermicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that visualizes Azure resource architectures and relationships, helping developers understand their cloud infrastructure from within their IDE.

azure-resource-visualizer
azure-aigatewaymicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that assists with Azure AI Gateway configuration and management, helping route and manage AI model traffic from within your IDE.

azure-aigateway
azure-kustomicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that assists with Azure Data Explorer (Kusto) queries and management, helping developers work with Kusto databases from within their IDE.

azure-kusto
azure-resource-lookupmicrosoft/github-copilot-for-azure154.1K0

GitHub Copilot for Azure skill that helps look up and query Azure resources, providing quick access to resource details and configurations from within your IDE.

azure-resource-lookup
azure-cost-optimizationmicrosoft/github-copilot-for-azure148K0

GitHub Copilot for Azure skill that provides cost analysis and optimization recommendations for Azure resources, helping reduce cloud spending from within your IDE.

azure-cost-optimization
salesforce-apex-qualitygithub/awesome-copilot5550

Apex code-quality guardrails for Salesforce β€” bulk-safety rules (no SOQL/DML in loops), sharing-model requirements, CRUD/FLS security, SOQL-injection prevention, modern Apex idioms, and PNB (Positive/Negative/Bulk) test coverage.

salesforce-apex-quality
flowstudio-power-automate-monitoringgithub/awesome-copilot5510

Monitor Power Automate flow health through the [FlowStudio MCP](https://mcp.flowstudio.app) cached store — aggregate fail rates, per-run failure detail with remediation hints, maker activity, and Power Apps inventory — at cache speed with no PA API rate-limit pressure. Maps Store tools (`list_store_flows`, `get_store_flow_summary`, `get_store_flow_errors`, etc.) to the "what happened?" questions and Live tools to "fix it now" questions, handles the `Default-<envGuid>.<flowGuid>` id split and ms→s conversion gotchas.

flowstudio-power-automate-governancegithub/awesome-copilot5490

Govern Power Automate tenants through the [FlowStudio MCP](https://mcp.flowstudio.app) cache without Dataverse or the CoE Starter Kit β€” classify flows by `businessImpact`, set ownership/`supportEmail`, detect orphaned flows owned by deleted Azure AD accounts, audit connectors, manage notification rules, and run compliance reviews. Relies on `update_store_flow` (writes cache-only governance metadata; warns when writing plain strings to the structured `security` field would overwrite it).

salesforce-flow-designgithub/awesome-copilot5470

Salesforce Flow design and review checklist β€” first confirm a formula field, validation rule, or roll-up summary can't solve the problem, then pick the right flow type (before-save vs after-save Record-Triggered, Screen, Autolaunched/Invocable, Scheduled, Platform Event). Bulk-safety rules ban DML and Get Records inside loops, require fault connectors on every data-changing element, enforce the automation-density check against legacy Process Builders/Workflow Rules/Apex triggers, and mandate Draft β†’ 1-record β†’ 200+-record β†’ Activate deployment.

salesforce-component-standardsgithub/awesome-copilot5400

Quality standards for Salesforce Lightning Web Components, Aura components, and Visualforce pages β€” SLDS 2 compliance, WCAG 2.1 AA, data access pattern selection, XSS/CSRF prevention, FLS/CRUD enforcement, and Jest test requirements.

salesforce-component-standards
react-audit-grep-patternsgithub/awesome-copilot5390

Complete grep scan command library for auditing React codebases before a React 18.3.1 or React 19 upgrade β€” finds deprecated APIs, unsafe lifecycles, batching risks, test issues, and dependency conflicts.

react-audit-grep-patterns
react18-batching-patternsgithub/awesome-copilot5380

Reference for diagnosing and fixing React 18 automatic batching regressions in class components β€” covers setState in async methods, setTimeout, Promises, and native event handlers before reaching for flushSync.

react18-batching-patterns
react18-legacy-contextgithub/awesome-copilot5380

Migration pattern for React legacy context (contextTypes / childContextTypes / getChildContext) to the modern createContext API β€” a cross-file migration where provider and all consumers must be updated together.

react18-legacy-context
react18-string-refsgithub/awesome-copilot5350

Migration patterns for React string refs (ref="name" + this.refs.name) to React.createRef() in class components β€” covers single refs, multiple refs, refs in lists, and callback refs.

react18-string-refs
react18-dep-compatibilitygithub/awesome-copilot5340

Dependency compatibility matrix for React 18.3.1 and React 19 migrations β€” minimum versions of core packages and guidance for resolving peer-dependency conflicts and concurrent-mode incompatibilities.

react18-dep-compatibility
react18-lifecycle-patternsgithub/awesome-copilot5340

Before/after migration patterns for the three unsafe class-component lifecycles (componentWillMount, componentWillReceiveProps, componentWillUpdate) targeting React 18.3.1.

react18-lifecycle-patterns
react18-enzyme-to-rtlgithub/awesome-copilot5320

Enzyme β†’ React Testing Library migration patterns for React 18 upgrades β€” shallow, mount, wrapper.find/simulate/prop/state/instance APIs, Enzyme configure/Adapter, plus the shift from implementation to behavior testing.

react18-enzyme-to-rtl
acquire-codebase-knowledgegithub/awesome-copilot5280

Part of GitHub's awesome-copilot community collection of custom agents, instructions, skills, hooks, workflows, and plugins for GitHub Copilot. Skills are self-contained folders with instructions and bundled assets, installable via `copilot plugin install`.

acquire-codebase-knowledge
freecad-scriptsgithub/awesome-copilot5240

Expert skill for writing FreeCAD Python scripts, macros, and automation β€” Part/Mesh/Sketcher, parametric FeaturePython objects, PySide GUI dialogs, Coin3D scenegraph manipulation, and workbench tool development.

freecad-scripts
flowstudio-power-automate-monitoring
flowstudio-power-automate-governance
salesforce-flow-design