skill-name

Provides templates for authoring Jenga AI skills, board files, rapports, and permission levels.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Authoring new skills, board items, execution plans, and configuration files for the Jenga AI agentic workflow requires strict adherence to schemas and frontmatter conventions; this template collection gives agents and maintainers ready-made, schema-compliant starting points so nothing is authored from scratch incorrectly. ## Core Features & Use Cases - Skill authoring scaffold: SKILL.md and SKILL_TEMPLATE.md define the required frontmatter (name, description, keywords, examples, preferred agent) plus the session-end signal convention every Jenga skill must emit. - Board and workflow templates: Execution plan, execution summary, problem rapport, changelog, user instructions, and the authoritative scrum board schema keep Epic/Story/Task files consistent across agents. - Permission level presets: Five tiered settings.json templates (Locked through Unrestricted) back the session-switchable permission system with documented deny-list rationale. - Use Case: When creating a new Jenga skill, copy SKILL_TEMPLATE.md, fill in the frontmatter and instruction steps, and end sessions with the [JENGA:SESSION_END:<skill-name>] signal so the router clears state. ## Quick Start Ask the agent to create a new Jenga skill using the skill template in the templates directory, filling in the name, description, and instruction steps for your workflow.

Frequently Asked Questions about skill-name

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

FAQPage Schema
How do I create a new skill for the Jenga AI workflow?▼

Copy SKILL_TEMPLATE.md, fill in the YAML frontmatter (name, description, optional preferred agent), write numbered instruction steps, and end with the [JENGA:SESSION_END:<skill-name>] signal so the Jenga Router clears the session.

What frontmatter fields does a Jenga skill require?▼

A skill requires a name and one-line description in YAML frontmatter. Optional fields include keywords, example trigger prompts, and a metadata.prefered_agent field indicating which agent role should run it.

What are the Jenga permission level templates?▼

Five settings.json presets from Locked (level 1) to Unrestricted (level 5) that vary only in permissions.deny and autoMode.allow. Guarded (level 2) is the permanent default, and disk-destructive commands like dd and sudo stay blocked at every level.

When should I use the problem rapport template?▼

Use it when a developer or tester agent hits a conflict, implementation blocker, security concern, test failure, or needs to escalate a board item's crucial_level. It structures sender metadata, context, attempts, findings, and suggested next steps.

Does the scrum board schema allow tasks without execution scope fields?▼

Yes. Tasks omitting execution_scope, needs_docs, and related fields are treated as execution_scope: task with needs_docs: true, and validators remain backward compatible with legacy board files.