Conversation
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…/mcp-skill-tools
Implement a comprehensive skills management system in the MCP & Tools settings page. Backend changes: - Add skill_controller.py with REST API endpoints for skill CRUD operations - Register skill router in app router configuration - Implement file validation and security checks for skill uploads Frontend changes: - Add Skills section to MCP & Tools settings page - Create SkillList component to display uploaded skills - Create SkillUploadDialog with drag-and-drop support - Create SkillDeleteDialog for safe deletion - Integrate with local backend API using getBaseURL() Documentation: - Add example-skill.md as reference template - Add comprehensive skills_feature.md documentation Skills are markdown/text files stored in the skills/ directory and accessible to AI agents through the existing skills-loader MCP server. Co-authored-by: Cursor <cursoragent@cursor.com>
|
@eigent-ai/maintainers This PR is ready for review. Added comprehensive Skills management UI with upload/download/delete functionality. |
|
thanks @lizekai-hash for the contribution! |
|
Thanks @lizekai-hash for your amazing contribution! For supporting skills in Eigent, we are thinking of using |
|
Hi @lizekai-hash , thanks for this contribution! As @lightaime mentioned, we've gone ahead and implemented skills support via Really appreciate your effort here — thank you again and looking forward to future contributions! |
Summary
Test plan