Skip to content
BeClaude

nbp-forge

New
2GitHub TrendingGeneralby nikpadilha

Compose 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

1
Create the agents directory
mkdir -p .claude/agents
2
Save the agent file

Add the configuration to .claude/agents/nbp-forge.md

3
Invoke with @agent-name
@nbp-forge

Use Cases

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.

Usage Examples

1

/nbp-forge compose --name my-skill --bricks file-ops,api-call

2

/nbp-forge drift-check --skill my-skill

3

Compose a new agent skill from bricks 'search' and 'summarize' with drift-gate enabled.

View source on GitHub
agent

Security Audits

LicenseUnknownSourceWarnRepositoryPass

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..