feat: 初始化 getskills 技能

添加 SKILL.md 文件,将 getskills 工具转换为标准技能格式

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-03-22 22:46:32 +08:00
commit 4bbdbfd52e
27 changed files with 2285 additions and 0 deletions

38
.npmignore Normal file
View File

@@ -0,0 +1,38 @@
# Development files
.git/
.gitignore
.vscode/
.idea/
# Test files
test/
*.test.js
*.spec.js
coverage/
# Documentation drafts
docs/drafts/
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Environment files
.env
.env.*
# Temporary files
*.log
*.tmp
.DS_Store
Thumbs.db
# Node
node_modules/
# Keep these files in the package
!README.md
!EXAMPLES.md
!LICENSE
!index.js