[PR #134] [MERGED] feat: add file-organizer skills example #147

Closed
opened 2026-02-16 06:17:17 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/deepagentsjs/pull/134
Author: @sunwenzhe-git
Created: 1/22/2026
Status: Merged
Merged: 1/23/2026
Merged by: @christian-bromann

Base: mainHead: feat/example-skills-file-organizer


📝 Commits (3)

  • c2b5145 feat: add file-organizer skills example
  • 472794e feat: 🎸 update file-organizer skill based on feedback
  • 30b87c0 Merge remote-tracking branch 'upstream/main' into feat/example-skills-file-organizer

📊 Changes

1 file changed (+243 additions, -0 deletions)

View changed files

examples/skills/file-organizer/SKILL.md (+243 -0)

📄 Description

This PR adds a new feature called File Organizer.
Its main function is to help users intelligently organize their computer files, including:

  1. Analyzing the current folder structure.

  2. Finding duplicate files.

  3. Suggesting a reasonable folder structure based on file type, date, or purpose.

  4. Automating cleanup tasks (moving, renaming, etc.).

This is extremely helpful for organizing messy download folders and archiving old projects.

If you need me to write this PR description directly into a file, or if you have other modification requirements, please let me know!


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/deepagentsjs/pull/134 **Author:** [@sunwenzhe-git](https://github.com/sunwenzhe-git) **Created:** 1/22/2026 **Status:** ✅ Merged **Merged:** 1/23/2026 **Merged by:** [@christian-bromann](https://github.com/christian-bromann) **Base:** `main` ← **Head:** `feat/example-skills-file-organizer` --- ### 📝 Commits (3) - [`c2b5145`](https://github.com/langchain-ai/deepagentsjs/commit/c2b51456abc931a20101591fad2938e628e0e1a8) feat: add file-organizer skills example - [`472794e`](https://github.com/langchain-ai/deepagentsjs/commit/472794ee9d9ac5b496e4cf5554ae37dd7bc2d5b6) feat: 🎸 update file-organizer skill based on feedback - [`30b87c0`](https://github.com/langchain-ai/deepagentsjs/commit/30b87c00e4db3837e0dfaf160197c3b87179d4b5) Merge remote-tracking branch 'upstream/main' into feat/example-skills-file-organizer ### 📊 Changes **1 file changed** (+243 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `examples/skills/file-organizer/SKILL.md` (+243 -0) </details> ### 📄 Description This PR adds a new feature called File Organizer. Its main function is to help users intelligently organize their computer files, including: 1. Analyzing the current folder structure. 2. Finding duplicate files. 3. Suggesting a reasonable folder structure based on file type, date, or purpose. 4. Automating cleanup tasks (moving, renaming, etc.). This is extremely helpful for organizing messy download folders and archiving old projects. If you need me to write this PR description directly into a file, or if you have other modification requirements, please let me know! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 06:17:17 -05:00
yindo closed this issue 2026-02-16 06:17:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/deepagentsjs#147