smithers-init
SolidInstall the local Smithers workflow pack into .smithers/. Pass an optional prompt to also launch the create-workflow builder after init. Run `smithers init --help` for usage details.
AI & Automation 339 stars
44 forks Updated today MIT
Install
Quality Score: 89/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# smithers init
Install the local Smithers workflow pack into .smithers/. Pass an optional prompt to also launch the create-workflow builder after init.
## Arguments
| Name | Type | Required | Description |
|------|------|----------|-------------|
| `prompt` | `string` | no | Optional plain-English task: after init, launch the create-workflow builder with this prompt pre-filled |
## Options
| Flag | Type | Default | Description |
|------|------|---------|-------------|
| `--agent` | `string` | | Preferred coding agent id (e.g. claude, codex, pi). Skips the interactive agent question. |
| `--tutorial` | `boolean` | `true` | After install, open a hijacked tutorial session hosted by your preferred agent (interactive init only). Use --no-tutorial to skip. |
| `--force` | `boolean` | `false` | Overwrite existing scaffold files |
| `--agentsOnly` | `boolean` | `false` | Only create .smithers/agents/ and leave the rest of the workflow pack untouched |
| `--install` | `boolean` | `true` | Run `bun install` inside .smithers/ after scaffolding (--no-install to skip) |
| `--addAgents` | `boolean` | `false` | After scaffolding, launch the interactive `agents add` wizard to register one or more accounts. |
| `--skill` | `boolean` | `true` | Install the curated `smithers` skill into your detected coding agents (Claude Code, Pi, Codex, OpenCode, Kimi, Amp, Antigravity) and, if a CLAUDE.md or AGENTS.md exists, append guidance on when to use smithers.sh workflows. Use --no-skill to skip...
Details
- Author
- smithersai
- Repository
- smithersai/smithers
- Created
- 6 months ago
- Last Updated
- today
- Language
- JavaScript
- License
- MIT
Similar Skills
Semantically similar based on skill content — not just same category
AI & Automation Solid
smithers-make-workflow
Build a new Smithers workflow from a plain-English description. Dispatches to the create-workflow builder. Run `smithers init` first if the .smithers/ pack is not yet installed. Run `smithers make-workflow --help` for usage details.
339 Updated today
smithersai AI & Automation Solid
smithers-starters
Show plain-English starter workflows with copy-paste commands. Run `smithers starters --help` for usage details.
339 Updated today
smithersai AI & Automation Solid
smithers-ask
Ask a question about Smithers using your installed agent and the Smithers MCP server. Run `smithers ask --help` for usage details.
339 Updated today
smithersai