VibeStack

Newest first

X posts
@101babichWorkflow

💡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 codebase is structured, what design rules to follow, and what patterns to avoid. Here are 8 practical tips for writing a better CLAUDE[.]md: 1⃣ Know the difference between project and g

Keep reading
All guides
Claude Code
English original

Extend Claude with skills

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.

Claude Code
English original

Settings files and precedence

export 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

Claude Code
English original

Create plugins

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.