Skip to content

Exclude unnecessary files when installing skills#7

Merged
quuu merged 1 commit intovercel-labs:mainfrom
tolluset:main
Jan 15, 2026
Merged

Exclude unnecessary files when installing skills#7
quuu merged 1 commit intovercel-labs:mainfrom
tolluset:main

Conversation

@tolluset
Copy link
Contributor

@tolluset tolluset commented Jan 15, 2026

Summary

  • Exclude files that are not needed for skill execution when installing
スクリーンショット 2026-01-15 16 50 07

Changes

  • Skip README.md (developer documentation)
  • Skip metadata.json (build script metadata)
  • Skip files starting with _ (templates, section definitions)

Why

These files are only used for:

  • Development/contribution guides (README.md)
  • Build process (metadata.json, _sections.md, _template.md)

Claude only needs:

  • SKILL.md (skill definition)
  • AGENTS.md (detailed rules)
  • rules/*.md (actual rule files, excluding _ prefixed)

Test

Tested with vercel-labs/agent-skills react-best-practices skill.

スクリーンショット 2026-01-15 17 14 49

@quuu quuu merged commit 3f2c4aa into vercel-labs:main Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants