smith-build

Compile Smith agent instances into platform-specific .md files.

13|4|Updated Feb 15, 2026
One-click install
npx skills add https://github.com/ggombee/code-forge --skill smith-build-ggombee
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: smith-build
Source: https://github.com/ggombee/code-forge/tree/main/skills/smith-build
Command: npx skills add https://github.com/ggombee/code-forge --skill smith-build-ggombee

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the compilation and creation of Smith agents, converting .md files into platform-specific .md agent files, thus streamlining the development process.

Core Features & Use Cases

  • Agent Compilation: Converts Smith agent instances into platform-specific .md files.
  • Build Modes: Offers different build modes for project-specific builds, validation, and regeneration.
  • Security Scanning: Performs security scans to detect and prevent malicious patterns.
  • Blueprint Embedding: Embeds essential rules into the agent's body for standalone operation.
  • Validation: Validates the correctness of the compiled agents without creating them.

Quick Start

Run the code-forge:smith-build command to compile and create Smith agents from the .agents/ directory.

Frequently Asked Questions about smith-build

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

FAQPage Schema
How do I automate Smith agent compilation into platform-specific markdown files?

Automate Smith agent compilation by running the code-forge:smith-build command, which converts instances from the .agents/ directory into platform-specific .md files. It handles project-specific builds, validation, and regeneration automatically.

What is blueprint embedding in agent compilation?

Blueprint embedding injects essential rules directly into the compiled agent's body. This ensures the generated .md agent files can operate independently without requiring external configuration files during execution.

Can I validate compiled agents without actually creating the files?

Yes, the build modes include a validation feature that checks the correctness of compiled Smith agents. This ensures they meet requirements before final file generation without creating the files.

Does the build process include security scanning for agent files?

Yes, the build process integrates security scanning to detect and prevent malicious patterns. This validates that compiled .md agent files are safe for deployment before blueprint embedding and generation.

Do I need pypdf or pdfplumber dependencies to compile Smith agents?

No, compiling Smith agents focuses on converting .md files into platform-specific agent files. The pypdf, pdfplumber, and pdf2image dependencies specifically handle PDF processing for the reference components.