fortify-create-app

Automate Fortify application creation on FoD or SSC with fcli commands.

18|1|Updated Apr 22, 2026
One-click install
npx skills add https://github.com/fortify/skills --skill fortify-create-app
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fortify-create-app
Source: https://github.com/fortify/skills/tree/main/skills/fortify-create-app
Command: npx skills add https://github.com/fortify/skills --skill fortify-create-app

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Create new Fortify application(s) in FoD or SSC, standardizing onboarding and initial releases across platforms.

Core Features & Use Cases

  • Platform detection (FoD vs SSC) and session verification to determine the correct workflow.
  • Application name discovery or confirmation via naming references, handling microservices when needed.
  • End-to-end creation of the application and initial release/version using the appropriate fcli command (fod app create or ssc appversion create), with idempotent checks and optional attributes.

Quick Start

Follow the three-step workflow to create a new Fortify application on FoD or SSC using fcli.

Frequently Asked Questions about fortify-create-app

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a new Fortify application on FoD or SSC?

To create a Fortify application on FoD or SSC, you can use an automated fcli-based workflow that detects your platform, verifies the session, and executes the appropriate create command with idempotent checks against duplicates.

What is the best way to onboard new applications into Fortify for release management?

The best way to onboard applications into Fortify is to standardize the creation process using a guided workflow that discovers the correct application name via references and sets up the initial release version automatically.

Can I use fcli to create Fortify applications and initial releases without causing duplicates?

Yes, you can use fcli to create Fortify applications and initial releases with built-in idempotent checks that safeguard against duplicate resources across both FoD and SSC platforms.

Does the Fortify application creation workflow support microservices?

Yes, the Fortify application creation workflow supports microservices by handling application name discovery and confirmation through naming references, allowing you to manage complex application structures efficiently.

Why do I need platform detection when creating Fortify apps with fcli?

Platform detection is required when creating Fortify apps with fcli to determine the correct workflow and execute the specific platform command, either 'fod app create' or 'ssc appversion create', ensuring consistent onboarding.