AgentSkillsCN

Find for designs / scopes for a project

为项目寻找相关的设计和范围。每当用户提及项目的设计/范围文档时,都应使用此技能。

SKILL.md
--- frontmatter
name: Find for designs / scopes for a project
description: Find relevant designs and scopes for a project. Should be used whenever a user mentions a design / scope doc for a project.

All designs and scope documents can be found in /Users/calebvandyke/code/obsidian/designs/*. There will be one directory for each project, and within each directory there may be multiple files relate to the project.

You can search available projects by running ls /Users/calebvandyke/code/obsidian/designs. This will list all the project directories. To search for a specific project, you can use find /Users/calebvandyke/code/obsidian/designs -name "*<project_name>*". Replace <project_name> with the name of the project you are looking for.