Create New Project

🌐Community
by anegri93 · vlatest · Repository

Automatically generates project folders, files, and basic documentation based on user-defined specifications.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add create-new-project npx -- -y @trustedskills/create-new-project
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "create-new-project": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/create-new-project"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to initiate and configure new project structures. It can generate basic file layouts, including common directories like 'src', 'tests', and 'docs', along with initial files such as a README.md and potentially other boilerplate code based on specified templates or frameworks. The agent can handle different project types and technologies.

When to use it

  • You need to quickly scaffold a new software project without manual setup.
  • An AI assistant is helping you start a personal coding project from scratch.
  • A developer wants the agent to create a basic project structure for a specific technology stack (e.g., React, Python/Flask).
  • Automating repetitive project initialization tasks in a development workflow.

Key capabilities

  • Project scaffolding
  • File and directory generation
  • README generation
  • Template-based project creation
  • Support for various technologies

Example prompts

  • "Create a new React project called 'my-app'."
  • "Generate a Python Flask project with basic API endpoints."
  • "Set up a new Node.js project with TypeScript and Jest testing."

Tips & gotchas

The skill's effectiveness depends on the agent's understanding of different project structures and technologies; providing clear instructions is crucial for desired outcomes. The available templates or frameworks might be limited depending on the skill’s configuration.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
anegri93
Installs
4

🌐 Community

Passed automated security scans.