Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
HomeCompare › find-ai-directories vs start-office-hours-prd

find-ai-directories vs start-office-hours-prd

Two Product Claude Code skills, side by side. Pick the right skill for your workflow with a side-by-side look at metadata, sample code, and install commands.

Side-by-side

Namefind-ai-directoriesstart-office-hours-prd
DescriptionUse whenever the user wants to find, rank, or shortlist directories and listing sites where they can submit an AI product — an AI tool, AI app, AI agent, or agent skill / plugin — to get backlinks, referral traffic,…YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-f — from dhomini-rabelo/ben-prototype
CategoryProductProduct
Sub-categoryproduct-miscproduct-misc
Tagsai:agent
AuthorArtur Briugeman <[email protected]>dhomini-rabelo
LicenseMIT
Install/add-skill find-ai-directories/add-skill start-office-hours-prd

Tag overlap

Shared

Only in find-ai-directories ai:agent

Only in start-office-hours-prd

Sample code from each SKILL.md

find-ai-directories

   ( set -a; [ -f .env.local ] && . ./.env.local; set +a;
     curl -sS -H "Authorization: Bearer $SERVICEGRAPH_API_KEY" \
          'https://api.servicegraph.co/v1/datasets/product_directory/fields' )
   ```

2. **On `401`**, prompt the user (don't accept the key in chat):

   > "Open **https://servicegraph.co/profile/api-keys**, sign in, create a key,
   > and add `SERVICEGRAPH_API_KEY=vk_…` to `.env.local` (or export it). Tell me
   > when done — please don't paste the key into chat."

3. **R…

start-office-hours-prd

_UPD=$(~/.claude/skills/gstack/bin/gstack-update-check 2>/dev/null || .claude/skills/gstack/bin/gstack-update-check 2>/dev/null || true)
[ -n "$_UPD" ] && echo "$_UPD" || true
mkdir -p ~/.gstack/sessions
touch ~/.gstack/sessions/"$PPID"
_SESSIONS=$(find ~/.gstack/sessions -mmin -120 -type f 2>/dev/null | wc -l | tr -d ' ')
find ~/.gstack/sessions -mmin +120 -type f -exec rm {} + 2>/dev/null || true
_PROACTIVE=$(~/.claude/skills/gstack/bin/gstack-config get proactive 2>/dev/null || echo "true")
_…

When to choose each

find-ai-directories — Use whenever the user wants to find, rank, or shortlist directories and listing sites where they can submit an AI product — an AI tool, AI app, AI agent, or agent skill / plugin — to get backlinks, referral traffic,…

start-office-hours-prd — YC Office Hours — two modes. Startup mode: six forcing questions that expose demand reality, status quo, desperate specificity, narrowest wedge, observation, and future-f — from dhomini-rabelo/ben-prototype

Both are free to install. If you're unsure, install both — Claude Code skills are isolated by filename and only collide if their trigger phrases overlap (rare). The richest signal is the SKILL.md body itself — open both skill pages and read the first paragraph of each.

Open find-ai-directories → Open start-office-hours-prd →

Other comparisons in this category

See all Claude Code skill comparisons · Browse all Product skills · Top 100