grafema: Skill for Claude Code

.claude/skills/grafema-batch-plugin-development/SKILL.md

grafema-batch-plugin-development is a skill for Claude Code from Disentinel/grafema. It costs 131 tokens per session (1,217 once invoked), scanned A, original, no licence file.

A guide for building Grafema plugins that read the code graph and filesystem, then write nodes and relationships directly to RFDB.

In plain words
What is it for?
Use it to read JSON or YAML configuration, connect its values to code, and create custom graph nodes or edges.
Why use it?
It helps add project- or framework-specific information that generic analyzers cannot produce without manually tracing configuration and source code.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is Disentinel/grafema's own configuration. It tells Claude Code how to work on grafema itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything grafema configures →

Reuse

Borrowing it

Nothing to install: this file belongs to Disentinel/grafema. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/Disentinel/grafema/main/.claude/skills/grafema-batch-plugin-development/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/Disentinel/grafema

Made for: Claude Code.

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 grafema-batch-plugin-development

README.md
[![agentmods](https://agentmods.dev/badge/skills/disentinel/grafema/grafema-batch-plugin-development.svg)](https://agentmods.dev/skills/disentinel/grafema/grafema-batch-plugin-development)
Your own site
<a href="https://agentmods.dev/skills/disentinel/grafema/grafema-batch-plugin-development"><img src="https://agentmods.dev/badge/skills/disentinel/grafema/grafema-batch-plugin-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 131 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,217 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin unknown 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.00131 $0.01217
Opus 5 $0.00066 $0.00609
Sonnet 5 $0.00026 $0.00243
Haiku 4.5 $0.00013 $0.00122

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

Security

Grade A, and why

grafema-batch-plugin-development scanned grade A with 0 findings 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 7d 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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/grafema-batch-plugin-development/SKILL.md · 158 lines

The source is not reproduced here

A licence we could not identify

The repository carries a LICENSE file, but it is custom or dual enough that GitHub cannot name it and neither can this catalogue. Unknown terms are not permission, so the body is not copied here. Read the licence at the source and decide for yourself.

Read it on GitHub

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. 7d ago First seen · 158 lines · 131 tokens per session scan A d0ff696ce7b9

Subscribe to this mod's changes

grafema-batch-plugin-development is a skill published in the GitHub repository Disentinel/grafema (36 stars, last pushed 14d ago), with no licence file. It adds 131 tokens to every session and 1,217 once invoked, about $0.0007 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

setup-svelte-vitals

Set up svelte-vitals in a SvelteKit project: inspect what the project already uses, derive a svelte-vitals.config from its markuplint / eslint-plugin-check-file config and its actual directory conventions, measure each candidate rule before adopting it, and hand the remaining targets to svelte-vitals install. Use when…

oekazuma/svelte-vitals · 109 tokens

static-code-analysis

Selects, configures, and integrates a static analysis tool for the project's language. Covers tool selection, rule configuration, CI integration, fixing existing violations, and pre-commit hook setup. Invoked when the user asks to add linting, set up static analysis, or configure a code quality tool.

soulcodex/agentic · 65 tokens

code-review-php

Deep PHP-specific code review covering strict types, PHPStan compliance, PSR standards, domain modeling, and ORM boundary violations. Applied in addition to the generic code-review skill when PHP code is detected. Invoked when reviewing PHP PRs, Symfony/Laravel changes, or performing PHP-specific quality checks.

soulcodex/agentic · 66 tokens

networkx

Comprehensive toolkit for creating, analyzing, and visualizing complex networks and graphs in Python. Use when working with network/graph data structures, analyzing relationships between entities, computing graph algorithms (shortest paths, centrality, clustering), detecting communities, generating synthetic networks…

synthetic-sciences/openscience · 85 tokens

contextlint-init

Bootstrap contextlint into a repository. Use this skill whenever the user wants to set up, install, initialize, or configure contextlint — even if they only say "lint setup", "doc integrity check", or "set up Markdown linting" without naming contextlint by name. Detects the package manager (bun/npm/pnpm/yarn), scans…

nozomi-koborinai/contextlint · 146 tokens

contextlint-impact

Analyze the impact of changing or deleting a Markdown document by leveraging contextlint's Context Graph. Use this skill whenever the user asks "what breaks if I change X?", "what depends on this doc?", "is it safe to delete this file?", or wants to plan a refactor / understand cross-doc dependencies — even if they…

nozomi-koborinai/contextlint · 113 tokens