bump agent-skill-plugin plugin to version 1.0.0 #1939
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Agent Skill 智能代理技能插件
为 Dify 平台设计的智能代理策略插件,根据用户查询动态激活专业技能
English | 中文
中文
概述
Agent Skill Plugin 是一个智能代理策略插件,能够根据用户查询自动匹配和激活专业技能。灵感来源于 Claude Code Skills 和 OpenAI Agents Codex Tool 概念。
✨ 核心功能
🧰 内置技能
1. 代码助手 (Code Helper)
协助编程和代码相关任务:
触发词:
explain code,refactor,optimize,code review,debug,fix bug,code2. 文档助手 (Documentation Helper)
为代码和项目创建全面的文档:
触发词:
document,readme,api docs,docstring,jsdoc3. 测试助手 (Testing Helper)
生成测试并提高代码覆盖率:
触发词:
test,unit test,integration test,mock,coverage,pytest,jest⚙️ 配置参数
modeltoolsqueryenabled_skillscustom_skillsdebug_modemaximum_iterations📦 自定义技能
在 Dify 界面中使用 YAML 格式定义自定义技能:
🚀 快速开始
📚 更多文档
English
Overview
Agent Skill Plugin is an intelligent agent strategy plugin for the Dify platform that dynamically activates specialized skills based on user queries. Inspired by Claude Code Skills and OpenAI Agents Codex Tool concepts.
✨ Core Features
🧰 Built-in Skills
1. Code Helper
Assists with programming and code-related tasks:
Triggers:
explain code,refactor,optimize,code review,debug,fix bug,code2. Documentation Helper
Creates comprehensive documentation:
Triggers:
document,readme,api docs,docstring,jsdoc3. Testing Helper
Generates tests and improves coverage:
Triggers:
test,unit test,integration test,mock,coverage,pytest,jest⚙️ Configuration Parameters
modeltoolsqueryenabled_skillscustom_skillsdebug_modemaximum_iterations📦 Custom Skills
Define custom skills using YAML format in Dify interface:
🚀 Getting Started
📚 Documentation
License
MIT License
Contributing
Contributions are welcome! Please see Development Guide for details.
Plugin Submission Form
1. Metadata
2. Submission Type
3. Description
4. Checklist
5. Documentation Checklist
Please confirm that your plugin README includes all necessary information:
6. Privacy Protection Information
Based on Dify Plugin Privacy Protection Guidelines:
Data Collection
This plugin does not collect, store, or process any user personal data.
All inputs provided by users are only used to perform ontology-related queries and execution requests to the configured ontology service and are not persisted.
Privacy Policy