mirror of
https://github.com/luongnv89/claude-howto.git
synced 2026-04-26 09:56:01 +02:00
docs: Add project logo to all README files
- Add claude-howto-logo.svg to 12 README files across the project - Use appropriate relative paths for different directory levels - Include new memory guide screenshots - Add personal CLAUDE.md configuration 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Slash Commands
|
||||
|
||||
## Overview
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Subagents - Complete Reference Guide
|
||||
|
||||
Subagents are specialized AI assistants with isolated context windows and customized system prompts. They enable delegated task execution while maintaining clean separation of concerns.
|
||||
|
||||
+20
-11
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Memory Guide
|
||||
|
||||
Memory enables Claude to retain context across sessions and conversations. It exists in two forms: automatic synthesis in claude.ai, and filesystem-based CLAUDE.md in Claude Code.
|
||||
@@ -291,17 +293,16 @@ Separate concerns (Controllers, Services, Repositories).
|
||||
|
||||
## Project Organization
|
||||
I organize my projects as:
|
||||
```
|
||||
project/
|
||||
├── src/
|
||||
│ ├── api/
|
||||
│ ├── services/
|
||||
│ ├── models/
|
||||
│ └── utils/
|
||||
├── tests/
|
||||
├── docs/
|
||||
└── docker/
|
||||
```
|
||||
|
||||
project/
|
||||
├── src/
|
||||
│ ├── api/
|
||||
│ ├── services/
|
||||
│ ├── models/
|
||||
│ └── utils/
|
||||
├── tests/
|
||||
├── docs/
|
||||
└── docker/
|
||||
|
||||
## Tooling
|
||||
- **IDE**: VS Code with vim keybindings
|
||||
@@ -311,6 +312,14 @@ project/
|
||||
- **Test Framework**: Jest with React Testing Library
|
||||
```
|
||||
|
||||
_My Test_
|
||||
Ask Claude to save a new rule
|
||||
|
||||

|
||||
Claude has not save the rule because I did not have any `Claude.md` file anywhere. Then asked Claude to confirm the location.
|
||||
|
||||

|
||||
|
||||
### Example 4: Memory Update During Session
|
||||
|
||||
**Session Interaction:**
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 95 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 296 KiB |
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# MCP (Model Context Protocol)
|
||||
|
||||
This folder contains comprehensive documentation and examples for MCP server configurations and usage with Claude Code.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Agent Skills Guide
|
||||
|
||||
Agent Skills are reusable, model-invoked capabilities packaged as folders containing instructions, scripts, and resources. Claude automatically detects and uses relevant skills.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Claude Code Plugins
|
||||
|
||||
This folder contains complete plugin examples that bundle multiple Claude Code features into cohesive, installable packages.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# DevOps Automation Plugin
|
||||
|
||||
Complete DevOps automation for deployment, monitoring, and incident response.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Documentation Plugin
|
||||
|
||||
Comprehensive documentation generation and maintenance for your project.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# PR Review Plugin
|
||||
|
||||
Complete PR review workflow with security, testing, and documentation checks.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Hooks
|
||||
|
||||
Hooks are event-driven shell commands that execute automatically in response to Claude Code events. They enable automation, validation, and custom workflows without manual intervention.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Checkpoints and Rewind
|
||||
|
||||
Checkpoints allow you to save conversation state and rewind to previous points in your Claude Code session. This is invaluable for exploring different approaches, recovering from mistakes, or comparing alternative solutions.
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||

|
||||
|
||||
# Advanced Features
|
||||
|
||||
Comprehensive guide to Claude Code's advanced capabilities including planning mode, extended thinking, background tasks, permission modes, headless operation, session management, interactive features, and configuration.
|
||||
|
||||
Reference in New Issue
Block a user