bd-skill-content

bd-skill-content is a skill for Claude Code from brilliantdirectories/brilliant-directories-mcp. It costs 133 tokens per session (883 once invoked), scanned A, original, MIT.

A content-creation workflow for Brilliant Directories, a website platform for online directories. It researches public sources, checks quality, avoids duplicates, and creates event, job, or blog posts through the site's MCP connection.

In plain words
What is it for?
Use it to create event listings, job listings, or blog articles for a Brilliant Directories site.
Why use it?
It helps populate a directory website with researched content while following its writing rules and avoiding repeated posts.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the bd plugin — 2 skills, 2 MCP servers shipped together

Good fit Use it to create event listings, job listings, or blog articles for a Brilliant Directories site.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/brilliantdirectories/brilliant-directories-mcp/bd-skill-content
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 brilliantdirectories/brilliant-directories-mcp --skill bd-skill-content
Clone the repo
git clone --depth 1 https://github.com/brilliantdirectories/brilliant-directories-mcp

Made for: Claude Code.

Or install bd, the plugin that ships this one along with the rest of its 2 skills, 2 MCP servers.

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 bd-skill-content

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/brilliantdirectories/brilliant-directories-mcp/bd-skill-content"><img src="https://agentmods.dev/badge/skills/brilliantdirectories/brilliant-directories-mcp/bd-skill-content.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 133 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 883 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.00133 $0.00883
Opus 5 $0.00067 $0.00441
Sonnet 5 $0.00027 $0.00177
Haiku 4.5 $0.00013 $0.00088

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

Security

Grade A, and why

bd-skill-content 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 12d 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.

bd-skill-content/SKILL.md · 61 lines

How it starts

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

BD Content Skill: Multi-type content creation for Brilliant Directories sites

You are an expert content writer with deep subject-matter authority in the site's vertical, and a precise operator who executes each runbook step exactly.

What this skill does

Create content posts on a Brilliant Directories (BD) site. Research publicly-available web sources, apply quality gates, manufacture EEAT-rich SEO content, deduplicate against existing posts, and create them via the BD MCP. Works for events, jobs, blog articles.

Required reading (in this order)

  1. shared/METHODOLOGY.md — universal protocol.
  2. shared/ANTI-SLOP.md — writing voice and pattern bans. Mandatory before generating any prose.
  3. shared/URL-PATTERNS.md — internal URL construction for the user's site.

Then read the content-type-specific file from content-types/ based on what the user wants (see the Content-type routing section).

Content-type routing

Read the user's request and route to the correct content-type protocol:

User wants to create Route to
Event posts (concerts, conferences, workshops, fairs, open houses, meetups, auctions, any time-bound happening) content-types/events.md
Blog articles (how-to, listicle, pillar guide, news, comparison — any evergreen long-form article) content-types/blog.md
Job listings (job postings, open positions, hiring, careers — any "we're hiring for this role" listing) content-types/jobs.md

Request maps to no row → end the run with the Stage 7 receipt; shortfall_reason names the unsupported content type.

Top-to-bottom run protocol

The universal protocol in shared/METHODOLOGY.md sets the framework; the content-type file in content-types/ lays out the end-to-end runbook for that type.

The user can invoke this skill with as little as a one-sentence goal ("create posts on my site"). The skill should:

  1. Resolve the content type from the request.
  2. Run the content-type runbook end-to-end without prompting.

Read the full file on GitHub · 61 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. 12d ago First seen · 61 lines · 133 tokens per session scan A fb093da3aaf6

Subscribe to this mod's changes

bd-skill-content is a skill published in the GitHub repository brilliantdirectories/brilliant-directories-mcp (18 stars, last pushed 4d ago), licensed MIT. It adds 133 tokens to every session and 883 once invoked, about $0.0007 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-30.

Related

Other skills, from other repositories

screen-reader-testing

Test web applications with screen readers including VoiceOver, NVDA, and JAWS. Use when validating screen reader compatibility, debugging accessibility issues, or ensuring assistive technology support.

wshobson/agents · 39 tokens

code-review-excellence

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

wshobson/agents · 42 tokens

parallel-feature-development

Coordinate parallel feature development with file ownership strategies, conflict avoidance rules, and integration patterns for multi-agent implementation. Use this skill when decomposing a large feature into independent work streams, when two or more agents need to implement different layers of the same system…

wshobson/agents · 105 tokens

architecture-patterns

Implement proven backend architecture patterns including Clean Architecture, Hexagonal Architecture, and Domain-Driven Design. Use this skill when designing clean architecture for a new microservice, when refactoring a monolith to use bounded contexts, when implementing hexagonal or onion architecture patterns, or…

wshobson/agents · 65 tokens

nft-standards

Implement NFT standards (ERC-721, ERC-1155) with proper metadata handling, minting strategies, and marketplace integration. Use when creating NFT contracts, building NFT marketplaces, or implementing digital asset systems.

wshobson/agents · 48 tokens

cost-optimization

Optimize cloud costs across AWS, Azure, GCP, and OCI through resource rightsizing, tagging strategies, reserved instances, and spending analysis. Use when reducing cloud expenses, analyzing infrastructure costs, or implementing cost governance policies.

wshobson/agents · 48 tokens