forked from ericbuess/claude-code-docs
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (41 loc) · 2.77 KB
/
index.html
File metadata and controls
41 lines (41 loc) · 2.77 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Claude Code Docs — Official Claude Documentation Plugin with AI-Powered Search</title>
<meta name="description" content="Native Claude Code Plugin with auto-discovery Skill. Local mirror of all Claude documentation covering Claude API, Agent SDK, Claude Code CLI, and 6 language SDKs. AI-powered search via /docs command. Always up-to-date.">
<meta name="keywords" content="Claude Code, Claude API, Anthropic, documentation, Claude Code Plugin, auto-discovery, AI search, Agent SDK, developer tools, CLI">
<link rel="canonical" href="https://github.com/costiash/claude-code-docs">
<meta property="og:title" content="Claude Code Docs — Official Documentation Plugin with AI-Powered Search">
<meta property="og:description" content="Native Claude Code Plugin with auto-discovery Skill. All Claude documentation files, searchable locally. Covers API, Agent SDK, CLI, and 6 language SDKs.">
<meta property="og:url" content="https://github.com/costiash/claude-code-docs">
<meta property="og:type" content="website">
<meta http-equiv="refresh" content="3;url=https://github.com/costiash/claude-code-docs">
<style>
body { font-family: system-ui, -apple-system, sans-serif; max-width: 600px; margin: 80px auto; padding: 0 20px; text-align: center; color: #e0e0e0; background: #0d1117; }
h1 { font-size: 1.8rem; margin-bottom: 0.5rem; }
p { color: #8b949e; line-height: 1.6; }
a { color: #58a6ff; }
code { background: #161b22; padding: 2px 6px; border-radius: 4px; font-size: 0.9em; }
.install { background: #161b22; border: 1px solid #30363d; border-radius: 8px; padding: 16px; margin: 24px 0; text-align: left; overflow-x: auto; }
.install code { background: none; padding: 0; }
.label { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.05em; color: #58a6ff; margin-bottom: 6px; }
</style>
</head>
<body>
<h1>Claude Code Docs</h1>
<p>Native Claude Code Plugin with auto-discovery Skill and AI-powered documentation search.</p>
<div class="install">
<div class="label">Plugin Install (Recommended)</div>
<code>/plugin marketplace add costiash/claude-code-docs</code><br>
<code>/plugin install claude-docs@claude-code-docs</code>
</div>
<div class="install">
<div class="label">Script Install (Alternative)</div>
<code>curl -fsSL https://raw.githubusercontent.com/costiash/claude-code-docs/main/install.sh | bash</code>
</div>
<p>Redirecting to <a href="https://github.com/costiash/claude-code-docs">GitHub repository</a>...</p>
<p style="font-size: 0.85rem; margin-top: 40px;">11 doc categories · 6 SDK languages · auto-updated · zero dependencies</p>
</body>
</html>