design/mint-name

Generate deterministic Markdown Name Card files for new F.18 concepts.

Updated Jan 11, 2026
One-click install
npx skills add https://github.com/venikman/fpf-foundry --skill design-mint-name
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: design/mint-name
Source: https://github.com/venikman/fpf-foundry/tree/main/design/skills/design/mint-name
Command: npx skills add https://github.com/venikman/fpf-foundry --skill design-mint-name

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the creation of F.18 Name Cards, generating authoritative Markdown artifacts that document new concepts within bounded contexts and prevent naming collisions.

Core Features & Use Cases

  • Deterministic Name Card minting: writes runtime/contexts/<context>/design/names/<id>.md with Twin-Label and Sense-Seed validation.
  • Collision prevention & traceability: refuses to overwrite existing cards and keeps a readable audit trail via MDS and label.
  • Telemetry-friendly: optionally logs the mint action to telemetry/work logs when available.

Quick Start

Use the Mint Name skill to create a Name Card by supplying the required inputs. Example: bun develop/skills/src/design/mint-name/index.ts --context Tooling --id example-concept --label Example Concept --mds A concept used to demonstrate Name Card minting.

Frequently Asked Questions about design/mint-name

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I document new concepts in a bounded context to prevent naming collisions?

You can prevent naming collisions by minting an F.18 Name Card, which generates a deterministic Markdown artifact at runtime/contexts/<context>/design/names/<id>.md to document new concepts within a bounded context.

What inputs are required to mint a Name Card for a new bounded context concept?

Minting a Name Card requires a context, a kebab-case id, a human-friendly label, and a short MDS definition. The skill validates these inputs before generating the Markdown file.

Can I overwrite an existing Name Card if the kebab-case id already exists?

No, the Name Card minting process refuses to overwrite existing cards. It prevents naming collisions by validating inputs and keeping a readable audit trail via MDS and label.

Does the Name Card minting skill record actions to telemetry logs?

Yes, the skill optionally logs the mint action to telemetry or work logs when available, providing traceability for the creation of new concepts inside a bounded context.

What is the F.18 Name Card format used for in bounded context design?

The F.18 Name Card format is an authoritative Markdown artifact that records new concepts inside a bounded context. It applies Twin-Label and Sense-Seed validation to ensure precise concept naming.