Tag: Github-Copilot

5 posts tagged with "Github-Copilot"

Centralizing AI Agent Configurations with the agent-config Repository

Centralizing AI Agent Configurations with the agent-config Repository

Discover how to manage Claude, Codex, and GitHub Copilot configurations from a single source of truth. The coreydaley/agent-config GitHub repository provides a centralized home for agent instructions, reusable skills, custom commands, subagents, and prompts—with a simple Makefile-based setup that symlinks everything into place across your AI tools.

AI , Automation , Tools
Read more

Finding Each AI's Place in My Workflow

Finding Each AI's Place in My Workflow

Explore how different AI tools are finding their unique niches in modern development workflows. From Codex, Claude Code, and GitHub Copilot CLI for terminal-based coding tasks, to ChatGPT web for image creation, GitHub Copilot in VSCode for code completion, and Claude Code/Desktop for blog writing with Notion integration. Learn how each AI assistant excels in specific domains, the importance of specialization over choosing a single 'best' tool, and strategies for leveraging multiple AI tools effectively across different aspects of development and content creation.

AI , Productivity , Tools
Read more

The Art of Iterative Cycles with AI: Why Your First Prompt is Never Your Best

The Art of Iterative Cycles with AI: Why Your First Prompt is Never Your Best

Discover why AI-assisted development thrives on iteration rather than one-shot solutions. This post explores how to work effectively with GitHub Copilot and Claude by embracing refinement cycles, providing better context, and treating AI like a smart junior developer who needs guidance. Learn practical strategies for iterative prompting, understanding when the first response is good enough versus when to refine, and how to build better results through continuous collaboration rather than expecting perfection from initial attempts.

AI , Best Practices
Read more

Managing Blog Posts with GitHub Copilot

Managing Blog Posts with GitHub Copilot

Transform your blogging workflow by integrating GitHub Copilot with GitHub Issues and Projects. This guide shows how to automate blog post creation, track progress from idea to publication, and eliminate context switching between multiple tools. Learn how GitHub Copilot can read issue descriptions, generate complete posts with proper frontmatter, automatically close issues when publishing, and create a seamless content management system where ideas become published posts with minimal manual intervention and maximum efficiency.

AI , Automation , Productivity
Read more

Building with AI: Copilot and Claude

Building with AI: Copilot and Claude

Discover how Claude and GitHub Copilot work together to streamline website development. Claude handles architectural decisions and structural changes like creating custom Hugo layouts and navigation systems, while GitHub Copilot excels at code completion and routine tasks. This post explores the division of labor between these AI tools, their complementary strengths, and how their collaboration creates a powerful development workflow that balances high-level planning with efficient implementation for building and maintaining this Hugo-powered blog.

AI , Web Development
Read more