Skip to content

SwiftGGTeam/wwdc-quick-look-skill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

WWDC Quick Look Skill

Standalone skills.sh package for querying Apple WWDC session metadata, Resources links, Code tab snippets, and transcripts.

Install with:

npx skills add SwiftGGTeam/wwdc-quick-look-skill

The skill name remains wwdc-quick-look. After installation, ask your agent WWDC questions such as:

Use wwdc-quick-look to find WWDC25 sessions about Foundation Models and show official resources.

Contents

.
├── README.md
├── scripts/query.mjs        # Compatibility wrapper for repo-local workflows
└── wwdc-quick-look/
    ├── SKILL.md
    ├── scripts/query.mjs
    └── references/data-schema.md

The installable skill lives in wwdc-quick-look/ so npx skills add installs the full skill directory, including bundled scripts and references. The root scripts/query.mjs file is only a compatibility wrapper for repository workflows that call the submodule directly. The crawler, website, and published data live in the main repository:

The query script reads the published CDN dataset by default. Override WWDC_QUICK_LOOK_BASE_URL only for local testing.

About

Standalone skills.sh package for WWDC Quick Look

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages