Guides — Development skill for Claude Code
step by step tutorials from my Claude Code projects for the community.
How to install Guides
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open boringmarketer/guides and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
What Guides does
step by step tutorials from my Claude Code projects for the community.
Alternatives in Development
- Jupyter Notebook — Create clean, reproducible Jupyter notebooks for experiments and tutorials 14.6k ★
- Claude How To — by luongnv89 — Example-driven guide to mastering Claude Code through progressive tutorials with copy-paste tem 8.5k ★
- Claude Coder — Kodu is an autonomous coding agent that lives in your IDE 5.2k ★
README
BoringMarketer Guides
A collection of tools, examples, and guides for market research and competitive intelligence using AI and automation.
Google Maps MCP Server
A Model Context Protocol (MCP) server that provides access to Google's Maps Grounding API with Gemini AI. Search for places, restaurants, businesses, and get location-based information with AI-generated responses backed by Google Maps data.
Features
- AI-Powered Maps Search with natural language queries
- Location-aware searches using latitude/longitude
- Grounding metadata with place IDs, URIs, and structured data
- Support for multiple Gemini models
- Interactive map widgets
[View the full documentation](./google-maps-mcp-server/README.md)
Quick Start
cd google-maps-mcp-server
npm install
npm run build
Configure in your Claude Code or MCP-compatible client:
{
"mcpServers": {
"google-maps-grounding": {
"command": "node",
"args": ["/path/to/google-maps-mcp-server/build/index.js"],
"env": {
"GOOGLE_GEMINI_API_KEY": "YOUR_API_KEY_HERE"
}
}
}
}
Examples
Austin Pool Market Report
A real-world example of using the Google Maps MCP server to research local markets and generate competitive intelligence reports.
[View the report](./examples/austin-pool-market-report.html)
This example demonstrates:
- Market research with Google Maps data
- Competitive landscape analysis
- Review volume comparison
- Geographic coverage insights
- Actionable recommendations
Get Your API Key
- Go to Google AI Studio
- Create or select a project
- Generate an API key
- Enable the Gemini API for your project
Resources
Contributing
Have ideas or improvements? Open an issue o
Related Skills
Video Presentation
Generate interactive HTML presentations for any video type (tutorials, comparisons, fact-checks, explainers)
Claude Code Tutorials
Claude Code features tutorials, practical demos and use cases.
Claude Code Toolkit App
The home for Claude Code. 2,400+ MCPs, skills, subagents, hooks, and plugins — plus courses, videos, and tutor
Claude Architect Notes
Structured study guide for the Claude Certified Architect (CCA) Foundations exam — 5 domain tutorials, anti-pa
Community Plugins
Plugins from the Cursor community
Contributing To Claude Code Plugins
Thank you for your interest in contributing to the Claude Code Plugins marketplace. With hundreds of plugins a
Related Agents
Developer Advocate
Developer advocate for DX audits, technical content, community engagement, and adoption narratives. Use for de
Tutorial Engineer
Creates step-by-step tutorials and educational content from code. Transforms complex concepts into progressive
Docs Tutorial Agent
MUST BE USED when creating learning-oriented documentation for beginners. This agent specializes exclusively i