AI Development Tools & Configurations¶
Welcome to my repository for AI tools, agents, and configurations designed to streamline AI-assisted development workflows.
Overview¶
This repository provides practical configurations and working examples for AI coding assistants. We focus on concrete implementations you can copy and adapt, not rewriting vendor documentation.
Official Documentation¶
For comprehensive tool documentation, see:
- Claude Code - Anthropic's official CLI for Claude
- GitHub Copilot - Official GitHub Copilot documentation
- Model Context Protocol - MCP specification and guides
- OpenCode AI - OpenCode CLI documentation
- VS Code - Visual Studio Code documentation
This repository complements official docs with ready-to-use configurations, integration patterns, and behavioral guidelines.
What's Inside¶
- Agents — Specialized AI agent definitions for development tasks (API, architecture, security, testing, and more).
- Context & Baselines — Behavioral baselines and instruction files that govern AI assistant behavior.
- Skills — Structured instruction sets that teach AI agents domain-specific tasks.
- Tools — Configurations and guides for Claude Code, OpenCode CLI, and VS Code.
- MCP Servers — Working examples for Model Context Protocol server integrations.
- Contributing — How to contribute configurations, examples, and documentation.
Quick Start¶
- AI Assistants: Start with the Behavioral Baseline, then review tool-specific AGENTS.md files.
- Claude Code Users: See the VertexAI Configuration Guide for enterprise Google Cloud integration.
- OpenCode CLI Users: See the OpenCode Overview and Configuration Guide.
- VS Code Users: See the VS Code Agent Guide and Quick Start.
- Learning Best Practices: Explore the Context & Baselines section and Agent Configuration.
Learn more on the About page.