nbp-forge
NewCompose agent skills (SKILL.md / commands) from reusable bricks, with a drift-gate.
Summary
md files and commands with a drift-gate mechanism to detect and reconcile configuration drift.
- It streamlines skill development by promoting modularity and ensuring consistency across agent behaviors.
Install & Usage
mkdir -p .claude/agentsAdd the configuration to .claude/agents/nbp-forge.md
@nbp-forgeUse Cases
Usage Examples
/nbp-forge compose --name my-skill --bricks file-ops,api-call
/nbp-forge drift-check --skill my-skill
Compose a new agent skill from bricks 'search' and 'summarize' with drift-gate enabled.
Security Audits
Frequently Asked Questions
What is nbp-forge?
nbp-forge lets you compose agent skills from reusable bricks, assembling SKILL.md files and commands with a drift-gate mechanism to detect and reconcile configuration drift. It streamlines skill development by promoting modularity and ensuring consistency across agent behaviors.
How to install nbp-forge?
To install nbp-forge: create the agents directory (mkdir -p .claude/agents), then add the config to .claude/agents/nbp-forge.md. Finally, @nbp-forge in Claude Code.
What is nbp-forge best for?
nbp-forge is a agent categorized under General. It is designed for: agent. Created by nikpadilha.
What can I use nbp-forge for?
nbp-forge is useful for: Assemble a new agent skill by combining pre-built command bricks and a SKILL.md template.; Detect drift between a composed skill definition and the currently deployed skill configuration.; Reconcile drift automatically by regenerating the skill from its brick composition.; Create a library of reusable command bricks for common agent tasks like file operations or API calls.; Version control skill compositions alongside source code for reproducible agent behaviors.; Audit skill configurations across multiple agents to ensure they match intended compositions..