niedziela, 31 maja 2026

Claude Code plugins

  1. https://github.com/anthropics/claude-code/tree/main/plugins/ralph-wiggum:
    loops through tasks, commits to Git and resets context between tasks,
  2. https://claude.com/plugins/context7:
    pulls live, version specific library documentations into your session (stops Claude hallucinating from outdated training data),
  3. https://github.com/anthropics/claude-code/tree/main/plugins/feature-dev:
    launches a workflow using explorer, architect and reviewer agents to analyze code base, design and review the work,
  4. https://github.com/anthropics/claude-code/tree/main/plugins/code-review:
    reviews changed files for quality, security and test coverage before you commit,
  5. https://claude.com/plugins/playwright:
    navigates URLs, fills forms, takes screenshots and run end to end test,
  6. https://claude.com/plugins/superpowers:
    planning, debugging and code review all in one,
  7. https://claude.com/plugins/marketing:
    builds performance reports, runs SEO audits and designs mail sequences.

niedziela, 24 maja 2026

Claude Code slash commands

Claude Code modes (toggle with Shift + Tab):

  • >>> normal (reads, writes and runs commands),
  • >> auto accept (like normal but skips permission prompts),
  • || plan (read only, explores but never edits).
Slash commands:
  • /model choose model you want to work with,
  • /status - version, model, account, usage and so on,
  • /help - all available commands and skills,
  • /diff - review all file changes Claude just made,
  • /skills - all installed skills,
  • /usage - check your token usage and spending,
  • /compact - summarize conversation to free up context,
  • /init - create a "CLAUDE.md" project guide,
  • /context - show Claude context window utilization.