-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathNOTICE
More file actions
32 lines (26 loc) · 1.45 KB
/
NOTICE
File metadata and controls
32 lines (26 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
SkillAnything
Copyright (c) 2026 SkillAnything Contributors
This product includes software developed by or derived from:
1. CLI-Anything (https://github.com/HKUDS/CLI-Anything)
Copyright (c) 2024-2026 HKUDS
Licensed under the MIT License
Used: 7-phase pipeline methodology concept, target analysis approach
2. Dazhuang Skill Creator (https://github.com/DazhuangJammy/DazhuangSkill-Creator)
Copyright (c) 2025-2026 DazhuangJammy
Licensed under the Apache License, Version 2.0
Used: Project directory structure pattern (agents/, references/, assets/, scripts/)
3. Anthropic Skill Creator (Claude Code built-in plugin)
Copyright (c) 2024-2026 Anthropic, PBC
Licensed under the Apache License, Version 2.0
Used: Evaluation scripts (run_eval.py, improve_description.py, run_loop.py,
aggregate_benchmark.py, generate_report.py, quick_validate.py, package_skill.py,
utils.py), agent instructions (grader.md, comparator.md, analyzer.md),
eval-viewer (generate_review.py), JSON schemas, eval review HTML template
Changes from original Anthropic Skill Creator:
- Added multi-platform packaging support (Claude Code, OpenClaw, Codex, generic)
- Added automated target analysis and skill design pipeline
- Added auto test case generation
- Modified scripts to work within SkillAnything pipeline context
- Added code obfuscation support for original scripts
A copy of the Apache License, Version 2.0 is available at:
http://www.apache.org/licenses/LICENSE-2.0