
Claude Skills by tools-only
github.com/tools-onlyThis guide covers the 3 production-ready business and growth skills and their Python automation tools.
<!-- CLAUDE.md Template for Next.js / Supabase / TypeScript Projects This file provides coding standards and architecture patterns for Claude Code. SETUP INSTRUCTIONS: 1. Search for all <!-- CUSTOMIZE --> markers 2. Fill in your project-specific details 3. Remove examples that don't apply to your project 4. Adjust rules to match your team's conventions This template is generalized from a production SaaS setup. Adapt as needed. --> <!-- CUSTOMIZE: Replace with a brief description of your proje...
FastAPI endpoints. Thin routing layer — validates input, sets user context, delegates to services.
This repo is a Claude Code plugin marketplace. It ships two plugins: **flow** and **flow-next**.
**Official Anthropic documentation (always check these first):**
PTY-based client-server system for managing Claude CLI sessions with message queueing, image support, and native IDE scrolling.
git fetch origin main git log --oneline origin/main -3 # See if your PR was merged git checkout main git pull origin main git checkout -b claude/new-feature-<session-id> ``` - Claude Code web sessions can span user interactions where PRs get merged between messages - The user may merge and delete branches without explicitly telling Claude - Attempting to push to a deleted branch will fail with 403 errors - Always verify branch state before assuming continuity
**VERSION:** See SKILL.md frontmatter ---