dev-io-mcp: Skill for Claude Code

.claude/skills/dev-io/SKILL.md

dev-io is a skill for Claude Code from amirtaherkhani/dev-io-mcp. It costs 22 tokens per session (61 once invoked), scanned A, original, MIT.

A workflow skill for managing dev.io posts through an MCP server. It covers publishing posts, listing and reading them, retrieving post details, and working with metrics.

In plain words
What is it for?
It is for creating, browsing, reading, inspecting, and measuring Markdown posts in the dev.io system.
Why use it?
It gives the assistant a defined process for handling these post-management commands instead of treating them as ad-hoc tasks.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

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

Reuse

Borrowing it

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/amirtaherkhani/dev-io-mcp/dev-io.svg)](https://agentmods.dev/skills/amirtaherkhani/dev-io-mcp/dev-io)
Your own site
<a href="https://agentmods.dev/skills/amirtaherkhani/dev-io-mcp/dev-io"><img src="https://agentmods.dev/badge/skills/amirtaherkhani/dev-io-mcp/dev-io.svg" alt="Measured on agentmods" height="20"></a>
Per session 22 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 61 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.00022 $0.00061
Opus 5 $0.00011 $0.00030
Sonnet 5 $0.00004 $0.00012
Haiku 4.5 $0.00002 $0.00006

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

Security

Grade A, and why

dev-io 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 6d 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/dev-io/SKILL.md · 7 lines

What it actually says

Follow the canonical instructions in skills/dev-io/SKILL.md for /dev.io commands and use the configured dev-io MCP server.

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. 6d ago First seen · 7 lines · 22 tokens per session scan A 2fe0ea94e536

Subscribe to this mod's changes

dev-io is a skill published in the GitHub repository amirtaherkhani/dev-io-mcp (0 stars, last pushed 1mo ago), licensed MIT. It adds 22 tokens to every session and 61 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.

Related

Other skills, from other repositories

instagram-api

Use when wiring an agent into Instagram's Graph API: publishing a Reel through the create/poll/publish container dance, reading per-media insights, checking the 24h publish cap, or ingesting Reel metrics into 02-DOCS/wiki/shortform. NOT TikTok (that is tiktok-api), NOT YouTube (that is youtube-api), NOT cross-platform…

ericrisco/rsc-harness · 91 tokens

wp-plugin-rest-auth-bypass

Scan WordPress REST API plugin endpoints for unauthenticated state-changing operations — discover write endpoints (POST/PUT/PATCH/DELETE) exposed without auth, enumerate all plugin routes, and test for unauthorized content publishing, settings modification, and data leakage.

uphiago/recon-skills · 57 tokens

content-distribution

Use when the user wants to publish a post, article, or announcement to multiple platforms at once — DEV.to, Hashnode, GitHub Discussions, Reddit, Bluesky, LinkedIn, Medium, or Twitter/X. Handles platform-specific format adaptation, idempotent re-publish, per-community anti-spam rules, and scheduling. Write your…

AutomateLab-tech/content-distribution-mcp · 82 tokens

media-write

Guided co-creation writing skill. Interviews the user, drafts content section by section, generates platform-specific variants from shared source. Creates the content manifest. Works with a brief from /media-idea or accepts freeform input.

Minara-AI/media-agent · 52 tokens

media-image

Generate and manage images for posts. Uses excalidraw-skill for diagrams and illustrations (hand-drawn style). Optionally uses DALL-E for photo-style hero images. Handles platform-specific resizing with ImageMagick. Updates the content manifest with asset references.

Minara-AI/media-agent · 58 tokens

media-idea

Brainstorming and ideation skill. Interviews the user about topics, audience, and angle. Suggests titles, outlines, and hooks. Optionally researches trending topics. Outputs a structured brief for /media-write.

Minara-AI/media-agent · 50 tokens