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 skills add brilliantdirectories/brilliant-directories-mcp --skill bd-skill-contentgit clone --depth 1 https://github.com/brilliantdirectories/brilliant-directories-mcpWrote 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/brilliantdirectories/brilliant-directories-mcp/bd-skill-content)<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.
<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>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.00133 | $0.00883 |
| Opus 5 | $0.00067 | $0.00441 |
| Sonnet 5 | $0.00027 | $0.00177 |
| Haiku 4.5 | $0.00013 | $0.00088 |
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.
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)
shared/METHODOLOGY.md— universal protocol.shared/ANTI-SLOP.md— writing voice and pattern bans. Mandatory before generating any prose.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:
- Resolve the content type from the request.
- Run the content-type runbook end-to-end without prompting.
What ships with it
14 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- bd-skill-content.zip 79 KB
- content-types/blog.md 26 KB
- content-types/events.md 23 KB
- content-types/jobs.md 32 KB
- flattened/blog.system.md 132 KB
- flattened/events.system.md 135 KB
- flattened/jobs.system.md 144 KB
- prompts/blog.md 420 B
- prompts/events.md 714 B
- prompts/jobs.md 776 B
- shared/ANTI-SLOP.md 19 KB
- shared/GEOCODING.md 4.6 KB
- shared/METHODOLOGY.md 68 KB
- shared/URL-PATTERNS.md 16 KB
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.
- 12d ago First seen · 61 lines · 133 tokens per session scan A fb093da3aaf6
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.
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.
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.
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…
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…
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.
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.