bjorn-skills
NewCross-tool AI agent skills (SKILL.md) for Claude Code, Codex, Gemini CLI, Cursor & Copilot
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
mkdir -p .claude/skillsAdd the configuration to .claude/skills/bjorn-skills.md
/bjorn-skillsUse Cases
Usage Examples
/bjorn-skills install refactoring-skill
Use bjorn-skills to list all available skills for Claude Code and Cursor
Create a new skill for automated dependency updates and share it via bjorn-skills
Security Audits
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..