-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 1.39 KB
/
index.html
File metadata and controls
22 lines (22 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>How We Turned Claude into a Policy Expert — PolicyEngine</title>
<meta name="description" content="The story of how PolicyEngine built a Claude Code plugin with 24 skills and 21 agents to turn a general-purpose AI into a domain expert for tax and benefit policy analysis.">
<link rel="canonical" href="https://policyengine.org/plugin-blog/">
<meta property="og:title" content="How We Turned Claude into a Policy Expert — PolicyEngine">
<meta property="og:description" content="The story of building AI-powered policy analysis — from first experiments to 24 skills and 21 agents.">
<meta property="og:url" content="https://policyengine.org/plugin-blog/">
<meta property="og:type" content="article">
<meta name="twitter:card" content="summary_large_image">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Serif:opsz,wght@8..144,400;8..144,600;8..144,700&family=Roboto:wght@300;400;500;700&family=Roboto+Mono:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>