solo-scaffoldGenerate complete project from PRD + stack template — directory structure, configs, CLAUDE.md, git repo, and GitHub push. Use when user says "scaffold projec...
Install via ClawdBot CLI:
clawdbot install fortunto2/solo-scaffoldGrade Fair — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/<userAudited Apr 18, 2026 · audit v1.0
Generated Mar 21, 2026
A startup wants to quickly bootstrap a new iOS app using Swift and SwiftUI. The Scaffold skill analyzes existing Swift projects via SoloGraph to adopt proven MVVM patterns and directory structures, while using Context7 to ensure the latest SwiftData and dependency versions are integrated, creating a production-ready foundation.
A software agency needs to set up a new full-stack web project with React and Node.js for a client. Scaffold generates the project with consistent configs like package.json and .eslintrc, studies agency's past projects for reusable service patterns, and pushes the initialized git repo to GitHub for immediate collaboration.
An enterprise IT department is creating an internal dashboard tool using Python and Flask. Scaffold loads org defaults for bundle IDs and GitHub orgs, researches latest Flask extensions via Context7, and creates a structured project with CLAUDE.md for AI-assisted maintenance, speeding up deployment.
A developer aims to start a new open-source library in Go. Scaffold sets up the directory with standard Go modules, uses SoloGraph to analyze similar libraries for best practices in testing and documentation, and ensures the project follows MIT licensing and includes a comprehensive README.md.
Scaffold accelerates the initial setup of SaaS applications by generating boilerplate code and configurations, reducing time-to-market. It ensures projects use latest best practices and consistent structures, enabling scalable development and easier maintenance for subscription-based revenue models.
Agencies use Scaffold to standardize project setups across client engagements, improving efficiency and quality. By leveraging existing project patterns and latest tools, it reduces manual setup time, allowing agencies to handle more projects and bill for development hours more effectively.
Freelancers utilize Scaffold to quickly bootstrap projects for clients, ensuring professional-grade structures and configurations. This tool helps freelancers deliver faster, maintain consistency across multiple projects, and focus on custom features, leading to higher client satisfaction and repeat business.
💬 Integration Tip
Integrate Scaffold early in the development lifecycle by setting up org defaults and templates first, and use it alongside planning tools like /plan to ensure alignment with project requirements before generation.
Scored Jun 19, 2026
Interact with GitHub using the `gh` CLI. Use `gh issue`, `gh pr`, `gh run`, and `gh api` for issues, PRs, CI runs, and advanced queries.
Query and manage GitHub repositories - list repos, check CI status, create issues, search repos, and view recent activity.
Comprehensive GitHub CLI (gh) reference. Covers repos, issues, PRs, Actions, releases, gists, search, projects v2, API, secrets/variables, labels, codespaces...
Create and deploy single-page static websites to GitHub Pages with autonomous workflow. Use when building portfolio sites, CV pages, landing pages, or any static web project that needs GitHub Pages deployment. Handles complete workflow from project initialization to live deployment with GitHub Actions automation.
Essential Git commands and workflows for version control, branching, and collaboration.
Git commits, branches, rebases, merges, conflict resolution, history recovery, team workflows, and the commands needed for safe day-to-day version control. U...