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 @@
# References
Bundled resources for pi-pathfinder skill
- [ ] plugin_analysis_schema.md: Defines the schema for the plugin analysis output, including fields for name, description, capabilities, and examples.
- [ ] skill_adaptation_strategies.md: Details various strategies for adapting skills from one plugin to another, such as parameter mapping, input transformation, and output aggregation.
- [ ] plugin_selection_criteria.md: Outlines the criteria used to select the best plugin for a given task, including relevance, reliability, and performance.