ClawKit Logo
ClawKitReliability Toolkit
Back to Registry
Official Verified

code-with-claude

Comprehensive Claude Code CLI reference covering interactive mode, CLI flags, commands, environment variables, hooks, channels, checkpointing, plugins, and tools. Use when asked about Claude Code features, configuration, workflows, keyboard shortcuts, session management, permission modes, environment setup, or best practices for using Claude Code effectively.

skill-install — Terminal

Install via CLI (Recommended)

clawhub install openclaw/skills/skills/awalesagar/code-with-claude
Or

Code with Claude

Use this skill when the user asks about Claude Code CLI features, configuration, workflows, or best practices.

Claude Code Feature Map

FeatureWhat It DoesReference
CLI flagsLaunch-time options for sessions, models, permissions, prompts./references/cli-reference.md
CommandsIn-session / commands for model switching, permissions, context, workflows./references/commands.md
Interactive modeKeyboard shortcuts, Vim mode, multiline input, voice, task list./references/interactive-mode.md
HooksShell commands, HTTP endpoints, or LLM prompts at lifecycle events./references/hooks.md
PluginsExtend Claude Code with skills, agents, hooks, MCP/LSP servers./references/plugins.md
ChannelsMCP servers that push external events into a session./references/channels.md
CheckpointingAutomatic file edit tracking with rewind and summarize./references/checkpointing.md
ToolsBuilt-in tools: Bash, Edit, Read, Write, Agent, WebFetch, etc../references/tools.md
Environment variablesControl behavior via env vars or settings.json./references/env-vars.md

Quick Reference: Essential CLI Flags

FlagPurposeExample
--modelSet model (alias or full name)claude --model opus
--continue, -cResume most recent conversationclaude -c
--resume, -rResume by session ID or nameclaude -r "auth-refactor"
--print, -pNon-interactive print mode (SDK)claude -p "query"
--permission-modeStart in a specific permission modeclaude --permission-mode plan
--worktree, -wIsolated git worktree sessionclaude -w feature-auth
--bareMinimal mode, skip auto-discoveryclaude --bare -p "query"
--append-system-promptAdd to default system promptclaude --append-system-prompt "Use TS"
--effortSet effort level for sessionclaude --effort high

Quick Reference: Essential Commands

CommandPurpose
/model [model]Switch model mid-session
/compact [instructions]Compact conversation, free context
/clearClear conversation history
/rewindRewind to a checkpoint (Esc+Esc)
/permissionsManage tool allow/deny rules
/plan [description]Enter plan mode
/batch <instruction>Parallel large-scale changes
/hooksView hook configurations
/memoryEdit CLAUDE.md memory files
/diffInteractive diff viewer
/costShow token usage statistics
/effort [level]Set effort (low/medium/high/max)

Quick Reference: Key Shortcuts

Metadata

Stars4473
Views0
Updated2026-05-01
View Author Profile
AI Skill Finder

Not sure this is the right skill?

Describe what you want to build — we'll match you to the best skill from 16,000+ options.

Find the right skill
Add to Configuration

Paste this into your clawhub.json to enable this plugin.

{
  "plugins": {
    "official-awalesagar-code-with-claude": {
      "enabled": true,
      "auto_update": true
    }
  }
}
Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.