Point catalog sync at skills/core/ - #205
Merged
Merged
Conversation
The catalog directory is being renamed from skills/cli/ to skills/core/ — the family covers the Firecrawl primitives via CLI or MCP, not just the CLI. Install selection is name-based, so slugs are unaffected. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Half 1 of renaming the catalog's
skills/cli/→skills/core/(the family covers the Firecrawl primitives via CLI or MCP, not just the CLI — see firecrawl/skills for the other half).sync-catalog.ymlnow mirrors into catalogskills/core/and writes a "Core skills (mirror)" READMEskills-install.tsdoc comments; no behavior change — install selection is name-based, so skills.sh slugs andfirecrawl initare unaffectedMerge this first. The sync will create
skills/core/in the catalog alongside the old folder; the catalog PR then removesskills/cli/and updates the plugin manifests, so there's no window where manifest paths point at a missing directory.🤖 Generated with Claude Code
Summary by cubic
Rename the catalog mirror from
skills/cli/toskills/core/to reflect that these are shared core skills used by CLI and MCP. No runtime behavior changes; install selection remains name-based, so slugs andfirecrawl initare unchanged..github/workflows/sync-catalog.ymlto mirrorcli/skills/into catalogskills/core/and write a "Core skills (mirror)" README.src/commands/skills-install.tsto referenceskills/core/only.Review and rollout
skills/core/alongsideskills/cli/.skills/cli/and update plugin manifests, avoiding any window with missing paths.Written for commit 7a48d59. Summary will update on new commits.