BeClaude

bjorn-skills

New
GitHub TrendingGeneralby Vingedal

Cross-tool AI agent skills (SKILL.md) for Claude Code, Codex, Gemini CLI, Cursor & Copilot

First seen 6/14/2026

Summary

md) that work across Claude Code, Codex, Gemini CLI, Cursor, and Copilot, enabling developers to reuse and share agent behaviors seamlessly.

  • It simplifies managing and invoking agent skills in multi-tool environments, reducing duplication and ensuring consistency.

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file

Add the configuration to .claude/skills/bjorn-skills.md

3
Invoke in Claude Code
/bjorn-skills

Use Cases

Define a reusable skill for code review that works identically in both Claude Code and Cursor.
Share a custom debugging skill across your team using bjorn-skills, regardless of which AI coding tool each developer uses.
Create a skill for generating unit tests that can be invoked in Codex or Gemini CLI without modification.
Maintain a single source of truth for agent skills that syncs across Claude Code, Copilot, and other supported tools.
Quickly install and activate a community-contributed skill for refactoring Python code across multiple AI agents.
Standardize your team's agent workflows by packaging common tasks like commit message generation into portable skills.

Usage Examples

1

/bjorn-skills install refactoring-skill

2

Use bjorn-skills to list all available skills for Claude Code and Cursor

3

Create a new skill for automated dependency updates and share it via bjorn-skills

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

Frequently Asked Questions

What is bjorn-skills?

bjorn-skills provides a unified set of cross-tool AI agent skills (SKILL.md) that work across Claude Code, Codex, Gemini CLI, Cursor, and Copilot, enabling developers to reuse and share agent behaviors seamlessly. It simplifies managing and invoking agent skills in multi-tool environments, reducing duplication and ensuring consistency.

How to install bjorn-skills?

To install bjorn-skills: create the skills directory (mkdir -p .claude/skills), then add the config to .claude/skills/bjorn-skills.md. Finally, /bjorn-skills in Claude Code.

What is bjorn-skills best for?

bjorn-skills is a community categorized under General. It is designed for: agent. Created by Vingedal.

What can I use bjorn-skills for?

bjorn-skills is useful for: Define a reusable skill for code review that works identically in both Claude Code and Cursor.; Share a custom debugging skill across your team using bjorn-skills, regardless of which AI coding tool each developer uses.; Create a skill for generating unit tests that can be invoked in Codex or Gemini CLI without modification.; Maintain a single source of truth for agent skills that syncs across Claude Code, Copilot, and other supported tools.; Quickly install and activate a community-contributed skill for refactoring Python code across multiple AI agents.; Standardize your team's agent workflows by packaging common tasks like commit message generation into portable skills..