setup-repo

Generate Sculptor configuration files for code structure, testing, and documentation.

213|13|Updated Aug 7, 2025
One-click install
npx skills add https://github.com/imbue-ai/sculptor --skill setup-repo-imbue-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-repo
Source: https://github.com/imbue-ai/sculptor/tree/main/sculptor/sculptor-workflow/skills/setup-repo
Command: npx skills add https://github.com/imbue-ai/sculptor --skill setup-repo-imbue-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation and updating of Sculptor configuration files, ensuring a streamlined setup for agentic development workflows.

Core Features & Use Cases

  • Config File Creation: Automatically generates .sculptor/code.md, .sculptor/testing.md, and .sculptor/docs.md files.
  • User Interaction: Guides the user through the setup process, offering options for auto-detection or manual input.
  • Task Automation: Collects necessary information about the codebase, testing strategy, and documentation setup.
  • Use Case: Ideal for new repositories or when the development environment changes, allowing developers to quickly configure Sculptor for their specific project needs.

Quick Start

Run the /sculptor-workflow:setup-repo command to automatically set up your Sculptor configuration files.

Frequently Asked Questions about setup-repo

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

FAQPage Schema
How do I automate Sculptor configuration file setup for a new repository?

To automate Sculptor configuration file setup, run the `/sculptor-workflow:setup-repo` command. The Skill interacts with you to auto-detect or manually collect codebase, testing, and documentation details, generating the necessary `.sculptor` markdown files.

What configuration files are needed for Sculptor agentic development workflows?

Sculptor agentic development workflows require `.sculptor/code.md`, `.sculptor/testing.md`, and `.sculptor/docs.md` configuration files. This Skill automates the creation of these files by analyzing your codebase structure, testing strategy, and documentation setup.

Can I customize codebase and testing configuration instead of using auto-detection?

Yes, you can customize codebase and testing configuration through manual input. During the setup process, the Skill guides you through options allowing you to bypass auto-detection and manually specify your project's code structure, testing strategy, and documentation requirements.

What do I need to configure before running the Sculptor repository setup process?

Before running the Sculptor repository setup process, you need access to the repository's codebase and environment. The Skill requires this access to accurately auto-detect your project structure or validate your manual input for configuration generation.

When should I update my Sculptor repository configuration files?

You should update your Sculptor repository configuration files when your development environment changes or you alter your testing strategy. The Skill streamlines updating the `.sculptor` markdown files to accurately reflect your new project needs and codebase modifications.