Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Idd Forge

ASecurity

Launch the Forge web UI for this project's IDD artifacts, with literal optional port/docs arguments, an observable background process and startup error reporting.

6 stars
0 votes
0 copies
0 views
Added 9/22/2026
developmentshellnodeapi

Works with

terminalcliapi

Security Analysis

A100/100

Scanned 9/22/2026

Install to Claude Code

$npx -y skills add GrillerGeek/idd-framework --skill idd-forge --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Idd Forge?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Idd Forge
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/grillergeek-idd-forge/badge)](https://www.skillsdirectory.com/skills/grillergeek-idd-forge)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: idd-forge
license: Apache-2.0
description: Launch the Forge web UI for this project's IDD artifacts, with literal optional port/docs arguments, an observable background process and startup error reporting.
---

# Launch Forge

Use this skill when the user wants the local Forge artifact browser/editor. Resolve the consuming project root as the working directory. Installing this skill creates no artifacts; launching does not authorize editing artifacts. The published app is launched with `npx --yes @jasonrobey/idd-forge`. It requires Node 20 or newer and may acquire the package from npm. Preserve the user's configured host/model. No additional IDD npm dependency or global installation is needed.

## Validate before launch

Accept only these optional arguments, each at most once:

- `--port <integer>`: decimal integer from 1 through 65535.
- `--no-open`: disable automatic browser opening.
- `--docs <path>`: one nonempty literal path, including spaces; preserve its value.

Reject unknown/duplicate flags, missing values and invalid ports before starting a process. Parse arguments as tokens, not executable source; shell metacharacters in values are data. Prefer a native argv interface. If the tool takes shell text, quote **each** argv safely for that shell (for POSIX shells use single quotes and encode an embedded single quote as `'\''`). JSON string encoding is not shell escaping. Never interpolate raw user text or execute substitutions. Explain invalid input without creating files or guessing a corrected value.

Confirm Node/npx and a real host capability to keep a process running while inspecting its output. Use only actual available tools; a background process/session tool may return a task or terminal handle. If none exists, give the exact safely quoted command for the user to run in a terminal and state that launch did not happen. Do not invent tool names, session IDs or process state. Do not silently substitute a public executable if an explicitly supplied controlled fixture is unavailable.

## Start and inspect

Launch the validated argv from the consuming root through the native background/process capability. Retain its returned handle and launch command identity. Inspect startup output and running/exited state within **30 seconds**, without waiting for the server's normal exit. A live terminal that yields a real session handle is suitable; an unobservable detached shell is not sufficient evidence. The app normally uses port 4000 and may increment when busy: report the **actual printed URL**, never a predicted port.

If startup succeeds, report the URL and the real owned handle/PID, plus precise stop instructions using that native handle. If only an actual child PID is available, verify it belongs to this launch and provide PID-specific stop guidance. Never kill by process-name or port matching. Preserve any pre-existing servers. Leave the successfully observed process running for the user; do not claim it will survive client/session closure unless actually established.

If startup exits, surface the useful exact error and exit state; do not report success. Typical causes include Node version, unavailable npx, registry/install failure or invalid docs path. If no startup confirmation arrives within 30 seconds, stop only this owned launch through its handle, verify its exit if possible and report timeout plus partial state. If cleanup cannot be confirmed, state that and identify the owned handle for recovery. Do not launch another instance to conceal a failed one.

Do not write scratch files, initialize hierarchy directories, change project dependencies/settings, repair artifacts, or open an unrelated browser. The app controls its own browser opening unless `--no-open` is supplied. A controlled test launcher proves process/argument behavior only; distinguish it from the published Forge UI and native plugin alias integration.

Attribution

GrillerGeekGrillerGeek
View sourceMore from GrillerGeek →
SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Your tool, in front of Claude Code builders.

3 founder slots · $299/mo · GSC-verified traffic · sponsors can never buy grades.

See placements

Related Skills

Browser Extension Developer

Use this skill when developing or maintaining browser extension code in the `browser/` directory, including Chrome/Firefox/Edge compatibility, content scripts, background scripts, or i18n updates.

284072 votes

Seo Optimizer

SEO optimization with keyword analysis, readability assessment, technical validation, content quality. Use for search rankings, blog posts, content audits, or encountering keyword density, readability scores, meta tags, schema markup errors.

2192 votes

Google Official Seo Guide

Official Google SEO guide covering search optimization, best practices, Search Console, crawling, indexing, and improving website search visibility based on official Google documentation

1862 votes

Tanstack Start

Build a full-stack TanStack Start app on Cloudflare Workers from scratch — SSR, file-based routing, server functions, D1+Drizzle, better-auth, Tailwind v4+shadcn/ui. Use whenever the user mentions TanStack Start, asks to scaffold a full-stack Cloudflare app with SSR, wants an SSR dashboard, or asks for a React 19 + Cloudflare Workers app with file-based routing and server functions — even if they don't name TanStack Start specifically. No template repo — Claude generates every file fresh per ...

9881 votes

Pentest

PTES-aligned adversarial security audit for backend, frontend, and mobile applications. Produces a CVSS-scored Hacker Report with verified PoCs and phased remediation.

5491 votes
View all in development →