com um clique
oneshotprompt-cli
// Repository guidance for agents that need to communicate with the OneShotPrompt CLI, validate configs, list jobs, run specific jobs, or publish the console app.
// Repository guidance for agents that need to communicate with the OneShotPrompt CLI, validate configs, list jobs, run specific jobs, or publish the console app.
| name | oneshotprompt-cli |
| description | Repository guidance for agents that need to communicate with the OneShotPrompt CLI, validate configs, list jobs, run specific jobs, or publish the console app. |
| argument-hint | What OneShotPrompt CLI action, config path, or job should be operated on? |
| user-invocable | false |
| metadata | {"author":"oneshotprompt","version":"1.0"} |
Use this skill when working inside the OneShotPrompt repository and the task involves the product CLI, scripts, docs, tests, or examples that exercise that CLI.
Primary commands:
dotnet restore OneShotPrompt.slnxdotnet build OneShotPrompt.slnxdotnet test tests/OneShotPrompt.Tests/OneShotPrompt.Tests.csprojdotnet run --project src/OneShotPrompt.Console -- validate --config <path>dotnet run --project src/OneShotPrompt.Console -- jobs --config <path>dotnet run --project src/OneShotPrompt.Console -- run --config <path>dotnet run --project src/OneShotPrompt.Console -- run --config <path> --job <name>dotnet run --project src/OneShotPrompt.Console -- listen --config <path> --job <name>dotnet run --project src/OneShotPrompt.Console -- interactiveWorkflow:
skills/, logs/, and .oneshotprompt/memory/ content.run --config <path> --job <name>.listen --config <path> --job <name> if the intent is continuous event-driven replies rather than a single pass.interactive and the no-argument behavior that depends on whether the terminal is interactive.Workflow: "single-agent" and Workflow: "corporate-planning" where relevant.README.md and the relevant docs/ pages in the same change.Guardrails:
--job as valid for validate or jobs.listen as a general scheduler; it is a targeted bridge-driven listener mode.Operate the local unofficial WhatsApp personal channel bridge for a personal account, limited to the allowlisted phone number or numbers in the bridge config.
Operate the OneShotPrompt CLI predictably for validation, job discovery, targeted execution, and publishing. Use when a task is specifically about this project's command surface, config-driven runs, or the published console binary.
Plan and perform minimal local filesystem changes after inspection. Use when a task requires creating folders, moving or copying files, deleting files, or writing text files.
Internal project-agent engineering workflow for implementing features and fixes with unit tests, clean abstractions, extensible design, repeatable setup, cross-platform execution, and Docker-ready delivery. Use when the agent is building, refactoring, hardening, testing, packaging, or operationalizing software professionally.
Run installed executables directly for cross-platform automation. Use when a task needs CLI-based work, scripted workflows, repository commands, or tool-driven operations that are broader than simple file reads and writes.
Inspect and understand local files and directories before planning or making changes. Use when a task mentions files, folders, paths, Downloads, Documents, Desktop, reading text files, or checking current filesystem state.