Skills extend what Claude can do. Create a SKILL.md file with instructions, and Claude adds it to its toolkit. Claude uses skills when relevant, or you can invoke one directly with /skill-name.
Content library
25 itemsexport const SettingsPrecedence = () => { const LEVELS = [{ n: 1, name: 'Managed settings', file: 'managed-settings.json, MDM, or the claude.ai console', who: 'Your organization', w: 390 }, { n: 2, name: 'Com
Plugins let you extend Claude Code with custom functionality that can be shared across projects and teams. This guide covers creating your own plugins with skills, agents, hooks, and MCP servers.
Claude Code is an AI-powered coding assistant that helps you build features, fix bugs, and automate development tasks. It understands your entire codebase and can work across multiple files and tools to get things done.
Each Claude Code session begins with a fresh context window. Two mechanisms carry knowledge across sessions:
Claude Code can connect to hundreds of external tools and data sources through the Model Context Protocol (MCP), an open source standard for AI-tool integrations. MCP servers give Claude Code access to your tools, databases, and APIs.
Claude Code is an agentic assistant that runs in your terminal. While it excels at coding, it can help with anything you can do from the command line: writing docs, running builds, searching files, researching topics, and more.
<Tip> For a quickstart guide with examples, see Automate actions with hooks. </Tip>
Claude Code combines a model that reasons about your code with built-in tools for file operations, search, execution, and web access. The built-in tools cover most coding tasks. This guide covers the extension layer: features you add to cus
Subagents are specialized AI assistants that handle specific types of tasks. Use one when a side task would flood your main conversation with search results, logs, or file contents you won't reference again: the subagent does that work in i
This quickstart guide will have you using AI-powered coding assistance in a few minutes. By the end, you'll understand how to use Claude Code for common development tasks.
<Warning> Agent teams are experimental and disabled by default. Enable them by setting CLAUDECODEEXPERIMENTALAGENTTEAMS=1 in your settings.json or environment. Without that variable, no team is set up at session start, no team directories
💡CLAUDE[.]md Tips & Tricks (Cheatsheet) CLAUDE[.]md is one of the most important files in any Claude Code project. Think of it as project memory + execution guidelines. It tells Claude what your project is, how the co
Claude Code tips that have made my life easier: (Add these to your CLAUDE .md file) 1. "Before writing any code, describe your approach and wait for approval. Always ask clarifying questions before writing any code if
I'm Boris and I created Claude Code. I wanted to quickly share a few tips for using Claude Code, sourced directly from the Claude Code team. The way the team uses Claude is different than how I use it. Remember: there is
My fav way to un-slop a codebase: - find large files - ask to break up, improve code quality, add tests Once done, ask "now that you read the code, what can we improve?" - store that in a tracker file (i use docs/refact
This is my current @OpenAI Codex workflow. It's insanely powerful, and allows Codex to implement far more complex features than the default setup. It's also much more reliable and leads to better code, with significant
Steal my Perplexity Prompt to research a profitable niche based on your topic. ----------------------- NICHE RESEARCHER ----------------------- CONTEXT: Adopt the role of an expert researcher. Your task is to help th
Fuck it. I'm sharing the exact mega prompt that built my entire n8n automation empire. This single prompt turns Claude into an n8n expert that designs, codes, and deploys AI agents from scratch. Copy, paste, watch mag