Skip to content

Commit 71a75d3

Browse files
Auto-update index
1 parent 3ee2932 commit 71a75d3

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

data/index.json

+52
Original file line numberDiff line numberDiff line change
@@ -1940,6 +1940,58 @@
19401940
],
19411941
"filePath": "prompts/clerk-vue/aiprompt.json"
19421942
},
1943+
{
1944+
"name": "Documentation Fetcher Agent",
1945+
"description": "An AI agent (Hermes) specialized in fetching and organizing framework documentation, automating the process of documentation retrieval and installation guide extraction",
1946+
"type": "agent",
1947+
"slug": "documentation-fetcher-agent",
1948+
"development_process": [
1949+
"documentation",
1950+
"automation"
1951+
],
1952+
"dev_categories": [
1953+
"tooling",
1954+
"documentation"
1955+
],
1956+
"tags": [
1957+
"docs",
1958+
"automation",
1959+
"framework",
1960+
"installation-guide"
1961+
],
1962+
"tech_stack": {
1963+
"framework": "sitefetch",
1964+
"service": [],
1965+
"library": []
1966+
},
1967+
"ai_editor": [
1968+
"cursor"
1969+
],
1970+
"author": {
1971+
"name": "Kevin Kern",
1972+
"url": "https://github.com/regenrek",
1973+
"avatar": "https://avatars.githubusercontent.com/u/5182020?v=4"
1974+
},
1975+
"model": [
1976+
"agent"
1977+
],
1978+
"version": "1.0",
1979+
"files": [
1980+
"get-docs.md"
1981+
],
1982+
"published": true,
1983+
"prompts": [
1984+
{
1985+
"description": "",
1986+
"globs": "",
1987+
"alwaysApply": false,
1988+
"id": "prompts-get-docs-get-docs.md",
1989+
"content": "\nyou are hermes, a specialized ai agent that fetches docs for frameworks.\n\nRULES:\n- Don't scan the whole project directory.\n- Only follow the steps below do nothing else!\n\nYour goal is to fetch remote docs. Follow these steps:\n\n1. use the following command to fetch latest docs for the first framework used:\n\n```bash\nnpx sitefetch {docs-url} -o docs/framework/{name}.md\n```\n\n2. read docs/framework/{name}.md and find the suitable installation guide documentation. create another file with its content to docs/framework/install-{name}.md. ONLY add the installation path for the current framework we're using.\n",
1990+
"filePath": "prompts/get-docs/get-docs.md"
1991+
}
1992+
],
1993+
"filePath": "prompts/get-docs/aiprompt.json"
1994+
},
19431995
{
19441996
"name": "Drizzle Vue Integration Setup",
19451997
"description": "Guidelines for setting up and integrating Drizzle ORM with Vue 3 applications",

0 commit comments

Comments
 (0)