agent-skills-bridge

Coordinate cross-tool SKILL.md sharing for AI coding assistants.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/nathanvale/side-quest-plugins --skill agent-skills-bridge
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-skills-bridge
Source: https://github.com/nathanvale/side-quest-plugins/tree/main/plugins/agent-skills-bridge/skills/agent-skills-bridge
Command: npx skills add https://github.com/nathanvale/side-quest-plugins --skill agent-skills-bridge

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill captures knowledge to share AI coding assistant skills across tools, aligning SKILL.md formats, frontmatter, and conventions to enable portable skills.

Core Features & Use Cases

  • Provides a quick-reference for writing SKILL.md that works across Claude Code, Codex CLI, Cursor, Gemini CLI, and Windsurf.
  • Recommends cross-tool distribution approaches (openskills, symlinks, and the .agents/skills/ convention) and references for deeper dives.
  • Describes typical use cases like multi-tool skill deployment, maintenance, and ecosystem compatibility.

Quick Start

Ask it to summarize how to enable cross-tool SKILL.md sharing across Claude Code and Codex CLI.

Frequently Asked Questions about agent-skills-bridge

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

FAQPage Schema
How do I share SKILL.md files across multiple AI coding assistants?

To share SKILL.md files across multiple AI coding assistants, you can use portable formatting, the .agents/skills/ directory convention, and universal frontmatter fields like name and description to ensure compatibility across tools.

Does Claude Code work with the same SKILL.md format as Codex CLI and Cursor?

Yes, Claude Code, Codex CLI, Cursor, Gemini CLI, and Windsurf can all work with the same SKILL.md format by aligning frontmatter fields and applying cross-tool distribution approaches like symlinks and openskills.

What is the best way to organize cross-tool AI agent skills in a multi-tool environment?

The best way to organize cross-tool AI agent skills is using the .agents/skills/ directory convention, which standardizes the location of scripts, references, and assets for portable skill deployment across multiple coding assistants.

How to enable cross-tool SKILL.md sharing between Claude Code and Codex CLI?

You can enable cross-tool SKILL.md sharing between Claude Code and Codex CLI by applying universal frontmatter fields, utilizing the .agents/skills/ convention, and implementing symlinks or openskills distribution approaches.

What frontmatter fields are required for portable skills across different AI tools?

Universal frontmatter fields required for portable skills across different AI tools include name and description, ensuring the SKILL.md workflows are recognized consistently across Claude Code, Codex CLI, Cursor, and other supported environments.

Can I use a single skill directory for Windsurf, Gemini CLI, and other AI assistants?

Yes, you can use a single skill directory for Windsurf and Gemini CLI by adhering to the .agents/skills/ convention, structuring your references and assets to be universally readable across these multi-tool environments.