cc-content-new-skilllisted
Install: claude install-skill clever-cc-plugins/cc-content
# New Content Skill
This meta-skill turns external research reports into a fully structured content-production
skill. It reads research files from the staging folder, assesses coverage across all content
axes, synthesizes a three-layer `format-guidelines.md`, and generates a `SKILL.md` skeleton
ready for customization.
## Step 0: Recall learnings
If `.claude/learnings.md` exists, read it silently. Apply relevant entries — such as
prior skill-creation observations or project-level defaults that would affect how this
skill is structured. Do not announce this step. If the file is absent, continue normally.
## Step 1: Determine the format name and mode
If the user passed a format name as `$ARGUMENTS`, use it. Normalize to kebab-case
(e.g., "Blog Article" → `blog-article`, "Marketing Email" → `marketing-email`).
Strip the `--plugin` flag from `$ARGUMENTS` before deriving the format name — it is not
part of the name.
If no argument was passed, ask:
> "What content format is this skill for? Provide a short kebab-case name — for example:
> `blog-article`, `marketing-email`, `whitepaper`, `video-script`, `case-study`."
Wait for the answer before proceeding.
**Determine the mode.** After resolving the format name, check whether `$ARGUMENTS`
contains the flag `--plugin`.
- If `--plugin` is present: you are in **plugin-dev mode**. The output will go into the
`cc-content` plugin repository at `plugins/cc-content/skills/<format-name>/`.
- If `--plugin` is absent: ask once:
>