70 Prompts • 11 Workflows • 15 Repos | JsonPrompts

AI Agents, System Prompts & n8n Workflows

Battle-tested system rules for Claude 3.7 & GPT-4o, visual n8n & swarm blueprints, production MCP server configs, and curated AI developer tooling. 100% free JSON templates.

Python & Hugging Face
Ctrl+K
Sort by:
🤗 Hugging Face Datasets

Direct Python & API Ingestion

# Load all prompts, n8n workflows, and repos in 1 line:
from datasets import load_dataset

dataset = load_dataset("jsonprompts/agent-prompts-and-workflows", split="all")
coding_agents = dataset.filter(lambda x: x["category"] == "Coding Agents")
print(f"Loaded {len(coding_agents)} production agent prompts!")
Copied to clipboard!