AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Forge Setup

skill-hiromaily-claude-forge-forge-setup · by hiromaily

Configure per-repository default flags for /forge pipelines. Interactive setup that saves preferences to .specs/preferences.json.

No reviews yet
0 installs
23 views
0.0% view→install

Install

$ agentstack add skill-hiromaily-claude-forge-forge-setup

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No 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.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-hiromaily-claude-forge-forge-setup)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
3mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

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 →
Are you the author of Forge Setup? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

forge-setup

Configure default flags for /forge pipelines in this repository.

Flow

  1. Call mcp__forge-state__preferences_get to load current preferences.
  1. 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:

  1. auto: yes / no / keep
  2. debug: yes / no / keep
  3. effort: S / M / L / none / keep
  4. nopr: yes / no / keep
  5. discuss: yes / no / keep

```

  1. Parse the user's responses and build the preferences object.
  1. 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) ```

  1. If confirmed, call mcp__forge-state__preferences_set with the preferences object.
  1. Display confirmation: "Preferences saved to .specs/preferences.json. These defaults will be applied to all future /forge runs. Explicit flags on /forge always 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.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.