mirror of
https://github.com/x1xhlol/system-prompts-and-models-of-ai-tools.git
synced 2025-12-17 05:55:11 +00:00
- Added 32 JSON metadata files for all AI coding tools - Generated 39 REST API endpoints for programmatic access - Created working examples in Python, JavaScript, and PowerShell - Set up GitHub Actions workflow for automated deployment - Enhanced README with comprehensive feature documentation - Added version comparison and automation tools - Updated 20+ documentation files - Ready for GitHub Pages deployment
133 lines
2.7 KiB
JSON
133 lines
2.7 KiB
JSON
{
|
|
"name": "Cursor Prompts",
|
|
"slug": "cursor-prompts",
|
|
"type": "IDE Plugin",
|
|
"status": "active",
|
|
"description": "AI coding assistant - Cursor Prompts",
|
|
"version": {
|
|
"current": "agent",
|
|
"lastUpdated": "2025-01-02",
|
|
"history": [
|
|
{
|
|
"version": "agent",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
},
|
|
{
|
|
"version": "2025-08-07",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
},
|
|
{
|
|
"version": "agent",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
},
|
|
{
|
|
"version": "2025-09-03",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
},
|
|
{
|
|
"version": "v1.0",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
},
|
|
{
|
|
"version": "agent",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
},
|
|
{
|
|
"version": "v1.2",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
},
|
|
{
|
|
"version": "agent",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
},
|
|
{
|
|
"version": "agent",
|
|
"date": "2025-01-02",
|
|
"changes": "Version tracked"
|
|
}
|
|
]
|
|
},
|
|
"pricing": {
|
|
"model": "unknown",
|
|
"tiers": []
|
|
},
|
|
"models": {
|
|
"primary": "Unknown",
|
|
"supported": [],
|
|
"customizable": false
|
|
},
|
|
"features": {
|
|
"codeGeneration": true,
|
|
"codeCompletion": false,
|
|
"chatInterface": true,
|
|
"agentMode": false,
|
|
"parallelExecution": false,
|
|
"memorySystem": true,
|
|
"todoTracking": false,
|
|
"gitIntegration": true,
|
|
"multiFileEditing": false,
|
|
"testGeneration": true,
|
|
"refactoring": true,
|
|
"debugging": true
|
|
},
|
|
"platforms": {
|
|
"vscode": true,
|
|
"jetbrains": false,
|
|
"web": false,
|
|
"cli": false,
|
|
"standalone": false
|
|
},
|
|
"patterns": {
|
|
"conciseness": "medium",
|
|
"parallelTools": false,
|
|
"subAgents": false,
|
|
"verificationGates": true,
|
|
"todoSystem": false,
|
|
"memoryContext": true,
|
|
"agentsFile": false
|
|
},
|
|
"documentation": {
|
|
"folder": "Cursor Prompts",
|
|
"files": {
|
|
"systemPrompt": "Memory Rating Prompt.txt",
|
|
"tools": "Agent Tools v1.0.json",
|
|
"readme": "README.md"
|
|
},
|
|
"hasMultipleVersions": true,
|
|
"versions": [
|
|
"agent",
|
|
"2025-08-07",
|
|
"agent",
|
|
"2025-09-03",
|
|
"v1.0",
|
|
"agent",
|
|
"v1.2",
|
|
"agent",
|
|
"agent"
|
|
]
|
|
},
|
|
"links": {
|
|
"website": null,
|
|
"docs": null,
|
|
"github": null,
|
|
"pricing": null
|
|
},
|
|
"tags": [
|
|
"IDE Plugin",
|
|
"AI Coding"
|
|
],
|
|
"metrics": {
|
|
"promptTokens": 1241.5,
|
|
"securityRules": 0,
|
|
"concisenessScore": 55,
|
|
"toolsCount": 13
|
|
}
|
|
} |