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.
npx agentmods add skills/bl1nk-bot/bl1nk-agents-manager/plugin-developmentnpx skills add bl1nk-bot/bl1nk-agents-manager --skill plugin-developmentgit clone --depth 1 https://github.com/bl1nk-bot/bl1nk-agents-managerWrote 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.
[](https://agentmods.dev/skills/bl1nk-bot/bl1nk-agents-manager/plugin-development)<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>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.
| Model | Per session | Once 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 |
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.
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.
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.
- 6d ago First seen · 179 lines · 54 tokens per session scan A 2cd7f47c3df4
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.
Other skills, from other repositories
angular-modern-apis
Guidelines for using modern Angular APIs (signals, inject, control flow).
superlint
This skill describes the mandatory standard operating procedure for using our internal SuperLint tool. Use this when tasks require fixing code quality issues according to corporate standards.
skillgrade-setup
Sets up and runs skillgrade evaluation pipelines for Agent Skills. Use when initializing eval configurations, running trials, reviewing results, or integrating with CI. Don't use for writing grader scripts, general test authoring, or non-agentic documentation.
switch-persona
Switch Agent persona preset. Supports 8 presets including default assistant, business, tech expert, butler, girlfriend, boyfriend, family, and Jarvis. Use when user asks to change communication style or personality.
toggle-proactive
Toggle proactive messaging mode. When enabled, Agent proactively sends greetings, task reminders, and key recaps via IM channel. Use when user asks to enable/disable proactive messages.
export
Extract your persona into CLAUDE.md or AGENTS.md for use in any AI agent.