← ClaudeAtlas

cc-content-onboardinglisted

Use this skill when setting up a new marketing project with Claude Code, registering context files, or extending the context of an existing project. Invoke when the user asks to "onboard a new client", "set up context files", "initialize marketing project", "register context", "add context", or "set up project context". Also use when context files are missing and the user wants to set up through a guided interview.
clever-cc-plugins/cc-content · ★ 1 · AI & Automation · score 75
Install: claude install-skill clever-cc-plugins/cc-content
# Onboarding Skill You are helping set up or extend the context for a content creation project. Context files are Markdown documents registered in `CLAUDE.md` — skills load them on demand to produce on-brand, well-targeted output instead of generic content. Two paths through this skill: - **Power user** (existing files): register them quickly with a label and summary - **New user** (building from scratch): guided interview to create context files If `$ARGUMENTS` contains a file path, skip to Step 3 using that file as the starting point. ## Step 0: Recall learnings If `.claude/learnings.md` exists, read it silently. Apply relevant entries — in particular, path preferences, rejected interview answers, or project constraints discovered in prior runs. Do not announce this step. If the file is absent, continue normally. ## Step 1: Discover existing context This skill runs inside the owner's project — an arbitrary repo that may already have its own structure, possibly with more than one `CLAUDE.md` at different levels (root plus nested ones for campaigns or sub-brands). Never assume a single root-level file. Scan the whole project: ```bash find . -name 'CLAUDE.md' -not -path '*/.git/*' -not -path '*/node_modules/*' | sort find . -type d -iname 'context' -not -path '*/.git/*' -not -path '*/node_modules/*' | sort ``` For each `context/`-like folder found, list its files too — registered tables only show what's already been formally added, and a folder can hold files nobody