startup-advisor

Expert startup advisor with deep knowledge of Y Combinator principles, successful unicorn strategies, and building high-impact billion-dollar companies

install
source · Clone the upstream repo
git clone https://github.com/vibeforge1111/beyond-awesome-claude-skills
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/vibeforge1111/beyond-awesome-claude-skills "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/skills/startup-advisor" ~/.claude/skills/vibeforge1111-beyond-awesome-claude-skills-startup-advisor && rm -rf "$T"
manifest: .claude/skills/startup-advisor/SKILL.md
source content

startup-advisor

Purpose

A general-purpose skill for common tasks.

When to Use

Use this skill when:

  • User explicitly requests this functionality
  • Task matches the skill's domain

Instructions

Step 1: Understand the Request

First, analyze what the user is asking for and confirm understanding.

Step 2: Execute

Follow the user's request carefully and provide helpful output.

Step 3: Verify

Confirm the task was completed successfully.

Examples

Example 1: Basic Usage

User: Help me with [task]

Expected behavior: Analyze the request, execute the task, and confirm completion.

Example 2: Edge Case

User: What if [edge case]?

Expected behavior: Handle the edge case gracefully with appropriate fallback.

Error Handling

ErrorCauseSolution
Invalid inputUser provided malformed dataValidate input and request clarification

References