claude-skills

claude-skills is a cursor rule for Cursor from victoriacity/openakari. It costs 683 tokens per session, scanned B, original, MIT.

Rules for using Claude skills from Cursor, another coding editor, through files in `.claude/skills/`. They point agents to `AGENTS.md`, `CLAUDE.md`, and named workflow instructions such as orientation, diagnosis, and self-audit.

In plain words
What is it for?
Use them when working in a repository that stores reusable Claude skill instructions and needs those workflows followed from Cursor. Read the relevant skill file before non-trivial work.
Why use it?
They provide a fallback when Cursor cannot load skills natively. This lets the agent follow the repository’s established workflows across Claude Code, Cursor, and opencode.

Cursor rule for Cursor

Written for Cursor: installed under .cursor/. Also seen: reads .claude/ paths; mentions CLAUDE.md; mentions Claude Code.

Good fit Use them when working in a repository that stores reusable Claude skill instructions and needs those workflows followed from Cursor. Read the relevant skill file before non-trivial work.

Compare 6 cursor rules from other repositories ↓
Install with agentmods
npx agentmods add rules/victoriacity/openakari/claude-skills
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Clone the repo
git clone --depth 1 https://github.com/victoriacity/openakari

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for claude-skills

README.md
[![agentmods](https://agentmods.dev/badge/rules/victoriacity/openakari/claude-skills.svg)](https://agentmods.dev/rules/victoriacity/openakari/claude-skills)
Your own site
<a href="https://agentmods.dev/rules/victoriacity/openakari/claude-skills"><img src="https://agentmods.dev/badge/rules/victoriacity/openakari/claude-skills.svg" alt="Measured on agentmods" height="20"></a>
Per session 683 This file is loaded in full into every session.
When invoked 683 The same file — it is already loaded in full.
Security scan B 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00683 $0.00683
Opus 5 $0.00342 $0.00342
Sonnet 5 $0.00137 $0.00137
Haiku 4.5 $0.00068 $0.00068

Measured 8d ago against content hash 3af1a7389947, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade B, and why

claude-skills scanned grade B with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Enumerates other installed skillsmediumAgent snooping

Other skills' SKILL.md files reveal prompts, capabilities and secrets that should be invisible to peers.

description: "Bridge Claude skills into Cursor — instructs agent to find and use skills from .claude/skills/. See AGENTS.md for unified entry point."
.cursor/rules/claude-skills.mdc · 55 lines

How it starts

The opening of the file, as written. The whole thing — 55 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Claude Skills Bridge

Note: This repo uses AGENTS.md as a unified entry point for all AI coding agents (Claude Code, Cursor, opencode). The fallback chain is: Claude Code → Cursor → opencode. Read AGENTS.md for an overview, then CLAUDE.md for comprehensive instructions.

This repo has skills defined in .claude/skills/. Each skill is a directory containing a SKILL.md file with instructions for specific workflows (e.g., /orient, /diagnose, /compound).

How to Use Skills in Cursor

Since Cursor does not have a native Skill tool, use the Read tool to load skill files when needed:

  1. When the user invokes a skill by name (e.g., /orient, /diagnose, /compound), read the corresponding skill file at .claude/skills/<skill-name>/SKILL.md and follow its instructions.

  2. Before starting non-trivial work, check if a relevant skill exists. Available skills:

    Skill When to use
    orient Start of every work session — assess state and select task
    self-audit Convention compliance check
    coordinator Multi-step coordination
    compound End of session — embed learnings
    diagnose Something went wrong with data/results
    slack-diagnosis Slack-reported issue triage
    postmortem Agent reasoning failure analysis
    design Designing a new experiment
    develop Software development workflow
    architecture Infrastructure health check
    critique Correctness review of a plan/design
    simplify Complexity reduction check
    synthesize Cross-session findings synthesis
    gravity Recurring manual pattern absorption
    lit-review Literature search
    review Validate experiment metrics and findings
    audit-references Verify citations
    report Generate a report
    publish Paper submission preparation
    horizon-scan Scan for new developments
    feedback Process PI/human feedback
    project Create new projects — propose (gap analysis) or scaffold (interview + setup)
    refresh-skills Audit skills against current code

Read the full file on GitHub · 55 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 55 lines · 683 tokens per session scan B 3af1a7389947

Subscribe to this mod's changes

claude-skills is a cursor rule published in the GitHub repository victoriacity/openakari (47 stars, last pushed 6mo ago), licensed MIT. It adds 683 tokens to every session, about $0.0034 per session on Opus 5. A static security scan graded it B with 1 finding (enumerates other installed skills). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.