configs/skills/start/SKILL.md
Autonomous session launcher — morning briefing, unattended overnight runs, cross-project patrol, auto-research
npx skillsauth add shenxingy/claude-code-kit startInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
One command to launch autonomous coding sessions. Morning briefings, targeted goals, overnight runs, cross-project patrols — all from /start.
/start → Morning briefing (safe, read-only)
/start --run → Full autonomous session (plan → loop → verify → repeat)
/start --goal "fix tests" → Targeted run (skip orchestrate, go straight to loop)
/start --patrol → Cross-project scan (report only, no workers)
/start --research → Auto-research based on project context
/start # Morning briefing (default, safe)
/start --run # Autonomous session until done/blocked/budget
/start --run --budget 10 # Set cost budget ($5 default)
/start --run --hours 8 # Wall-clock limit
/start --goal goal.md # Targeted: use goal file directly (skip orchestrate)
/start --goal "fix all tests" # Targeted: inline goal string
/start --run --max-iter 5 # Limit outer iterations (default: 20)
/start --run --max-workers 2 # Limit parallel workers (default: 4)
/start --run --model opus # Supervisor model (default: sonnet)
/start --run --worker-model haiku # Worker model (default: sonnet)
/start --patrol # Scan all ~/projects/ with CLAUDE.md
/start --research # Auto-research from TODO/GOALS/BRAINSTORM
/start --resume # Resume interrupted session
/start --stop # Write stop sentinel
/start --dry-run # Show plan and exit
testing
One-command multilingual blog creation. Writes a blog post, translates it into user-specified languages, applies cultural adaptation, and emits hreflang tags, sitemap entries, and a CMS-ready language map. The complete write-to-publish pipeline for international content. Orchestrates blog-write, blog-translate, blog-localize, and (optionally) seo-hreflang. Use when user says "multilingual blog", "blog multilingual", "write in multiple languages", "international blog", "mehrsprachiger Blog", "blog multilingue", "blog multilingue", "create blog in German and French".
development
Research what people are actually saying about a topic in the last 30 days across Reddit, X / Twitter, YouTube, Hacker News, dev.to, Medium, and other public discourse platforms. API-free; uses WebSearch with platform-targeted site operators plus recency filters. Produces DISCOURSE.md (a structured brief) and JSON output the writer can consume. Complements blog-researcher (which focuses on authority sources) with a recency-and-engagement lens. Use when user says "blog discourse", "discourse research", "what are people saying about", "research what people are saying", "voice of customer", "social listening", "30-day research", "trend research", "what's the discussion on", "real-time research", "practitioner discourse", "/blog discourse".
documentation
Establish durable brand and voice context for cross-skill consumption. Generates BRAND.md (audience, positioning, do/don't editorial rules, taboo phrases, competitor differentiation) and VOICE.md (existing persona JSON re-expressed as readable prose), both written to the project root. When present, all blog sub-skills auto-load these files before writing or reviewing. Pairs with blog-persona, which manages the structured persona JSON. Use when user says "blog brand", "create brand context", "brand voice doc", "BRAND.md", "VOICE.md", "establish editorial brand", "brand guidelines for blog".
development
Server-side tracking pipeline audit covering server-side Google Tag Manager (sGTM), Meta CAPI Gateway, Conversions API health, event deduplication via event_id, server-side hit ratio targets, pixel debugging, and PII hashing discipline. Use when user says server-side tracking, sGTM, server-side GTM, server-side tagging, CAPI, Conversions API, CAPI Gateway, Meta Conversions API, event deduplication, event_id, pixel debug, pixel health, Pixel/CAPI audit, first-party tracking, iOS 14.5 recovery, or server-side hit ratio.