> For the complete documentation index, see [llms.txt](https://help.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.contouron.com/api/claude-code.md).

# Claude Code

> For the complete documentation index, see [llms.txt](https://docs.contouron.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.contouron.com/api/claude-code.md).

## Claude Code

Use Claude Code with Contouron to build AI-powered social media workflows from your terminal.

Looking for ready-made content skills? See Free Claude Skills for a 5-skill pack covering brand brief, ideation, writing, grading, and scheduling.

### Tutorials

#### Build Your AI Personal Assistant for Social Media Marketing

Learn how to use Claude Code to build your own AI social media manager. Set up Claude Code and use prompts to write content in your brand voice, generate visuals, and post to social media.

#### The ULTIMATE Claude Code Tutorial

A full course from first-time setup to building a personalized AI Marketing Officer with skills, quality gate hooks, brand voice, and subagents.

#### The ULTIMATE AI Coding Guide for Developers

Step-by-step breakdown of AI coding with Claude Code, battle tested with an existing complex codebase. Includes CLAUDE.md rules file and a real feature implementation from scratch.

### Connect Contouron MCP Server to Claude Code

To use Contouron tools directly in Claude Code, add the Contouron MCP server:

1. Go to [Settings > API](https://my.contouron.com/settings/api) in the Contouron app
2. Under "Claude Code (Terminal)", click **Copy Setup Command**
3. Paste the command into a Claude Code session and let it apply changes
4. Restart Claude Code

The command adds the Contouron MCP server with your API key:

```bash
claude mcp add contouron \
  --url https://mcp.contouron.com/mcp \
  --header "contouron-api-key: YOUR_API_KEY"
```

For the full setup guide, see MCP Server Setup.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.contouron.com/api/claude-code.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
