AI Automators
Platform Resources

Claude Code

Anthropic's official agentic coding CLI. Reads your codebase, edits files, runs terminal commands, and handles full development tasks with agent-level autonomy. Extend it with MCP servers.

Official Resources

MCP Servers

Model Context Protocol servers extend Claude Code with real-world integrations. Install via npm or Docker.

Templates

CLAUDE.md Template

Drop-in project context file. Tells Claude Code your stack, commands, conventions, and what to avoid.

View on GitHub
# Project Context
## Stack
Next.js 15, TypeScript, Supabase, Vercel

## Commands
npm run dev      # dev server
npm run build    # production build
vercel --prod    # deploy (ask first)

## Conventions
- TypeScript strict mode
- Functional components only
- No secrets in source files

MCP Config (.mcp.json)

Base MCP server config for Claude Code. Handles GitHub, Supabase, and filesystem access.

View on GitHub
{
  "mcpServers": {
    "github": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-github"],
      "env": {
        "GITHUB_PERSONAL_ACCESS_TOKEN": "<token>"
      }
    },
    "filesystem": {
      "command": "npx",
      "args": ["-y", "@modelcontextprotocol/server-filesystem",
               "/path/to/project"]
    }
  }
}

GitHub Repos

Need help with a Claude Code project?

Find a specialist to build, extend, or automate with Claude Code.

Browse Services