JasonLo

ss-skill-weekly-discover

0
0
# Install this skill:
npx skills add JasonLo/skill-sommelier --skill "ss-skill-weekly-discover"

Install specific skill from multi-skill repository

# Description

>-

# SKILL.md


name: ss-skill-weekly-discover
description: >-
Automated weekly skill discovery for GitHub Actions. Uses claude-code-action
to search GitHub for new Claude Code skills, filter against installed skills
and user profile, and create a GitHub issue with recommendations. Triggers on
"weekly discover", "automated discovery", "skill recommendations".
allowed-tools:
- Read
metadata:
depends-on: ss-skill-discover


Automated weekly skill discovery that runs as a GitHub Actions cron job. The workflow uses claude-code-action to search GitHub for new Claude Code skills, filter them against your installed skills and user profile, and create a GitHub issue with checkbox-based recommendations.

How It Works

  1. Cron fires (Sunday 2 PM UTC) via .github/workflows/weekly-discover.yml
  2. claude-code-action runs with a discovery prompt β€” searches GitHub, validates candidates, ranks by relevance
  3. Issue created with checkbox list of recommended skills
  4. User reviews and checks desired skills
  5. User comments @claude install the checked skills from this issue
  6. Claude (via claude.yml) reads the issue, installs checked skills, creates a PR

Manual Trigger

The workflow supports workflow_dispatch for on-demand runs.

Configuration

Edit .github/user-profile.md to customize discovery keywords. The profile contains your tech stack and interests used to rank skill relevance.

Files

  • .github/workflows/weekly-discover.yml β€” cron workflow using claude-code-action
  • .github/user-profile.md β€” user profile for keyword matching

# Supported AI Coding Agents

This skill is compatible with the SKILL.md standard and works with all major AI coding agents:

Learn more about the SKILL.md standard and how to use these skills with your preferred AI coding agent.