project-scaffolding
Create Guided Project Scaffolds
New projects often require many setup choices before useful work can begin. This skill guides those choices and creates starter files for common software stacks.
Stop for confirmation before installing.
Review the plan and obtain explicit user consent before changing files.
Install with my Agent
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "project-scaffolding" from https://skillstore.io/skills/hmohamed01-project-scaffolding.md and its manifest at https://skillstore.io/api/skills/hmohamed01-project-scaffolding/manifest. Verify the artifact. Stop and obtain explicit user consent before installing or changing files.Your Agent should still show its plan and request any confirmation required by the security policy.
Agent-readable resources
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Test it
Using "project-scaffolding". Create a React TypeScript dashboard project.
Expected outcome:
- Creates a project folder with source, public, test, and configuration directories.
- Adds package metadata for React, Vite, TypeScript, testing, and optional Tailwind CSS.
- Adds README, gitignore, environment example, and starter application files.
Using "project-scaffolding". Create a FastAPI service with PostgreSQL.
Expected outcome:
- Creates application, API, database, model, schema, and test folders.
- Adds dependency files, environment example, Docker templates, and database configuration.
- Includes starter route, settings, testing, and migration support files.
Using "project-scaffolding". Create a browser extension starter.
Expected outcome:
- Creates extension source folders for popup, background, and content behavior.
- Adds TypeScript and build tooling configuration for extension development.
- Includes documentation for local development and packaging steps.
Security Audit
High RiskMost static findings are false positives from markdown examples, scaffold templates, placeholder environment documentation, and generated project code. Confirmed issues are limited to explicit native CLI command guidance and a real unvalidated output path in the Python scaffolder. No prompt injection, credential exfiltration, or hidden network behavior was found.
Confirmed security concerns (1)
Capability review items (25)
These are real local capabilities that may be expected for this skill, so they require review but are not counted as confirmed malicious behavior.
Risk Factors
๐ Filesystem access (7)
โ๏ธ External commands (50)
๐ Network access (15)
๐ Env variables (47)
โก Contains scripts (4)
Share & cite this report
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
Copy report link
https://skillstore.io/skills/hmohamed01-project-scaffolding/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_reportMarkdown badge
[](https://skillstore.io/skills/hmohamed01-project-scaffolding?utm_source=security_passport_badge)HTML badge
<a href="https://skillstore.io/skills/hmohamed01-project-scaffolding?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/hmohamed01-project-scaffolding/security.svg" alt="Skillstore security assessment" loading="lazy"></a>Embed card
<iframe src="https://skillstore.io/embed/skills/hmohamed01-project-scaffolding.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Academic citations (APA ยท BibTeX ยท CFF)
APA citation
hmohamed01. (2026). project-scaffolding security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/hmohamed01-project-scaffolding/audits/8BibTeX citation
@techreport{hmohamed01-hmohamed01-project-scaffolding-2026,
author = {hmohamed01},
title = {project-scaffolding security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/hmohamed01-project-scaffolding/audits/8},
note = {Author version unspecified}
}CITATION.cff
cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "project-scaffolding security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "hmohamed01"
date-released: "2026-07-09"
url: "https://skillstore.io/skills/hmohamed01-project-scaffolding/audits/8"
identifiers:
- type: other
value: "skillstore:hmohamed01-project-scaffolding:audit:8"
description: "Skillstore immutable audit report identifier"
Skillstore Score
Why this score Evidence Confidence: MediumWhat You Can Build
Start a frontend application
Create a React, Next.js, Vue, Svelte, Astro, or Angular starter with selected styling and testing options.
Bootstrap a backend service
Set up an API project with framework, database, ORM, environment, Docker, and testing templates.
Standardize team starters
Generate repeatable project layouts with shared linting, formatting, CI, and documentation conventions.
Try These Prompts
Create a simple static website named portfolio-site with responsive CSS and a README.
Create a React TypeScript project named dashboard-app with Tailwind CSS, testing, linting, and formatting.
Create a FastAPI project named orders-api with SQLAlchemy, PostgreSQL, Docker, pytest, and GitHub Actions.
Create a Turborepo workspace named platform-suite with frontend, backend, shared packages, Docker, and CI templates.
Best Practices
- Review generated configuration before installing dependencies or deploying the project.
- Use a project name without path separators and keep output inside the workspace.
- Replace placeholder secrets before running generated applications outside local development.
Avoid
- Running unpinned package generator commands without user confirmation.
- Putting real credentials into generated environment example files.
- Scaffolding into parent directories or existing project folders.
Frequently Asked Questions
What project types does it support?
Does it run dependency installers automatically?
Can it add testing and linting?
Does it create production-ready secrets?
Can it update an existing project?
Which AI tools can use it?
Developer Details
Author
hmohamed01License
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/hmohamed01/Claude-Code-Scaffolding-Skill/tree/main/project-scaffoldingRef
3e4b6c31a74a3bd1a291c98cf585d720cb9fbc88
Maintenance freshness
7/18/2026
Usage
7 downloads ยท 409 views
File structure
๐ references/
๐ best-practices.md
๐ frameworks.md
๐ wizard-options.md
๐ scripts/
๐ scaffold.py
๐ evaluation.json
๐ SKILL.md