Install
$ agentstack add skill-hiromaily-claude-forge-forge-setup ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
forge-setup
Configure default flags for /forge pipelines in this repository.
Flow
- Call
mcp__forge-state__preferences_getto load current preferences.
- Present all current values and ask the user to confirm or change them using AskUserQuestion. Ask all five questions in a single prompt:
``` Current preferences:
- --auto (skip human confirmation): {current or "not set"}
- --debug (debug mode): {current or "not set"}
- --effort (default effort level): {current or "not set (auto-detect)"}
- --nopr (skip PR creation): {current or "not set"}
- --discuss (pre-pipeline discussion): {current or "not set"}
For each setting, reply with the desired value:
- auto: yes / no / keep
- debug: yes / no / keep
- effort: S / M / L / none / keep
- nopr: yes / no / keep
- discuss: yes / no / keep
```
- Parse the user's responses and build the preferences object.
- Show a summary and ask for final confirmation:
``` Preferences to save:
- auto: true
- debug: false
- effort: M
- nopr: true
- discuss: false
Save these preferences? (yes/no) ```
- If confirmed, call
mcp__forge-state__preferences_setwith the preferences object.
- Display confirmation: "Preferences saved to
.specs/preferences.json. These defaults will be applied to all future/forgeruns. Explicit flags on/forgealways override preferences."
Notes
- "keep" means retain the current value (or "not set" if there is no current value).
- "none" for effort means remove the preference (auto-detect effort).
- This skill only reads/writes through MCP tools; it does not manipulate files directly.
- Preferences can only enable flags. Setting a flag to "no" removes the preference (same as "not set").
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: hiromaily
- Source: hiromaily/claude-forge
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.