Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:20:11 +08:00
commit 0e4afd6273
10 changed files with 639 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# Scripts
Bundled resources for pi-pathfinder skill
- [ ] plugin_analyzer.py: Analyzes a given plugin directory, extracts skill descriptions, and returns a structured summary.
- [ ] skill_adapter.py: Adapts the extracted skills from other plugins to the current task based on the user's request.
- [ ] plugin_search.py: Searches the installed plugins for relevant keywords and returns a list of potential plugins to use.