Plugins, skills, CLAUDE.md and CLI workflows
Key Questions
What resources are available in the official Claude Code plugin directory?
The directory includes the official AWS dev toolkit plugin and community contributions. Everything Claude Code open-source toolkit won the Anthropic Hackathon with 38 agents and 156 skills.
How do CLAUDE.md files help with agent configuration?
CLAUDE.md files provide real-world examples for production workflows like Kubernetes and Terraform. They support patterns for reducing sycophancy and custom slash commands.
What are subagents primarily used for in Claude Code?
Subagent evaluations show they function as context firewalls rather than distinct personalities. Hands-on tests identified 12 keepers from 100 evaluated options.
Which community plugins offer significant token savings?
The Live-Memory plugin cuts premium model tokens by 93%. LSP for Claude Code demonstrates up to 50x token savings in relevant workflows.
What tools help generate hooks and permission rules?
The Claude Code Hooks & Permissions Generator creates hooks for auto-format, blocking dangerous bash, and protecting secrets. It includes real recipe examples.
How do slash commands and skills relate in recent updates?
Skills and slash commands are now unified through YAML frontmatter and dynamic context injection. Guides cover inline bash, argument handling, and git automation use cases.
What desktop and CI tools support Claude Code workflows?
Community tools include claudette for Tauri desktop wrapping, airut for CI/PR workflows, and Lexus2016/claude-code-studio for session management and enterprise registry support.
Where can users find aggregated Claude Code best practices?
The claude-code-best-practices GitHub topic aggregates 176 tips from 17 repos. The Testing & Debugging directory curates 1,524 skills, agents, and plugins.
Anthropic launched official plugin directory. Everything Claude Code open-source toolkit (38 agents, 156 skills) won Anthropic Hackathon. CLAUDE.md Examples — 18 real-world agent config files. Custom Slash Commands Directory (40 commands). Official AWS dev toolkit plugin. awesome-claude-code repo overview. Subagent evaluation finds subagents are context firewalls, not personalities; 12 keepers from 100 tested. Live-Memory plugin cuts premium model tokens by 93%. SKILL.md portability test. Persistent Sub-Agents deep dive. Codex plugin guide. samber/cc-skills-golang with concrete error rate reduction metrics. Claude Design System Guide. LSP for Claude Code guide demonstrates 50x token savings. Fintech comparison of Claude Code vs Cursor. CLAUDE.md cheat sheet for production Kubernetes workflows. Best Claude Code setups for deployment & CI/CD (July 2026) catalog. addyosmani/agent-skills CLAUDE.md. Cross-machine parity for settings.local.json. SethGammon/Citadel — operating layer for Claude Code. Claude Code 101 guide: subagents as context management. How to configure Claude Code to use uv. Claude Code Rules Files: The Complete Guide. Claude Code Complete Guide 2026. CodeGraph — pre-indexed code knowledge graph. New: Ellipsis vs Claude Code GitHub Action comparison with concrete benchmarks (sandbox ready 2.9s vs 56.8s). New: Claude Code Command Guide for Desktop covering built-in commands, official skills, custom skills, and workflows. New: API Connector Builder skill for integrations. New: CI Health Check /ci skill with real config and failure triage taxonomy. New: Claude Code Permutation Frameworks guide — three-phase framework (manual build, pattern extraction, automated generation) with before/after code examples and variance testing insights. New: Claude Code Slash Command Guide covering inline bash, YAML frontmatter, argument handling, and use cases like code generation and git automation. New: Pyright LSP plugin official guide with plugin directory structure and skill-bundle patterns. New multi-agent orchestration case study: Bun coordinated 64 concurrent Claude agents to port a large codebase using adversarial review pattern and worktree sharding. New comprehensive guide 'Claude Code Explained' covers optimization tools (Caveman, Ponytail, Karpathy tools), context window drift, spec-driven development. New: Official WSL setup guide from Anthropic for Claude Code Desktop. New: airut repo for running Claude Code in CI/PR workflows (uv-based auto-fix and review). New: obra-executing-plans plugin (top 1%, 253k stars) for structured plan execution with subagents. New: Hermit plugin (gtapps/claude-code-hermit) with persistence, learning loop, routines, channels, cost-aware heartbeat — standout community tool. New: ClawDEA — IntelliJ plugin for native Claude Code integration with self-maintaining project wiki, JVM profiling, and debugger control. New: AI Subagents Generator web tool for quick-start subagent creation. New: Claude Code Hooks & Permissions Generator — browser-based tool for generating hooks and permission rules with real recipes (auto-format, block dangerous bash, protect secrets). New: claude-code-subagents guide with templates and configuration reference for subagent creation. New: claude-code-best-practices GitHub topic page aggregating 176 tips from 17 repos — useful discovery index. New: Terraform plugin installation guide from HashiCorp. New: Algolia Search skill for Claude Code covering React InstantSearch, SSR, and data indexing. New: Official Go LSP (gopls) plugin from Anthropic directory. New: Practical --safe-mode debugging guide for isolating configuration issues. New: Official mobile Claude Code docs cover cloud sessions, Remote Control, Dispatch, push notifications. New: awrshift/claude-memory-kit — file-based memory persistence with hook-based compaction blocking and stale-reference detection. New: Lanes — board tool bridging GitHub/Linear issues with Claude Code sessions via Local MCP. New: Lexus2016/claude-code-studio — community-built studio UI with CLI session import, extended thinking, mid-task interrupt, rate limit auto-wait, session notes, search, export, enterprise private registry support. New: Pendo plugins for Claude Code — three official plugins for product analytics, session replays, and in-app guide creation, with MCP auth flow and skill commands. New: travisjneuman/.claude — comprehensive CLAUDE.md toolkit with 127 skills, 86 agents, GSD framework, hooks, and auto-routing. New: Agentic School guide on Claude Code Skills and Slash Commands — hands-on unification of slash commands and skills with YAML frontmatter and dynamic context injection. New: Claudeable community directory for Claude Code resources. New: Basic command template for slash commands. New: Community-built Tauri desktop app 'claudette' wraps Claude CLI with workspace management, batch orchestration, and CLI client — complementary tool for power users. New: Migration story from WebFetch to CircleCI CLI for a skill — concrete before/after, lesson about designing tools for AI agents (blocking calls, exit codes, server-side filtering). New: Guide on running many parallel Claude Code sessions with terminal tab alerts and recap feature. New: Listicle of 10 lesser-known Claude Code commands (/schedule, /btw, /remote-control, /rename, /advisor, /insights, /plugin marketplace add, /clear, /caveman, /resume). New: Community report that background subagents turned on by default causing unintended refactoring — solution: turn them off. New: Five-stage pattern for reducing sycophancy with CLAUDE.md config example. New: Testing & Debugging directory of 1,524 skills/agents/plugins. New: Terraform CLAUDE.md template for IaC best practices. New: AGENTS.md vs CLAUDE.md vs Copilot Instructions comparison with support matrix.