-
-
Notifications
You must be signed in to change notification settings - Fork 18
Add agent-skill to installation pages and llms.txt #65
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
Changes from 3 commits
7740541
d4b1b6d
73ca55f
c27bee8
a127bac
fe53909
471d696
c3de6a4
cb725a7
1457f1b
16a5bd7
0128618
ad0b950
369ab66
20b5bf4
7e12e38
1e5b573
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -24,6 +24,7 @@ We provide several LLMs.txt routes. Use the route that works best with your AI t | |||||||||||||||||||||||||||||
| - [`llms-preact-full.txt`](/llms-preact-full.txt) contains the Markdown content of the entire Preact docs | ||||||||||||||||||||||||||||||
| - [`llms-preact-guides.txt`](/llms-preact-guides.txt) contains the Markdown content of the Preact guides | ||||||||||||||||||||||||||||||
| - [`llms-preact-api.txt`](/llms-preact-api.txt) contains the Markdown content of the Preact API reference | ||||||||||||||||||||||||||||||
| - [`agent-skill`](https://github.com/open-circle/agent-skills/blob/main/skills/formisch/SKILL.md) contains specialized instructions for AI agents to build forms and manage state. | ||||||||||||||||||||||||||||||
|
||||||||||||||||||||||||||||||
| - [`agent-skill`](https://github.com/open-circle/agent-skills/blob/main/skills/formisch/SKILL.md) contains specialized instructions for AI agents to build forms and manage state. | |
| ## Available routes | |
| We provide several LLMs.txt routes. Use the route that works best with your AI tool. | |
| - [`llms.txt`](/llms.txt) contains a table of contents with links to all Markdown files | |
| - [`llms-preact.txt`](/llms-preact.txt) contains a table of contents with links to Preact related files | |
| - [`llms-preact-full.txt`](/llms-preact-full.txt) contains the Markdown content of the entire Preact docs | |
| - [`llms-preact-guides.txt`](/llms-preact-guides.txt) contains the Markdown content of the Preact guides | |
| - [`llms-preact-api.txt`](/llms-preact-api.txt) contains the Markdown content of the Preact API reference | |
| ## For AI Agents | |
| - [`SKILL.md`](https://github.com/open-circle/agent-skills/blob/main/skills/formisch/SKILL.md) contains specialized instructions for AI agents to build forms and manage state |
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@website/src/routes/`(docs)/preact/guides/(get-started)/llms-txt/index.mdx at
line 27, The external GitHub link labeled `agent-skill` was incorrectly placed
under the "Available routes" list, uses a non-conforming label, and includes a
trailing period; move that link out of the "Available routes" section into a new
section header (e.g., "## Agent Skills" or "## For AI Agents"), change the link
label to follow the site's convention (use the actual resource identifier as
inline code, e.g., `agent-skill` or the relevant path if one exists), and remove
the trailing period from the description so formatting matches the other list
items.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,3 +54,14 @@ Then you can import it into any JavaScript or TypeScript file. | |
| ```ts | ||
| import { … } from '@formisch/qwik'; | ||
| ``` | ||
|
|
||
| ## For AI Agents | ||
|
|
||
| Formisch includes an agent skill that teaches AI agents the correct patterns for working with Formisch forms. You can install it by running the following command in your terminal: | ||
flySewa marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
|
|
||
| ```bash | ||
| npx skills add open-circle/agent-skills | ||
| npx add-skill open-circle/agent-skills | ||
| ``` | ||
|
Comment on lines
+62
to
+65
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. Clarify that these commands are alternatives, not sequential steps.
✏️ Suggested clarification🤖 Prompt for AI Agents |
||
|
|
||
| [Learn Learn](https://github.com/open-circle/agent-skills) about the formisch skill. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,7 @@ We provide several LLMs.txt routes. Use the route that works best with your AI t | |
| - [`llms-qwik-full.txt`](/llms-qwik-full.txt) contains the Markdown content of the entire Qwik docs | ||
| - [`llms-qwik-guides.txt`](/llms-qwik-guides.txt) contains the Markdown content of the Qwik guides | ||
| - [`llms-qwik-api.txt`](/llms-qwik-api.txt) contains the Markdown content of the Qwik API reference | ||
| - [`agent-skill`](https://github.com/open-circle/agent-skills/blob/main/skills/formisch/SKILL.md) contains specialized instructions for AI agents to build forms and manage state. | ||
|
||
|
|
||
| ## How to use it | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -54,3 +54,14 @@ Then you can import it into any JavaScript or TypeScript file. | |
| ```ts | ||
| import { … } from '@formisch/solid'; | ||
| ``` | ||
|
|
||
| ## For AI Agents | ||
|
|
||
| Formisch includes an agent skill that teaches AI agents the correct patterns for working with Formisch forms. You can install it by running the following command in your terminal: | ||
|
|
||
| ```bash | ||
| npx skills add open-circle/agent-skills | ||
| npx add-skill open-circle/agent-skills | ||
| ``` | ||
|
Comment on lines
+62
to
+65
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. 🧩 Analysis chain🌐 Web query:
💡 Result: Official npx install command (via the This follows the documented syntax 🌐 Web query:
💡 Result: They’re two different CLIs / ecosystems that both happen to work with “agent skills” repos (folders with
|
||
|
|
||
| [Learn more](https://github.com/open-circle/agent-skills) about the formisch skill. | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,6 +24,7 @@ We provide several LLMs.txt routes. Use the route that works best with your AI t | |
| - [`llms-solid-full.txt`](/llms-solid-full.txt) contains the Markdown content of the entire SolidJS docs | ||
| - [`llms-solid-guides.txt`](/llms-solid-guides.txt) contains the Markdown content of the SolidJS guides | ||
| - [`llms-solid-api.txt`](/llms-solid-api.txt) contains the Markdown content of the SolidJS API reference | ||
| - [`agent-skill`](https://github.com/open-circle/agent-skills/blob/main/skills/formisch/SKILL.md) contains specialized instructions for AI agents to build forms and manage state. | ||
|
||
|
|
||
| ## How to use it | ||
|
|
||
|
|
||
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.
Clarify whether these commands are alternatives or must both be run.
npx skills addandnpx add-skillare two separate CLI tools, both capable of installing agent skills from a GitHub repo. Placing them together in a single code block without comments implies the user should run both sequentially, but they are actually equivalent alternatives.This is also inconsistent with the file's existing convention, where each command line in a bash block carries an inline comment (e.g.,
# npm,# yarn) to explain its purpose. Either add inline comments to make the intent explicit, or split them into two blocks with prose in between.✏️ Suggested clarification
🤖 Prompt for AI Agents