pjangler-dev

Generate pjangler commands and recipes for project bootstrapping and CLI registration.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/delorenj/00_ceiling --skill pjangler-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pjangler-dev
Source: https://github.com/delorenj/00_ceiling/tree/main/pjangler-dev
Command: npx skills add https://github.com/delorenj/00_ceiling --skill pjangler-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating new commands and recipes for the pjangler project scaffolding tool, enabling faster and more consistent project bootstrapping.

Core Features & Use Cases

  • Command Creation: Define atomic operations for file and directory manipulation.
  • Recipe Composition: Combine commands into complex workflows for bootstrapping subsystems.
  • CLI Integration: Register new recipes for easy access via the command-line interface.
  • Use Case: Quickly generate a new React component by creating a AddReactComponent command and then composing it into a FrontendRecipe.

Quick Start

Create a new command file for adding a Dockerfile to your project.

Frequently Asked Questions about pjangler-dev

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

FAQPage Schema
What is project scaffolding and how does composing commands into recipes work?

Project scaffolding bootstraps new projects by defining atomic file and directory commands. Recipes compose multiple commands into complex workflows, enabling consistent subsystem initialization and project setup.

How do I create a new command for file and directory operations during project bootstrapping?

To create a new command, define an atomic operation class for file or directory manipulation. This command can then be reused and composed into larger recipes for bootstrapping subsystems.

How do I register a new recipe in the CLI for subsystem initialization?

Register a new recipe by creating a Recipe class that composes multiple commands, then integrate it with the CLI. This ensures easy access and execution of complex bootstrapping workflows via the command line.

Can I compose multiple commands into a single workflow for bootstrapping a frontend subsystem?

Yes, you can compose multiple commands into a single recipe. For example, create an AddReactComponent command and combine it into a FrontendRecipe to bootstrap a frontend subsystem efficiently.

Does this scaffolding tool require external dependencies for project bootstrap?

No, this project bootstrapping tool operates without external dependencies. It facilitates command creation and recipe composition natively, streamlining subsystem initialization independently.

What is the best way to generate a Dockerfile command for project initialization?

The best way to generate a Dockerfile command is to create a new atomic command file. This command handles the file manipulation needed and can be composed into broader bootstrapping recipes.