-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathindex.html
More file actions
161 lines (139 loc) · 7.13 KB
/
index.html
File metadata and controls
161 lines (139 loc) · 7.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PAGE_TITLE_PLACEHOLDER</title>
<meta name="description" content="PAGE_DESCRIPTION_PLACEHOLDER">
<meta name="keywords" content="PAGE_KEYWORDS_PLACEHOLDER">
<meta name="author" content="ManagedCode">
<meta name="generator" content="dotnet-skills site generator">
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1">
<meta name="googlebot" content="index, follow">
<link rel="canonical" href="CANONICAL_URL_PLACEHOLDER">
<link rel="sitemap" type="application/xml" href="SITE_URL_PLACEHOLDERsitemap.xml">
<meta property="og:type" content="OG_TYPE_PLACEHOLDER">
<meta property="og:url" content="CANONICAL_URL_PLACEHOLDER">
<meta property="og:title" content="PAGE_TITLE_PLACEHOLDER">
<meta property="og:description" content="PAGE_DESCRIPTION_PLACEHOLDER">
<meta property="og:image" content="SOCIAL_IMAGE_URL_PLACEHOLDER">
<meta property="og:image:alt" content="dotnet-skills catalog preview">
<meta property="og:site_name" content="dotnet-skills">
<meta property="og:locale" content="en_US">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="PAGE_TITLE_PLACEHOLDER">
<meta name="twitter:description" content="PAGE_DESCRIPTION_PLACEHOLDER">
<meta name="twitter:image" content="SOCIAL_IMAGE_URL_PLACEHOLDER">
<meta name="twitter:site" content="@managedcode">
<meta name="theme-color" content="#1a1a1a">
<meta name="application-name" content="dotnet-skills">
<meta name="color-scheme" content="light">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-7SDZKDYXG1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-7SDZKDYXG1');
</script>
<script type="application/ld+json">
PAGE_JSON_LD_PLACEHOLDER
</script>
PAGE_EXTRA_HEAD_PLACEHOLDER
<link rel="icon" type="image/svg+xml" href="ROOT_PREFIX_PLACEHOLDERassets/logo.svg?v=ASSET_VERSION_PLACEHOLDER">
<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=Inter:wght@400;500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="ROOT_PREFIX_PLACEHOLDERassets/site.css?v=ASSET_VERSION_PLACEHOLDER">
</head>
<body class="BODY_CLASS_PLACEHOLDER">
<div class="site-backdrop" aria-hidden="true"></div>
<header class="site-header">
<div class="shell site-header-inner">
<a href="ROOT_HREF_PLACEHOLDER" class="brand">
<img src="ROOT_PREFIX_PLACEHOLDERassets/logo.svg?v=ASSET_VERSION_PLACEHOLDER" alt="" class="brand-logo">
<span>dotnet-skills</span>
</a>
<div class="site-header-actions">
<nav class="site-nav" aria-label="Primary">
PRIMARY_NAV_PLACEHOLDER
</nav>
<a
href="https://github.com/managedcode/dotnet-skills"
class="header-icon-link"
target="_blank"
rel="noopener noreferrer"
aria-label="Open the dotnet-skills GitHub repository">
<svg viewBox="0 0 16 16" aria-hidden="true" focusable="false">
<path d="M8 0.2a8 8 0 0 0-2.53 15.59c0.4 0.08 0.55-0.17 0.55-0.38v-1.48c-2.24 0.49-2.71-0.95-2.71-0.95-0.37-0.93-0.89-1.18-0.89-1.18-0.73-0.49 0.05-0.48 0.05-0.48 0.8 0.06 1.23 0.83 1.23 0.83 0.72 1.22 1.87 0.87 2.33 0.67 0.07-0.51 0.28-0.87 0.5-1.07-1.79-0.2-3.68-0.89-3.68-3.96 0-0.88 0.31-1.59 0.82-2.15-0.08-0.2-0.36-1.02 0.08-2.13 0 0 0.67-0.21 2.2 0.82a7.6 7.6 0 0 1 4 0c1.52-1.03 2.19-0.82 2.19-0.82 0.44 1.11 0.16 1.93 0.08 2.13 0.51 0.56 0.82 1.27 0.82 2.15 0 3.08-1.89 3.76-3.69 3.96 0.29 0.25 0.54 0.74 0.54 1.49v2.21c0 0.21 0.14 0.47 0.55 0.38A8 8 0 0 0 8 0.2Z" fill="currentColor"/>
</svg>
</a>
</div>
</div>
</header>
<main class="shell site-main">
PAGE_MAIN_CONTENT_PLACEHOLDER
</main>
<footer class="site-footer">
<div class="shell footer-grid">
<div class="footer-brand">
<h2>dotnet-skills</h2>
<p>Shared .NET skills and orchestration agents for Claude Code, GitHub Copilot, Gemini, Codex, and Junie.</p>
</div>
<div class="footer-column">
<h3>Browse</h3>
<ul>
FOOTER_BROWSE_PLACEHOLDER
</ul>
</div>
<div class="footer-column">
<h3>Project</h3>
<ul>
<li><a href="https://www.managed-code.com/" target="_blank" rel="noopener noreferrer">ManagedCode website</a></li>
<li><a href="https://github.com/managedcode/dotnet-skills" target="_blank" rel="noopener noreferrer">GitHub repository</a></li>
<li><a href="https://www.nuget.org/packages/dotnet-skills" target="_blank" rel="noopener noreferrer">NuGet package</a></li>
<li><a href="https://github.com/managedcode/dotnet-skills/blob/main/CONTRIBUTING.md" target="_blank" rel="noopener noreferrer">Contributing guide</a></li>
<li><a href="https://github.com/managedcode/dotnet-skills/issues" target="_blank" rel="noopener noreferrer">Issues</a></li>
</ul>
</div>
</div>
<div class="shell footer-bottom">
<p>ManagedCode open source catalog for modern .NET assistants.</p>
<p>© COPYRIGHT_YEAR_RANGE_PLACEHOLDER ManagedCode. MIT License.</p>
</div>
</footer>
<div class="modal-overlay" id="skill-modal-overlay" hidden aria-hidden="true">
<div class="skill-modal" role="dialog" aria-modal="true" aria-labelledby="skill-modal-title" tabindex="-1">
<div class="skill-modal-header">
<div>
<div class="eyebrow">Quick view</div>
<h2 id="skill-modal-title">Skill</h2>
</div>
<button class="icon-button" type="button" id="skill-modal-close" aria-label="Close quick view">×</button>
</div>
<div class="modal-meta">
<span class="tag" id="skill-modal-version">v1.0.0</span>
<span class="tag tag-accent" id="skill-modal-collection">Collection</span>
</div>
<p class="modal-description" id="skill-modal-description"></p>
<div class="detail-card">
<div class="detail-card-label">Compatibility</div>
<p id="skill-modal-compatibility"></p>
</div>
<div class="detail-card">
<div class="detail-card-label">Install command</div>
<div class="command-row">
<code id="skill-modal-command">dotnet skills install aspire</code>
<button type="button" class="button button-ghost" id="skill-modal-copy">Copy</button>
</div>
</div>
<div class="modal-actions">
<a href="#" class="button button-ghost" id="skill-modal-source" target="_blank" rel="noopener noreferrer">Source</a>
<a href="#" class="button button-primary" id="skill-modal-page">Open skill page</a>
</div>
</div>
</div>
<script id="page-data" type="application/json">PAGE_DATA_PLACEHOLDER</script>
<script src="ROOT_PREFIX_PLACEHOLDERassets/site.js?v=ASSET_VERSION_PLACEHOLDER" defer></script>
</body>
</html>