From repo-to-content
Interactive setup for the repo-to-docs plugin — writes ~/.config/repo-to-docs/config.json with author details, default license, Typst footer toggles, index-repo publishing targets, and Google Drive settings. Use when the user says "configure repo-to-docs", "set up repo-to-docs", "add a new docs-index target", "change the default license", or is running any repo-to-docs skill for the first time and hits missing config.
How this skill is triggered — by the user, by Claude, or both
Slash command
/repo-to-content:repo-to-docs-configureThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Create or update `~/.config/repo-to-docs/config.json` interactively.
Create or update ~/.config/repo-to-docs/config.json interactively.
~/.config/repo-to-docs/config.json
Schema:
{
"author_name": "Your Name",
"author_url": "https://example.com",
"default_license": "MIT",
"generate_banner_if_missing": false,
"typst_footer_defaults": {
"show_page_numbers": true,
"show_repo_url": true,
"show_license": true,
"show_author": true
},
"index_repos": [
{
"name": "public",
"path": "/absolute/path/to/repo",
"default": true,
"gdrive_folder_id": null
}
],
"gdrive_default_folder_id": null,
"gdrive_mcp_server": "gws-personal"
}
~/.config/repo-to-docs/ exists (mkdir -p).author_name, author_urldefault_license (default "MIT")generate_banner_if_missing (y/N)typst_footer_defaults.* — four independent togglesindex_repos — offer Add / Edit / Remove / Skip. For each new entry, collect name, path, default, gdrive_folder_id (optional).gdrive_default_folder_id (optional)gdrive_mcp_server (default "gws-personal"; common alternatives: "gws-dsrholdings")index_repos[].path must exist. Warn but allow if missing.<path>/build-index.sh is missing — the repo-to-docs-index skill will still work but won't rebuild derived indices.index_repos[].default should be true. Auto-flip if more or none.If the user says "add an index repo X at /path" or "remove index repo X", edit only that entry and save — don't re-prompt other fields.
npx claudepluginhub danielrosehill/claude-code-plugins --plugin repo-to-contentFetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies a firm's KYC/AML rules grid to parsed onboarding records: assigns risk rating, checks required documents, outputs rule outcomes with citations, and routes for escalation.
Generates daily or weekly digests of activity from connected sources (chat, email, docs, tasks, CRM), highlighting action items, decisions, mentions, and project updates.