plugin-development

plugin-development is a skill for Claude Code from bl1nk-bot/bl1nk-agents-manager. It costs 54 tokens per session (996 once invoked), scanned A, original, MIT.

A guide for building coding-agent extensions, including skills, commands, and agents. It also explains how to arrange their files and reveal detailed instructions only when needed.

In plain words
What is it for?
It is for creating plugins, skills, slash commands, and agents, including their instruction files and supporting resources.
Why use it?
It provides a common structure and writing guidance for extensions, so they are easier for agents to trigger and use correctly.

Skill for Claude Code

Written for Claude Code: PreToolUse hook event.

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.

agentmods
npx agentmods add skills/bl1nk-bot/bl1nk-agents-manager/plugin-development
Any agent
npx skills add bl1nk-bot/bl1nk-agents-manager --skill plugin-development
Clone the repo
git clone --depth 1 https://github.com/bl1nk-bot/bl1nk-agents-manager

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

README.md
[![agentmods](https://agentmods.dev/badge/skills/bl1nk-bot/bl1nk-agents-manager/plugin-development.svg)](https://agentmods.dev/skills/bl1nk-bot/bl1nk-agents-manager/plugin-development)
Your own site
<a href="https://agentmods.dev/skills/bl1nk-bot/bl1nk-agents-manager/plugin-development"><img src="https://agentmods.dev/badge/skills/bl1nk-bot/bl1nk-agents-manager/plugin-development.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 996 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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.00054 $0.00996
Opus 5 $0.00027 $0.00498
Sonnet 5 $0.00011 $0.00199
Haiku 4.5 $0.00005 $0.00100

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

Security

Grade A, and why

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 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.

.kilo/skills/plugin-development/SKILL.md · 179 lines

How it starts

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

Plugin Development Guide

General guide for creating effective plugins with skills, commands, and agents.

Plugin Structure

my-plugin/
├── .metadata/
│   └── manifest.json       # Plugin metadata
├── skills/
│   └── skill-name/
│       ├── SKILL.md        # Required
│       ├── references/     # Detailed docs (Optional)
│       └── scripts/        # Utilities (Optional)
├── commands/
│   └── command-name.md
├── agents/
│   └── agent-name.md
└── hooks/
    └── hooks.json

Skill Development

SKILL.md Structure

---
name: skill-name
description: This skill should be used when the user asks to "specific phrase 1", "specific phrase 2", or mentions "keyword". Be specific about triggers.
version: 1.0.0
---

# Skill Title

Core content here.

## Additional Resources (Optional)

- **`references/detailed.md`** - Detailed patterns
- **`examples/`** - Working examples (Include only if requested or necessary)

Progressive Disclosure

Level Content When Loaded
Metadata name + description Always (~100 words)
SKILL.md Core content When triggered (<5k words)
References Detailed docs As needed (Optional)
Examples Working code Optional (Based on user request)

Description Best Practices

Good:

description: This skill should be used when the user asks to "create a hook", "add PreToolUse hook", "validate tool use", or mentions hook events.

Bad:

description: Provides hook guidance.  # Too vague
description: Use this skill for hooks.  # Not third person

Writing Style

Use imperative form, not second person:

# Good
Start by reading the configuration.
Validate the input before processing.

# Bad
You should start by reading...
You need to validate the input...

Command Development

Command Structure

---
name: command-name
description: What the command does
argument-hint: "[optional args]"
---

# Command Title

Instructions for executing the command.

Read the full file on GitHub · 179 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. 6d ago First seen · 179 lines · 54 tokens per session scan A 2cd7f47c3df4

Subscribe to this mod's changes

plugin-development is a skill published in the GitHub repository bl1nk-bot/bl1nk-agents-manager (8 stars, last pushed 1mo ago), licensed MIT. It adds 54 tokens to every session and 996 once invoked, about $0.0003 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.