bulgarian-grammar

bulgarian-grammar is a skill for Claude Code, Codex from techartdev/BulgarianGrammarSkill. It costs 103 tokens per session (4,879 once invoked), scanned A, original, MIT.

A writing and editing guide for producing grammatically correct Bulgarian text.

In plain words
What is it for?
It is for writing, translating, editing, or proofreading Bulgarian emails, documents, interface text, and other prose.
Why use it?
It helps catch Bulgarian grammar and spelling errors that can sound fluent but still be wrong, including article, tense, and pronoun-placement issues.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit It is for writing, translating, editing, or proofreading Bulgarian emails, documents, interface text, and other prose.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/techartdev/bulgariangrammarskill/bulgarian-grammar
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.

Any agent
npx skills add techartdev/BulgarianGrammarSkill --skill bulgarian-grammar
Clone the repo
git clone --depth 1 https://github.com/techartdev/BulgarianGrammarSkill

Made for: Claude Code, Codex.

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 bulgarian-grammar

README.md
[![agentmods](https://agentmods.dev/badge/skills/techartdev/bulgariangrammarskill/bulgarian-grammar/github.svg)](https://agentmods.dev/skills/techartdev/bulgariangrammarskill/bulgarian-grammar)
Your own site
<a href="https://agentmods.dev/skills/techartdev/bulgariangrammarskill/bulgarian-grammar"><img src="https://agentmods.dev/badge/skills/techartdev/bulgariangrammarskill/bulgarian-grammar/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for bulgarian-grammar

Your own site · 80×15
<a href="https://agentmods.dev/skills/techartdev/bulgariangrammarskill/bulgarian-grammar"><img src="https://agentmods.dev/badge/skills/techartdev/bulgariangrammarskill/bulgarian-grammar.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 103 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 4,879 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 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.00103 $0.04879
Opus 5 $0.00051 $0.02440
Sonnet 5 $0.00021 $0.00976
Haiku 4.5 $0.00010 $0.00488

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

Security

Grade A, and why

bulgarian-grammar 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 9d 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.

bulgarian-grammar/SKILL.md · 320 lines

How it starts

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

Bulgarian grammar

Bulgarian is grammatically unlike English in ways that produce fluent-sounding but wrong output. The failure modes are systematic, not random. This skill turns them into explicit checks.

The five things that go wrong most often, in order:

  1. Full vs. short definite article (-ът/-ят vs. -а/-я) — a syntactic rule with no spoken counterpart, so statistical intuition is useless.
  2. Evidentials — Bulgarian grammatically marks whether you witnessed something. Reporting someone else's past statement in the indicative is a hard error.
  3. Participle selectionбих мислил is correct, бих мислел does not exist.
  4. The count form (два стола vs. двама студенти) — turns on whether the noun denotes a person.
  5. Clitic order and placement — a fixed template; clitics may never open a clause.

Workflow

Never emit Bulgarian in one pass. Draft, then run the verification pass below over your own text before showing it. The checks are cheap and the errors are invisible to fluency-based self-review.

  1. Draft. Write the Bulgarian.
  2. Verify. Walk the Verification checklist below. It is ordered by error frequency; do not skip items because the text "reads fine".
  3. Consult. When any check is not obviously satisfied, open the relevant reference file rather than guessing. Guessing is what produces the errors.
  4. Fix and re-verify the changed sentences.

For translation from English, first read references/translating-from-english.md — several English structures have no direct Bulgarian equivalent and must be restructured, not mapped.

Reference files

Load on demand; do not read them all up front.

File Read it when
references/definite-article.md Any masculine singular noun/adjective/pronoun ending in a consonant is definite
references/evidentiality.md Reporting speech, retelling, folk tales, news from a source, hedging, rumours
references/verb-system.md Choosing a tense; forming any compound tense; conjugating; aspect questions
references/participles.md Any form with , -н/-т, or -йки; passive; conditional; perfect
references/nouns-numerals.md Plurals, count form, numerals, vocative, gender, agreement
references/clitics-word-order.md Any short pronoun (ме, го, ѝ, му, се, си, ми…), не, ще, ли, possession
references/orthography.md Spelling, я/е alternation, ѝ, capitals, hyphens, numbers, dates
references/punctuation.md Any comma decision; quotes; direct speech; dashes
references/translating-from-english.md Translating or adapting English source text
references/calques-and-false-friends.md The text came from English; any borrowed verb, idiom or figurative usage
references/error-catalogue.md Proofreading someone else's Bulgarian; want the error→fix table
references/worked-examples.md Want the checklist applied end-to-end on real drafts

Read the full file on GitHub · 320 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. 9d ago First seen · 320 lines · 103 tokens per session scan A 7f9c7bea796c

Subscribe to this mod's changes

bulgarian-grammar is a skill published in the GitHub repository techartdev/BulgarianGrammarSkill (5 stars, last pushed 1mo ago), licensed MIT. It adds 103 tokens to every session and 4,879 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories

chinese-documentation

A Chinese technical-documentation style guide covering spacing, punctuation, numbers, terminology, and links when Chinese and English appear together.

jnMetaCode/superpowers-zh · 62 tokens

azure-ai-translation-text-py

Azure AI Text Translation SDK for real-time text translation, transliteration, language detection, and dictionary lookup. Use for translating text content in applications. Triggers: "text translation", "translator", "translate text", "transliterate", "TextTranslationClient".

microsoft/skills · 60 tokens

harden

Improve interface resilience through better error handling, i18n support, text overflow handling, and edge case management. Makes interfaces robust and production-ready. Use when the user asks to harden, make production-ready, handle edge cases, add error states, or fix overflow and i18n issues.

fengshao1227/ccg-workflow · 62 tokens

seedance-vocab-ja

This skill should be used when the user asks for Japanese Seedance 2.0 prompt wording, Japanese cinematic vocabulary, or translation of camera, lighting, action, VFX, audio, and production terms into Japanese.

Emily2040/seedance-2.0 · 50 tokens

asc-subscription-localization

Bulk-localize subscription, subscription-group, and in-app purchase display names across App Store locales using asc, including API 4.4.1 version-scoped v2 resources. Use when filling or updating subscription/IAP names and descriptions without App Store Connect UI work.

rorkai/app-store-connect-cli-skills · 60 tokens

i18n-helper

A helper for adding internationalization, which lets software show different languages and regional text. It finds user-visible text written directly in code and moves it into language files.

laolaoshiren/claude-code-skills-zh · 33 tokens