elma365-mcp: Skill for Claude Code

.claude/skills/start-process/SKILL.md

skill-start-process is a skill for Claude Code from theYahia/elma365-mcp. It costs 20 tokens per session (227 once invoked), scanned A, original, MIT.

Instructions for starting a business process in ELMA365, a platform for business applications and workflows. The process is started using its code and may receive context values.

In plain words
What is it for?
Starting an ELMA365 process such as an approval or onboarding flow, passing optional parameters, and showing its instance ID and status.
Why use it?
It provides a defined way to launch a workflow and report whether the launch succeeded.

Skill for Claude Code

Written for Claude Code: allowed-tools in frontmatter.

This is theYahia/elma365-mcp's own configuration. It tells Claude Code how to work on elma365-mcp 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 elma365-mcp configures →

Reuse

Borrowing it

Nothing to install: this file belongs to theYahia/elma365-mcp. 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/theYahia/elma365-mcp/main/.claude/skills/start-process/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/theYahia/elma365-mcp

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 skill-start-process

README.md
[![agentmods](https://agentmods.dev/badge/skills/theyahia/elma365-mcp/start-process/github.svg)](https://agentmods.dev/skills/theyahia/elma365-mcp/start-process)
Your own site
<a href="https://agentmods.dev/skills/theyahia/elma365-mcp/start-process"><img src="https://agentmods.dev/badge/skills/theyahia/elma365-mcp/start-process/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 skill-start-process

Your own site · 80×15
<a href="https://agentmods.dev/skills/theyahia/elma365-mcp/start-process"><img src="https://agentmods.dev/badge/skills/theyahia/elma365-mcp/start-process.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 20 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 227 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.00020 $0.00227
Opus 5 $0.00010 $0.00113
Sonnet 5 $0.00004 $0.00045
Haiku 4.5 $0.00002 $0.00023

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

Security

Grade A, and why

skill-start-process 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 10d 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/start-process/SKILL.md · 38 lines

What it actually says

/skill-start-process — Запусти бизнес-процесс

Запускает бизнес-процесс в ELMA365 по его коду с опциональными параметрами контекста.

Алгоритм

  1. Получи код процесса от пользователя
  2. Если нужно — запроси входные параметры
  3. Вызови start_process с кодом и контекстом
  4. Покажи результат запуска

Формат ответа

## Процесс запущен

- Код: approval_flow
- ID экземпляра: abc-123-def
- Статус: Запущен
- Контекст: { "amount": 50000 }

Примеры

/skill-start-process approval_flow
/skill-start-process onboarding {"employee": "Иванов"}
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. 10d ago First seen · 38 lines · 20 tokens per session scan A 38f6f5b91797

Subscribe to this mod's changes

skill-start-process is a skill published in the GitHub repository theYahia/elma365-mcp (1 stars, last pushed 7d ago), licensed MIT. It adds 20 tokens to every session and 227 once invoked, about $0.0001 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.