j.jbp

Scaffolds a project using the JengaBasePlate boilerplate template from GitHub.

Updated Aug 3, 2026
One-click install
npx skills add https://github.com/samwelmunga/jenga-npm --skill j-jbp-samwelmunga
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: j.jbp
Source: https://github.com/samwelmunga/jenga-npm/tree/main/.agents/skills/j-jbp
Command: npx skills add https://github.com/samwelmunga/jenga-npm --skill j-jbp-samwelmunga

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Setting up a new project structure from scratch is repetitive, and the bare /jbp command can be shadowed by another tool's built-in command of the same name, making the scaffold flow unreachable. ## Core Features & Use Cases - Boilerplate Scaffolding: Clones or pulls the JengaBasePlate template repository and applies its structure to the current project. - Collision-Safe Invocation: Provides the /j-jbp alias so the scaffold flow remains reachable even when a host tool shadows the bare /jbp command. - Use Case: When starting a new Jenga AI project, invoke /j-jbp to pull the JengaBasePlate template from GitHub and initialize the project structure without manually cloning and copying files. ## Quick Start Ask the agent to scaffold this project with the JengaBasePlate template using the j-jbp command.

Frequently Asked Questions about j.jbp

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

FAQPage Schema
How do I scaffold a project with the JengaBasePlate template?▼

Invoke the /j-jbp command and the agent clones or pulls the JengaBasePlate repository from GitHub, then applies its structure to your current project. No manual cloning or file copying is needed.

What is the difference between /jbp and /j-jbp?▼

Both commands run the identical JengaBasePlate scaffold flow. The /j-jbp form exists as a collision-safe alias for cases where a host tool's built-in command shadows the bare /jbp name.

Why is the /jbp command not working in my tool?▼

Some host tools have their own built-in command named jbp, which shadows the skill because skill resolution is a literal directory-name match. Use /j-jbp instead to reach the same scaffold flow.

Can I edit the j-jbp SKILL.md file directly?▼

No, the file is generated by scripts/generate-j-alias.sh from the source skills/jbp/SKILL.md. Edit the source skill and re-run the generator to sync changes.

What are the limitations of the JengaBasePlate scaffold skill?▼

The skill only applies the fixed JengaBasePlate template from its GitHub repository and offers no configuration options or alternative templates. It requires network access to clone or pull the repository.