Skip to content

Add CLAUDE.md, 30-day blog plan, Days 1–5, and GitHub Pages config fixes - #8

Merged
akashtalole merged 5 commits into
mainfrom
claude/add-claude-documentation-igODC
Apr 14, 2026
Merged

Add CLAUDE.md, 30-day blog plan, Days 1–5, and GitHub Pages config fixes#8
akashtalole merged 5 commits into
mainfrom
claude/add-claude-documentation-igODC

Conversation

@akashtalole

Copy link
Copy Markdown
Owner

Summary

Documentation & Configuration

  • Add CLAUDE.md — full codebase guide for AI assistants: structure, dev workflows, content strategy, 30-day arc reference, and approved tag/category conventions
  • Update README.md — humanized blog intro covering all topics (Agentic AI, Claude Code, Claude CoWork, GitHub Copilot, Copilot Studio, AI in SDLC)
  • Rewrite _config.yml — replace Chirpy starter placeholders with real blog content; add future: true to prevent build-time post drops; add CLAUDE.md to exclude list

Blog Posts

  • Pinned: 30-Day AI Engineering Blog Plan — 5-arc roadmap across 30 daily posts
  • Day 1 (Apr 10): Why I'm Writing 30 Days of AI Engineering
  • Day 2 (Apr 11): AI in the SDLC — The Honest State of Things in 2026
  • Day 3 (Apr 12): The Agentic AI Mental Model Every Engineer Needs
  • Day 4 (Apr 13): Agent Skills 101 — Building Blocks of Useful AI Agents
  • Day 5 (Apr 14): Choosing Your AI Toolchain — Claude Code, Copilot, or Copilot Studio?

Bug Fixes

  • Fix post dates to YYYY-MM-DD format (no time/timezone) — prevents Jekyll silently skipping posts when CI build runs before the stated time in UTC
  • Fix broken internal link in Day 1 (title-derived slug → filename-derived slug)

Test plan

  • Merge triggers GitHub Actions build on main
  • All 6 new posts appear on the live site at https://akashtalole.github.io
  • Pinned 30-day plan post appears at top of home page
  • Internal prev/next links between posts resolve correctly
  • htmlproofer passes with no broken internal links

https://claude.ai/code/session_01Nfbjr497RyUJTqFxh2VM8d

claude added 5 commits April 12, 2026 16:33
…lot Studio?

Covers the mental model for when to use each tool: Copilot for in-editor
flow, Claude Code for deep reasoning and complex problems, Copilot Studio
for building agent products. Includes a real multi-agent project example
showing all three tools in one workflow, and a five-question decision framework.

https://claude.ai/code/session_01Nfbjr497RyUJTqFxh2VM8d
Day 6 - How My Workflow Actually Changed (honest before/after, Arc 1 close)
Day 7 - Setting Up Claude Code for Enterprise Teams (auth, security, governance)
Day 8 - Claude Code for Legacy Code Modernisation (understand→document→test→refactor)
Day 9 - Claude CoWork: Async AI Pair Programming in Practice
Day 10 - Prompt Engineering for Coding Tasks: What Actually Works

https://claude.ai/code/session_01Nfbjr497RyUJTqFxh2VM8d
Day 11 - Claude Code for Code Reviews at Scale
Day 12 - Integrating Claude Code into CI/CD Pipelines
Day 13 - Claude Code in Regulated Environments (Arc 2 close)
Day 14 - GitHub Copilot Beyond Autocomplete (Arc 3 opens)
Day 15 - Writing Better Prompts for GitHub Copilot in VS Code
Day 16 - GitHub Copilot for Test Generation: Does It Actually Work?
Day 17 - Copilot for PR Descriptions, Docs, and Commit Messages
Day 18 - Copilot Workspace: Hands-On with Agentic GitHub Copilot
Day 19 - GitHub Copilot in Enterprise Governance Frameworks (Arc 3 close)
Day 20 - What Makes a Good Coding Agent: Design Principles (Arc 4 opens)

https://claude.ai/code/session_01Nfbjr497RyUJTqFxh2VM8d
Posts will only appear once their date is reached at build time.
Timezone is Asia/Kolkata so YYYY-MM-DD dates resolve to midnight IST.

https://claude.ai/code/session_01Nfbjr497RyUJTqFxh2VM8d
…dio)

Arc 4 — Coding Agents & Agent Skills (Days 21–25):
- Day 21: Building your first coding agent (practical walkthrough)
- Day 22: Tool use patterns that work in production
- Day 23: Agent memory and context management
- Day 24: Multi-step coding agent patterns and failure modes
- Day 25: Evaluating coding agent quality

Arc 5 — Microsoft Copilot Studio & Multi-Agent Solutions (Days 26–30):
- Day 26: Copilot Studio for developers
- Day 27: Designing multi-agent workflows in Copilot Studio
- Day 28: Connecting Copilot Studio agents to enterprise systems
- Day 29: Multi-agent debugging and observability
- Day 30: 30 days done — synthesis, lessons, open questions

https://claude.ai/code/session_01Nfbjr497RyUJTqFxh2VM8d
@akashtalole
akashtalole merged commit b332631 into main Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants