Skip to content

Commit 4057e1c

Browse files
committed
Refactor prompt structure and consolidate development contexts
- Moved driver, plugin, and security policy prompts into a unified development directory. - Updated links in the index to reflect new paths for development prompts. - Removed old prompt files and replaced them with new structured files for driver, plugin, security policy, and other development roles. - Added new prompts for agent, API, app, automation, and component development with detailed specifications. - Ensured all prompts follow a consistent format and include relevant examples and best practices.
1 parent 3b6426a commit 4057e1c

File tree

11 files changed

+22
-16
lines changed

11 files changed

+22
-16
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
{
2+
"title": "Development Roles",
3+
"pages": [
4+
"app",
5+
"plugin",
6+
"component",
7+
"driver",
8+
"agent",
9+
"automation",
10+
"security-policy",
11+
"api"
12+
]
13+
}
File renamed without changes.
File renamed without changes.

content/prompts/index.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,42 +14,42 @@ Copy the relevant prompt and paste it at the start of your chat session to groun
1414
<Cards>
1515
<Card
1616
title="🔌 Plugin Developer"
17-
href="/prompts/plugin-development"
17+
href="/prompts/development/plugin"
1818
description="For building server-side extensions, hooks, and API endpoints."
1919
/>
2020
<Card
2121
title="🚀 Application Builder"
22-
href="/prompts/app-development"
22+
href="/prompts/development/app"
2323
description="For assembling full-stack apps, configuring layouts, and workflows."
2424
/>
2525
<Card
2626
title="💾 Driver Implementer"
27-
href="/prompts/driver-development"
27+
href="/prompts/development/driver"
2828
description="For creating new database adapters (SQL, NoSQL, SaaS APIs)."
2929
/>
3030
<Card
3131
title="🧩 Component Designer"
32-
href="/prompts/component-development"
32+
href="/prompts/development/component"
3333
description="For building custom React/Vue widgets for the ObjectUI engine."
3434
/>
3535
<Card
3636
title="🤖 Agent Architect"
37-
href="/prompts/agent-development"
37+
href="/prompts/development/agent"
3838
description="For designing AI Agents, RAG pipelines, and Cognitive Flows."
3939
/>
4040
<Card
4141
title="⚡ Process Architect"
42-
href="/prompts/automation-development"
42+
href="/prompts/development/automation"
4343
description="For building Workflows, Approval Processes, and Visual Flows."
4444
/>
4545
<Card
4646
title="🔐 Security Officer"
47-
href="/prompts/security-policy"
47+
href="/prompts/development/security-policy"
4848
description="For configuring Profiles, Permission Sets, and Row-Level Security."
4949
/>
5050
<Card
5151
title="🌐 Integration Architect"
52-
href="/prompts/api-development"
52+
href="/prompts/development/api"
5353
description="For defining REST/GraphQL Contracts and API Gateway logic."
5454
/>
5555
</Cards>

0 commit comments

Comments
 (0)