Skip to main content

Guides

Getting Started

1

New to the platform? Start here with installation, first plugin setup, and core concepts.

Claude Code

23

Hooks, workflows, extensions, and advanced techniques for Claude Code power users.

AI Code Review with Claude Code: Automated PR Reviews That Catch Real Bugs
Claude Code Guide

AI Code Review with Claude Code: Automated PR Reviews That Catch Real Bugs

Set up AI code review with Claude Code for GitHub pull requests. Automated reviews that catch security issues, logic errors, and performance problems before merge.

  • Set up automated AI code review on every pull request using Claude Code and GitHub Actions
  • Configure review focus areas: security, performance, correctness, and style
26 min read
How to Use Claude Code: The Complete Beginner's Guide
Claude Code Guide

How to Use Claude Code: The Complete Beginner's Guide

Step-by-step guide to using Claude Code effectively. Install, run your first session, set up CLAUDE.md, and avoid the most common beginner mistakes.

  • Install Claude Code and configure it for your first project
  • Use the five core workflows that cover 90% of daily coding tasks
24 min read
Claude Code Agent Teams: Parallel Agents, Worktrees, and Multi-Task Orchestration
Claude Code Guide

Claude Code Agent Teams: Parallel Agents, Worktrees, and Multi-Task Orchestration

Agent teams use 7x the tokens of a single session. Here is when that trade-off is worth it, the failure modes nobody warns you about, and the patterns that actually work.

  • Decide whether agent teams are worth the 7x token cost for your specific workflow
  • Avoid the failure modes that cause token explosions, context amnesia, and file corruption
20 min read
Claude Code vs Cursor: Terminal Agent vs AI IDE 2026
Claude Code Guide

Claude Code vs Cursor: Terminal Agent vs AI IDE 2026

Compare Claude Code and Cursor on architecture, pricing, and workflow fit. Includes enterprise compliance, productivity data, and a dual-tool setup guide.

  • Explain why Claude Code and Cursor are architecturally different and which tasks each tool handles better
  • Choose the right tool based on your team size, workflow, and priorities using a data-backed decision framework
50 min read
Choose MCP or CLI in Claude Code With 5 Criteria
Claude Code Guide

Choose MCP or CLI in Claude Code With 5 Criteria

Compare MCP vs CLI in Claude Code with a 5-criteria decision framework. Cut context usage 60%, avoid over-building, and pick the right tool fast.

  • Know exactly when to reach for an MCP server vs a Bash command in Claude Code
  • Evaluate the cost, complexity, and maintenance trade-offs of each approach
20 min read
Best Claude Code Plugins 2026
Claude Code Guide

Best Claude Code Plugins 2026

Discover the best Claude Code plugins for development, testing, and productivity. Real installation commands and a 6-criterion evaluation framework.

  • Apply a 6-criterion framework to evaluate any Claude Code plugin for quality and security
  • Install and configure plugins from the official Anthropic marketplace using the /plugin command
21 min read
Compare Skills vs Subagents vs MCP Servers in Claude
Claude Code Guide

Compare Skills vs Subagents vs MCP Servers in Claude

Compare Claude Code skills, subagents, and MCP servers side by side. Verdict-first decision framework, 3-way comparison table, and real composition examples.

  • Choose the right extensibility mechanism for any Claude Code use case
  • Configure subagents with model selection, tool restrictions, and MCP server access
25 min read
Claude Code GitHub Actions: 5 Recipes the Official Docs Skip
Claude Code Guide

Claude Code GitHub Actions: 5 Recipes the Official Docs Skip

After the official Anthropic Claude Code GitHub Actions docs, you still need permissions, fork-safety, cost controls, and the allowed_tools v1 migration. Five tested recipes.

  • Set up Claude Code GitHub Actions for automated PR reviews
  • Build issue-to-PR automation workflows
23 min read
Performance Metrics in the Control Center
Claude Code Guide

Performance Metrics in the Control Center

Track and improve Claude Code productivity with 6 deterministic metrics: APM, EAPM, Concurrency, Throughput, Tool Diversity, and Multitasking Score.

  • Understand exactly what each of the 6 performance metrics measures and how it is calculated
  • Interpret your daily metric values and identify areas for improvement
28 min read
Build a Custom Claude Agent With the Anthropic Agent SDK
Claude Code Guide

Build a Custom Claude Agent With the Anthropic Agent SDK

Build a custom Claude agent in Python with the Anthropic Agent SDK. Tool use, guardrails, multi-turn memory, observability hooks, and copy-paste starter code.

  • Build a working agent with tool use using the Claude Agent SDK
  • Handle multi-turn conversations and agent loops
30 min read
Compare Plugins vs MCP vs Skills in Claude Code
Claude Code Guide

Compare Plugins vs MCP vs Skills in Claude Code

Compare Claude Code plugins, MCP servers, and skills side by side. Pick the right extension type with a decision flowchart and practical composition examples.

  • Distinguish between plugins, MCP servers, and skills in Claude Code
  • Choose the right extension mechanism for your use case
22 min read
Claude Agent SDK vs LangChain
Claude Code Guide

Claude Agent SDK vs LangChain

Compare the Claude Agent SDK and LangChain with code examples, architecture analysis, and a decision framework for your next AI agent project.

  • Understand the architectural differences between Agent SDK and LangChain
  • Choose the right framework based on your use case
25 min read
Reduce Claude Code Costs 60% With These Four Habits
Claude Code Guide

Reduce Claude Code Costs 60% With These Four Habits

Cut Claude Code costs 40-60% with model selection, context management, thinking token caps, and prompt caching. Track spend with /cost.

  • Reduce Claude Code token usage with context management strategies
  • Choose the right model for each task to optimise cost
26 min read
Publishing a Plugin to the Claude Marketplace
Claude Code Guide

Publishing a Plugin to the Claude Marketplace

Build a Claude Code plugin from scratch, test it locally, and publish it to the marketplace for other developers to install and use.

  • Build a complete Claude Code plugin with skills, hooks, and commands
  • Test plugins locally before publishing
27 min read
Deploy MCP Servers to Production with HTTP and Docker
Claude Code Guide

Deploy MCP Servers to Production with HTTP and Docker

Deploy MCP servers beyond localhost with HTTP transport, authentication, monitoring, error handling, and scaling patterns for production workloads.

  • Deploy an MCP server with HTTP transport for remote access
  • Add authentication, rate limiting, and error handling
26 min read
Secure MCP Servers With OAuth 2.1 and Least Privilege
Claude Code Guide

Secure MCP Servers With OAuth 2.1 and Least Privilege

Configure MCP server authentication with OAuth 2.1 and PKCE, fix errors like 'invalid code_challenge_method', and prevent prompt injection. Code included.

  • Implement OAuth 2.1 authentication for MCP servers
  • Apply least-privilege scoping to MCP tools
28 min read
Build an MCP Server in Rust with rmcp and Claude Code
Claude Code Guide

Build an MCP Server in Rust with rmcp and Claude Code

Build a Rust MCP server with rmcp, connect it to Claude Code, and ship three working tools. Covers Cargo.toml, tool macros, stdio transport, and troubleshooting.

  • Build a working MCP server in Rust using the rmcp crate
  • Connect your custom MCP server to Claude Code
23 min read
Install and Configure MCP Servers in Claude Code (2026)
Claude Code Guide

Install and Configure MCP Servers in Claude Code (2026)

Install and configure MCP servers in Claude Code with stdio, HTTP, and OAuth transports. Share configs via .mcp.json, troubleshoot common errors, and manage enterprise governance.

  • Install and configure MCP servers using stdio, HTTP, and SSE transports
  • Create custom subagents with focused tool access and permissions
32 min read
Claude Code Hooks and Event-Driven Workflows
Claude Code Guide

Claude Code Hooks and Event-Driven Workflows

Use Claude Code hooks to automate linting, enforce security policies, build audit trails, and create event-driven development workflows.

  • Configure command, HTTP, and prompt hooks for any Claude Code lifecycle event
  • Build PreToolUse hooks that block dangerous operations before they execute
29 min read
How to Structure CLAUDE.md in a Monorepo
Claude Code Guide

How to Structure CLAUDE.md in a Monorepo

Learn how to split CLAUDE.md across a monorepo: root conventions, package-level context, .claude/rules/ glob scoping, and the 500-line guideline.

  • Structure CLAUDE.md files across a monorepo with root and package-level configs
  • Use .claude/rules/ for path-scoped instructions
25 min read
Claude Prompt Engineering: System Prompt Library
Claude Code Guide

Claude Prompt Engineering: System Prompt Library

14 production-ready Claude prompt engineering templates for code review, support, data analysis, and more, with technique explanations for each.

  • Copy production-ready system prompts for 14 common use cases
  • Understand the techniques that make system prompts effective
42 min read
CLAUDE.md Best Practices vs System Prompts in 2026
Claude Code Guide

CLAUDE.md Best Practices vs System Prompts in 2026

Learn CLAUDE.md best practices and when to use system prompts instead. Covers scope, context window position, the 4-level hierarchy, and when to use both.

  • Explain exactly where system prompts and CLAUDE.md each sit in the Claude context window and why it matters
  • Decide which mechanism to use for any given instruction: API behaviour rules in system prompts, project context in CLAUDE.md
25 min read
7 Claude Code Workflows That Cut Debug Time in Half
Claude Code Guide

7 Claude Code Workflows That Cut Debug Time in Half

Seven Claude Code workflows for PR reviews, debugging, and productivity, with CLAUDE.md best practices, settings.json permissions, and proven model-selection patterns.

  • Structure your CLAUDE.md file for maximum context efficiency
  • Configure settings.json for your team's specific workflow
31 min read

Claude Cowork

1

Collaborative AI workflows with Claude Cowork for teams and individuals.

Enterprise

2

Organisation-wide rollout, managed settings, and governance for Claude at scale.

blog

12
AI Governance: Preventing Credential Leaks in Agent Tools
blog Guide

AI Governance: Preventing Credential Leaks in Agent Tools

How secrets leak through AI agent tool calls and how AI governance stops it. 35+ detection patterns, server-side credential injection, and MCP architecture.

  • Understand how secrets leak through AI agent tool calls in production
  • Implement secret detection patterns for API keys, tokens, and credentials
22 min read
Self-Hosted AI: Air-Gapped, On-Premise Governance Deployment
blog Guide

Self-Hosted AI: Air-Gapped, On-Premise Governance Deployment

Run self-hosted AI infrastructure with built-in governance. Air-gapped, zero cloud dependency, full data sovereignty. Built for regulated industries.

  • Understand why regulated industries require self-hosted AI governance
  • Compare deployment models across AI governance platforms
31 min read
AI Audit Trails: SIEM Integration with Splunk, ELK, Datadog (2026)
blog Guide

AI Audit Trails: SIEM Integration with Splunk, ELK, Datadog (2026)

How to run an AI audit on agent activity. Ship structured JSON audit trails to Splunk, ELK, and Datadog with correlation rules, alerts, and AI governance compliance patterns.

  • Design a structured audit event schema for AI agent activity
  • Integrate AI governance events with Splunk, ELK, or Datadog
23 min read
MCP Security: Enterprise Gateway Deployment Guide (2026)
blog Guide

MCP Security: Enterprise Gateway Deployment Guide (2026)

MCP security for production: per-server OAuth2, tool call governance, audit trails, and secret isolation. Gateway architecture for enterprise MCP server deployments.

  • Map the six non-negotiable production MCP security requirements to your deployment architecture
  • Implement per-server OAuth2, audit trails, and secret isolation for MCP
24 min read
Shadow AI: Detection, Policy, and Governance
blog Guide

Shadow AI: Detection, Policy, and Governance

What shadow AI is, why employees use unauthorised AI tools, and how to detect, govern, and manage shadow AI risk across your organisation.

  • Understand what shadow AI is, why it happens, and the specific risks it creates for your organisation
  • Implement a detection strategy using network monitoring, CASB, and behavioural analytics
28 min read
AI Governance Platform: What to Evaluate in 2026
blog Guide

AI Governance Platform: What to Evaluate in 2026

How to evaluate an AI governance platform for enterprise. Covers deployment models, compliance frameworks, policy enforcement, and the build-vs-buy decision.

  • Distinguish between AI governance platforms, toolkits, and point solutions
  • Evaluate deployment models against your compliance and data sovereignty requirements
24 min read
OWASP Top 10 for Agentic AI: Implementation Guide (2026)
blog Guide

OWASP Top 10 for Agentic AI: Implementation Guide (2026)

Implement every OWASP agentic AI security control with AI governance infrastructure. Map ASI01-ASI10 to enforcement code, CLI commands, and deployment patterns.

  • Understand each OWASP agentic AI risk and its real-world impact
  • Map concrete governance controls to each ASI risk
27 min read
Claude Enterprise Governance vs Self-Hosted: Compared (2026)
blog Guide

Claude Enterprise Governance vs Self-Hosted: Compared (2026)

Compare Claude Enterprise governance vs self-hosted: managed settings, SIEM integration, air-gapped deployment, and when built-in governance is sufficient.

  • Identify the exact capabilities included in Claude Enterprise governance and the five specific gaps where it stops
  • Apply the six-condition decision framework to determine whether Claude Enterprise or self-hosted governance fits your compliance requirements
22 min read
systemprompt.io vs Microsoft Agent Governance Toolkit (2026)
blog Guide

systemprompt.io vs Microsoft Agent Governance Toolkit (2026)

Compare systemprompt.io vs Microsoft Agent Governance Toolkit: deployment models, OWASP coverage, feature gaps, and when each is the right choice.

  • Understand what Microsoft's Agent Governance Toolkit includes and what it does not
  • Know when a toolkit vs a complete platform is the right choice
19 min read
AI Governance Tools Compared: Enterprise Guide (2026)
blog Guide

AI Governance Tools Compared: Enterprise Guide (2026)

Compare AI governance tools for enterprise: deployment models, OWASP coverage, SIEM integration. systemprompt.io vs Microsoft AGT vs Rubrik vs Credo AI.

  • Understand the five categories of AI agent governance solutions
  • Compare deployment models, OWASP coverage, and SIEM integration across platforms
21 min read
Building on Quicksand With Claude Plugins
blog Guide

Building on Quicksand With Claude Plugins

Learn what Anthropic changed in Claude Cowork, why HTTP hooks and marketplace URLs broke without notice, and how to build plugins that survive platform shifts.

  • Identify which Claude Cowork plugin features broke on 25 March 2026 and confirm whether you are affected
  • Evaluate the security rationale for the restrictions and explain why silent breaking changes are the wrong implementation approach
28 min read
6,093 Open Claude Code Issues Tell a Growth Story
blog Guide

6,093 Open Claude Code Issues Tell a Growth Story

Trace 30x growth in Claude Code issues from TLS failures to MSIX sandbox traps to Cowork VM crashes. What 6,093 open bugs reveal about ecosystem maturity.

  • Understand the five critical integration challenges when building across Claude's fragmented surfaces
  • Know the specific TLS, Cloudflare, and VM sandbox bugs that break production AI deployments
20 min read

Claude Cowork

1

Collaborative AI workflows with Claude Cowork for teams and individuals.

marketplace

1

Build, publish, and manage plugins for the Anthropic Marketplace.