Open-source tools and agent skills that make AI coding assistants more capable. Everything here works with GitHub Copilot, Claude Code, Copilot CLI, and other MCP-compatible agents.
33 Agent Skills for different languages, frameworks, and workflows — Python, TypeScript, React, Rust, Go, and more. Each skill is a SKILL.md file following the open Agent Skills standard, compatible with both Claude Code and GitHub Copilot.
git clone https://github.com/ai-engineer-skills/ai-engineer-skills.git
cd ai-engineer-skills && bash install.shIncludes skills for: Python · TypeScript · JavaScript · Rust · Go · C# · Java · Swift · Kotlin · React · Next.js · Vue · Angular · Flutter · Django · FastAPI · Flask · Rails · Laravel · Spring Boot · .NET · Docker · Terraform · Kubernetes · SQL · Security Review · Code Review · Test Generation · API Design · Git Workflow · Refactoring · Performance · Documentation
Browser-powered deep research MCP server for AI coding assistants. Gives any MCP-compatible agent the ability to search the web, read pages, take screenshots, and interact with sites through a real browser. No API keys required for core tools.
{
"mcpServers": {
"deep-research": {
"command": "npx",
"args": ["-y", "deep-research-agent"]
}
}
}Key features: Web search via Bing · Full page extraction · Screenshots · Interactive navigation · Autonomous deep research (with optional LLM backend) · Pluggable search & LLM providers
We welcome contributions! Check individual repos for guidelines, or open an issue to suggest improvements.