> ## Documentation Index
> Fetch the complete documentation index at: https://www.conductor.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Build a Data-Backed Content Strategy

> Decide what to write — and whether to write or optimize — by grounding every choice in live AI citation data.

export const DownloadTemplate = ({file, href}) => {
  return <Card title={file} horizontal>
      <a href={href} download={file} className="template-download-button not-prose">
        <svg width="16" height="16" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" aria-hidden>
          <path d="M12 15V3" />
          <path d="M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4" />
          <path d="m7 10 5 5 5-5" />
        </svg>
        Download
      </a>
    </Card>;
};

*New to using LLM skills? Check out our [Introduction to Using Skills](/templates/introduction-to-using-skills)*

<div style={{ marginBottom: '1rem' }}>
  <span
    style={{
display: 'inline-flex',
alignItems: 'center',
gap: '0.4rem',
padding: '0.3rem 0.7rem',
marginRight: '0.35rem',
marginBottom: '0.25rem',
fontSize: '0.72rem',
fontWeight: 600,
lineHeight: 1,
letterSpacing: '0.02em',
borderRadius: '9999px',
background: '#025b82',
color: '#ffffff',
border: '1px solid #025b82',
verticalAlign: 'middle',
whiteSpace: 'nowrap'
}}
  >
    <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true">
      <path d="M6.3 20.3a2.4 2.4 0 0 0 3.4 0L12 18l-6-6-2.3 2.3a2.4 2.4 0 0 0 0 3.4Z" />

      <path d="m2 22 3-3" />

      <path d="M7.5 13.5 10 11" />

      <path d="M10.5 16.5 13 14" />

      <path d="m18 3-4 4h6l-4 4" />
    </svg>

    This template uses Conductor's MCP
  </span>

  <span
    style={{
display: 'inline-flex',
alignItems: 'center',
gap: '0.4rem',
padding: '0.3rem 0.7rem',
marginRight: '0.35rem',
marginBottom: '0.25rem',
fontSize: '0.72rem',
fontWeight: 600,
lineHeight: 1,
letterSpacing: '0.02em',
borderRadius: '9999px',
background: '#018477',
color: '#ffffff',
border: '1px solid #018477',
verticalAlign: 'middle',
whiteSpace: 'nowrap'
}}
  >
    <svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth="2.25" strokeLinecap="round" strokeLinejoin="round" aria-hidden="true">
      <path d="M2 3h20" />

      <path d="M21 3v11a1 1 0 0 1-1 1H4a1 1 0 0 1-1-1V3" />

      <path d="m7 21 5-6 5 6" />

      <path d="M12 15v6" />
    </svg>

    This template uses Claude Cowork to produce its output
  </span>
</div>

<div style={{ float: 'right', marginLeft: '24px', marginBottom: '16px', width: '50%' }}>
  <DownloadTemplate file="conductor-content-angle-finder.zip" href="/templates/files/downloads/conductor-content-angle-finder.zip" />
</div>

The `conductor-content-angle-finder` skill turns a topic into a data-backed content strategy using live Conductor MCP data.

This skill identifies which tracked prompts exist for the topic, which competitors are winning citations, and where your brand has gaps. It maps the question landscape with per-competitor performance, drills into top-cited competitor URLs to understand why they're winning, and—if a content inventory is provided—distinguishes real content gaps from AEO performance issues on existing pages.

<div style={{ clear: 'both' }} />

## Walkthrough

<iframe id="walkthrough-video" src="https://player.vimeo.com/video/1184471834?player_id=walkthrough-video" title="video player" allowFullScreen />

## Change Log

*No changes to report*

<Note>
  The `SKILL.md` templates (and their supporting files and ZIP bundles) are
  open-sourced under the **Apache License 2.0**. You may reproduce, modify,
  and distribute them, provided you include a copy of the license, preserve
  existing copyright and attribution notices, note any modifications you
  make to the files, and propagate any `NOTICE` file that ships with the
  work. Each downloadable ZIP includes `LICENSE` and `NOTICE` files with the
  full terms. Access to the underlying Conductor MCP server still requires
  an active Conductor MCP subscription.
</Note>
