Skip to content

sagar-sea/ClaudeCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ClaudeCode - AI Development Workspace

A collection of AI/GenAI tools, scripts, and resources for working with Large Language Models, automation, and Business Intelligence.

🚀 Features

  • GenAI Article Generator: 8-step AI-assisted workflow for weekly GenAI research and content creation (LinkedIn posts, Medium articles, Twitter/X threads, Learning Documents). Includes two pathways (content creation vs. information briefing), ready-to-use starter prompts, and built-in handling for 23 edge cases.
  • GenAI Learning Reference: Interactive HTML reference guide for AI/ML concepts
  • Ollama & Claude Launcher: Automated launcher scripts for local AI development
  • Excel Automation: Python scripts for data analysis and Excel manipulation
  • MCP Web Search Server: Model Context Protocol server for web search capabilities

📁 Project Structure

ClaudeCode/
├── GenAI_Articles/          # Automated GenAI research and article generation
├── GenAI_Learning_Reference/ # Interactive learning resource for AI concepts
├── generated_articles/       # Output directory for generated content
├── web-search-mcp-server/   # MCP server implementation
└── *.py, *.bat, *.vbs       # Utility scripts and launchers

🛠️ Setup

Prerequisites

  • Python 3.8+
  • Node.js (for MCP server)
  • Ollama (optional, for local LLM)
  • Claude CLI (optional)

Installation

  1. Clone the repository:
git clone https://github.com/sagar-sea/ClaudeCode.git
cd ClaudeCode
  1. Install Python dependencies:
pip install -r requirements.txt
  1. For MCP server setup:
cd web-search-mcp-server
npm install

📚 Key Components

GenAI Articles

Automated system for researching and generating articles about Generative AI topics.

  • Script: GenAI_Articles/genai_weekly_research.py
  • Config: config.json
  • Output: generated_articles/

GenAI Learning Reference

Interactive HTML-based reference guide covering AI/ML concepts from basics to advanced topics.

  • File: GenAI_Learning_Reference/index.html
  • Topics: Prompts, LLMs, RAG, Fine-tuning, Agents, and more

Ollama Claude Launcher

Automated launcher for managing Ollama server and Claude CLI.

  • Enhanced: ollama_claude_launcher_enhanced.py
  • Basic: ollama_claude_launcher.py

📖 Documentation

🤝 Contributing

Contributions are welcome! Feel free to:

  • Report bugs
  • Suggest new features
  • Submit pull requests

📝 License

This project is open source and available for personal and educational use.

👤 Author

Sagar Rathkanthiwar

🔗 Related Resources

About

AI Development Workspace: GenAI tools, automated research, learning resources, and scripts for working with LLMs and Business Intelligence

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors