scaffold-pack

Scaffold Capability Pack project structures with manifest, playbook, and tool templates.

Updated Dec 1, 2025
One-click install
npx skills add https://github.com/HansC-anafter/mindscape-ai-local-core --skill scaffold-pack
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: scaffold-pack
Source: https://github.com/HansC-anafter/mindscape-ai-local-core/tree/main/.agent/skills/scaffold-pack
Command: npx skills add https://github.com/HansC-anafter/mindscape-ai-local-core --skill scaffold-pack

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of a new, structured Capability Pack project, streamlining the development process for custom AI functionalities.

Core Features & Use Cases

  • Project Scaffolding: Generates a complete directory structure for a new Capability Pack, including manifest, playbooks, tools, and locale support.
  • Development Setup: Configures Docker volume mounts for live development and provides verification steps.
  • Use Case: A developer needs to create a new AI assistant pack for analyzing customer feedback. This Skill will set up all the necessary files and directories, allowing the developer to immediately start writing the playbook and tool logic.

Quick Start

Use the scaffold-pack skill to create a new capability pack named 'customer-feedback' in the 'mindscape-ai-playbook' directory.

Frequently Asked Questions about scaffold-pack

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

FAQPage Schema
How do I scaffold a new Capability Pack project structure for local-core?

To scaffold a new Capability Pack project structure, use this tool to automatically generate the required directory alongside your local-core repository. It creates the manifest, playbook, and tool templates needed for immediate modular AI development.

What is a Capability Pack and when do I need to create one?

A Capability Pack is a structured project for building custom AI functionalities that can be distributed via .mindpack files. You need to create one when developing modular AI assistants, such as a custom pack for analyzing customer feedback.

Can I configure Docker volume mounts for live development when bootstrapping an AI assistant pack?

Yes, you can configure Docker volume mounts for live development when bootstrapping a new pack. The scaffolding process automatically sets up the Docker environment and provides verification steps to ensure your live tooling development works correctly.

What files and directories are generated when setting up a new Capability Pack?

Setting up a new Capability Pack generates a complete directory structure including a project manifest, playbook templates, tool templates, and locale support files. This allows you to immediately start writing logic without manual setup.

Does the local-core scaffolding process require any external dependencies to set up tool templates?

No external dependencies are required to set up tool templates using the local-core scaffolding process. The Skill operates independently to generate the manifest and playbook structure, relying only on the existing local-core repository environment.