← Back to Skills Marketplace
112
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install project-kickstart
Description
Scaffold any project in seconds. Generate boilerplate for Next.js, React, Python CLI, Express, FastAPI, static sites, and more. Pre-configured with git, lint...
Usage Guidance
This skill appears to be what it claims: a project scaffolder. Before using it, confirm the target directory (to avoid overwriting files) and that you want the tool to run git init / make the first commit. Ensure git is available in the environment (the SKILL.md assumes it but the registry metadata doesn't declare it). Review generated files (CI workflows, package manifests, Dockerfiles) before running installs or pushing to remotes. If you want tighter control, ask the agent to output the file tree and file contents first instead of making changes automatically.
Capability Assessment
Purpose & Capability
The skill's name/description (project scaffolding) matches the SKILL.md instructions (generate files, config, CI, README, license). Minor inconsistency: the instructions require running git (git init, commit) but the registry metadata declares no required binaries; declaring git as a required binary would be expected.
Instruction Scope
SKILL.md confines actions to creating project files, initializing a repo, and writing CI/README/LICENSE. It does not instruct reading arbitrary system files, environment variables, or contacting external endpoints for secrets. The agent is asked to produce fully working code and to prefer latest dependency versions, which implies network-aware version selection but not credential access.
Install Mechanism
This is an instruction-only skill with no install spec and no code files. That is the lowest-risk model for a scaffolding skill.
Credentials
The skill requests no environment variables or credentials. That is proportionate for a local project scaffolder. It does not request unrelated service tokens or secret-bearing env vars.
Persistence & Privilege
The skill is not always-enabled and does not request elevated persistence. It does instruct initializing a git repository and making a commit in the working directory, which is expected behavior for scaffolding but is a direct filesystem modification.
How to Use
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install project-kickstart - After installation, invoke the skill by name or use
/project-kickstart - Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of project-kickstart
- Instantly scaffold new projects with best-practice defaults for multiple popular stacks
- Generates real, working starter code for Next.js, React, FastAPI, Express, Python CLI, static sites, and OpenClaw skills
- Every project includes: proper .gitignore, README.md, MIT LICENSE, CI workflow, and clean git init
- Interactive workflow to clarify project type and requirements before generating files
- Minimal setup: no placeholder code, no unnecessary features—just ready-to-code boilerplate
Metadata
Frequently Asked Questions
What is Project Kickstart?
Scaffold any project in seconds. Generate boilerplate for Next.js, React, Python CLI, Express, FastAPI, static sites, and more. Pre-configured with git, lint... It is an AI Agent Skill for Claude Code / OpenClaw, with 112 downloads so far.
How do I install Project Kickstart?
Run "/install project-kickstart" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is Project Kickstart free?
Yes, Project Kickstart is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does Project Kickstart support?
Project Kickstart is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created Project Kickstart?
It is built and maintained by Ha Le (@vanthienha199); the current version is v1.0.0.
More Skills