skills/speckit-skills/speckit-initial/SKILL.md
Run `specify init` in the current or target directory to bootstrap a Spec Kit project (pull .specify/ and slash commands); supports multiple AI agents and --script sh/ps. Use when the user says "initialize Spec Kit project", "specify init", or "set up Spec Kit in this repo".
npx skillsauth add partme-ai/full-stack-skills speckit-initialInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Run specify init to initialize a Spec Kit project: pull .specify/ (memory, scripts, templates, specs) and register /speckit.* slash commands with the chosen AI Agent. This skill assumes the Specify CLI is already installed; if not, direct the user to speckit-install first.
--script ps).specify is not in PATH, guide the user to run speckit-install before proceeding.--no-git if the project is not a git repo or you want to skip git-related setup).Verify CLI
Choose parameters
claude | cursor-agent | gemini | copilot | windsurf | qwen | opencode | codex | qoder | amp | shai | bob | kilocode | auggie | roo | codebuddy — pick the agent the user will use in this project.sh (default, Bash) or ps (PowerShell). Use ps on Windows when the user needs PowerShell scripts.specify init . or specify init --here for current directory; or specify init <project_name> for a new subdirectory..specify/ if present (use with care)..specify/ structure.GITHUB_TOKEN: For private repos or rate-limited access.Run the command
specify init . --ai cursor-agentspecify init . --ai claudespecify init . --ai copilot --script psspecify init my-app --ai geminiConfirm outputs
.specify/ (memory, scripts, templates, specs) and the Agent has /speckit.* slash commands available..specify/ directory with memory, scripts, templates, and specs./speckit.constitution, /speckit.specify, /speckit.plan) available in the chosen AI Agent.| Environment | Example |
|-------------|---------|
| Linux / macOS, Cursor | specify init . --ai cursor-agent |
| Linux / macOS, Claude | specify init . --ai claude |
| Windows, Copilot, PowerShell | specify init . --ai copilot --script ps |
| New subdirectory | specify init my-project --ai gemini |
| Overwrite existing .specify | specify init . --ai claude --force |
| No git | specify init . --ai claude --no-git |
| Templates only (no agent tools) | specify init . --ai claude --ignore-agent-tools |
--script ps if the agent expects PowerShell, and that the agent is configured to load commands from the project.GITHUB_TOKEN or pass --github-token <token> as documented by spec-kit.development
Provides per-component and per-API examples with cross-platform compatibility details for uni-app, covering built-in components, uni-ui components, and APIs (network, storage, device, UI, navigation, media). Use when the user needs official uni-app components or APIs, wants per-component examples with doc links, or needs platform compatibility checks.
tools
Creates new uni-app projects via the official CLI or HBuilderX with Vue 2/Vue 3 template selection, manifest.json and pages.json configuration, and directory structure setup. Use when the user wants to scaffold a new uni-app project, initialize project files with a single command, or set up the development environment.
tools
Browses, installs, configures, and manages plugins from the uni-app plugin market (ext.dcloud.net.cn) including component plugins, API plugins, and template plugins with dependency handling. Use when the user needs to find and install uni-app plugins, configure plugin settings, manage plugin dependencies, or integrate third-party components.
tools
Develops native Android and iOS plugins for uni-app including module creation, JavaScript-to-native communication, and plugin packaging for distribution. Use when the user needs to build custom native modules, extend uni-app with native capabilities (camera, Bluetooth, sensors), or create publishable native plugins.