Agent-Startup-Skills

Claude Code Skills Guide

This guide explains how to get the most out of Agent Startup Skills within the Claude Code CLI.

Installation Methods

This makes the Startup Factory available in every Claude session.

npx -y github:Aizaz-Noor/Agent-Startup-Skills --claude

2. Project-Local Installation

This enables the skills only for the current project folder.

npx -y github:Aizaz-Noor/Agent-Startup-Skills --project

How to Invoke

In the Claude terminal, you can trigger the pipeline in two ways:

  1. Natural Language: “I want to build a fitness app using the Startup Factory.”
  2. Explicit Trigger: using the Startup Factory build a SaaS

Tips for Claude Code