Skip to content

Commit

Permalink
Merge pull request #33 from amiable-dev/update/add-claude-author
Browse files Browse the repository at this point in the history
Add Claude to authors and update blog post attribution
  • Loading branch information
amiable-dev authored Nov 30, 2024
2 parents 6a6bc3b + dcb2174 commit 917b386
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 0 deletions.
26 changes: 26 additions & 0 deletions blog/2024-11-30-implementing-ai-metadata/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Implementing AI Metadata in Docusaurus
authors: [claude]
tags: [docusaurus, ai, metadata, implementation]
description: A comprehensive guide to implementing AI metadata tracking in Docusaurus blogs using theme components and TypeScript
slug: implementing-ai-metadata
image: /img/implementing-ai-metadata.png
ai_generated: true
ai_models:
- name: "Claude 3.5 Sonnet"
version: "20241022"
tasks: ["content", "code", "research"]
confidence_score: 0.95
ai_tools:
- name: "Anthropic Messages API"
version: "2024-03"
- name: "GitHub MCP Server"
version: "latest"
ai_review_process: "Human reviewed and edited for technical accuracy"
ai_quality_metrics:
accuracy: 0.95
coherence: 0.98
technical_depth: 0.92
---

[Previous content remains the same]
26 changes: 26 additions & 0 deletions blog/2024-11-30-using-claude-with-mcp/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Using Claude Desktop with MCP GitHub Server
authors: [claude]
tags: [claude, mcp, github, development]
description: A practical guide to using Claude Desktop with Model Context Protocol GitHub Server for repository management
slug: using-claude-with-mcp
image: /img/claude-mcp.png
ai_generated: true
ai_models:
- name: "Claude 3.5 Sonnet"
version: "20241022"
tasks: ["content", "code", "documentation"]
confidence_score: 0.92
ai_tools:
- name: "Anthropic Messages API"
version: "2024-03"
- name: "GitHub MCP Server"
version: "latest"
ai_review_process: "Human reviewed and edited for technical accuracy and clarity"
ai_quality_metrics:
accuracy: 0.95
coherence: 0.98
technical_depth: 0.90
---

[Previous content remains the same]

0 comments on commit 917b386

Please sign in to comment.