-
Notifications
You must be signed in to change notification settings - Fork 142
Add skills setup info to docs #2823
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Harjun751
wants to merge
4
commits into
MarkBind:master
from
Harjun751:add-skills-setup-info-to-docs
+17
−5
Closed
Changes from all commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -15,11 +15,18 @@ The MarkBind project has configurations that facilitate AI use. | |
|
|
||
| ## AI Skills | ||
|
|
||
| Skills are designed to improve AI agent performance by providing structured instructions and resources for specific tasks. This is applicable to any AI agent with skill support, and developers can point AI agents to the skills directory for structured task handling. | ||
| Skills are designed to improve AI agent performance by providing structured instructions and resources for specific tasks. Skills are best used in conjunction with tools that support skill use, though agents can be manually directed to use the skills as well. | ||
|
|
||
| ### Skills Directory | ||
| Do not use Skills found online without auditing them first. It is also strongly recommended to create a separate pull request to review the Skill before proper use. | ||
|
|
||
| Skills are located in the `.github/skills/` directory. You can point AI agents to this directory to leverage the structured instructions and resources provided by the skills. | ||
| ### Setting up Skills | ||
|
|
||
| Skills are located in the `.github/skills/` directory. Many tools and agents require different directory structures to enable skill use. It is suggested to set up symlinks for the specific directory structure required. | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I understand that you have added some popular ai directories to the |
||
|
|
||
| For example, if configuring opencode: | ||
| ``` | ||
| ln -s .github/ .opencode | ||
| ``` | ||
|
|
||
| ### List of Skills | ||
|
|
||
|
|
@@ -39,7 +46,7 @@ If you find yourself performing similar structured tasks with an AI agent, consi | |
|
|
||
| ### Using Skills | ||
|
|
||
| Skills relevant to particular tasks should be invoked automatically by AI agents. You may opt to directly point the agent to a skill. | ||
| Skills relevant to particular tasks should be invoked automatically by AI agents. | ||
|
|
||
| ### Useful Links | ||
| - [Skill.sh skill repository](https://skills.sh/) | ||
|
|
||
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we also cautious against using skills downloaded online blindly without auditing it due to security concerns?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh you mean like those you just download online without adding to the repo first?
Hmm, I feel like that's quite a given but maybe it'd be good to say that quiet part out loud ah (i.e. don't be stupid lol).
Maybe something like:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep u right