An open API service indexing awesome lists of open source software.

https://github.com/duyet/.claude

My ~/.claude setup
https://github.com/duyet/.claude

Last synced: 20 days ago
JSON representation

My ~/.claude setup

Awesome Lists containing this project

README

          

# duyet's `.claude` setup

My `.claude` configuration for Claude Code.

## Core Components

- [**CLAUDE.md**](CLAUDE.md) - Main configuration entry point
- [**PRINCIPLES.md**](PRINCIPLES.md) - Foundation for all decision-making
- [**RULES.md**](RULES.md) - Actionable operational rules
- [**MODES.md**](MODES.md) - Behavioral modes reference

### Custom Commands

| Command | Description |
|---------|-------------|
| `/fix-and-push` | Execute tasks with testing and automatic commits |
| `/pr-manager` | Pull request monitoring and management |
| `/ultrathink` | Deep analysis with sequential reasoning |
| `/commit:commit` | Create semantic commit |
| `/commit:and-push` | Commit and push to remote |

### Suggested Skills

```bash
# Documentation lookup
npx skills add https://github.com/upstash/context7 --skill documentation-lookup

# Code review
npx skills add https://github.com/coderabbitai/skills --skill code-review

# Frontend design
npx skills add https://github.com/anthropics/skills --skill frontend-design

# Skill creation
npx skills add https://github.com/anthropics/skills --skill skill-creator

# PDF tools
npx skills add https://github.com/anthropics/skills --skill pdf

# Team coordination
npx skills add https://github.com/duyet/claude-plugins --skill team-coordination

# shadcn/ui
npx skills add https://github.com/shadcn/ui --skill shadcn

# HuggingFace
npx skills add https://github.com/huggingface/skills --skill hugging-face-cli
npx skills add https://github.com/huggingface/skills --skill hugging-face-model-trainer
npx skills add https://github.com/huggingface/skills --skill hugging-face-datasets

# Cloudflare
npx skills add https://github.com/cloudflare/skills --skill cloudflare
npx skills add https://github.com/cloudflare/skills --skill wrangler

# LangChain
npx skills add https://github.com/langchain-ai/langchain-skills --skill langgraph-fundamentals
npx skills add https://github.com/langchain-ai/deepagents --skill langgraph-docs
```

### MCP Servers

```bash
# Playwright - browser automation and testing
claude mcp add playwright npx @playwright/mcp@latest

# Sequential thinking - structured reasoning for complex problems
claude mcp add sequential-thinking npx -y @modelcontextprotocol/server-sequential-thinking
```

### Claude Marketplace

Install plugins from marketplace:

```bash
# Official plugins
claude plugin marketplace add anthropics/claude-plugins-official

# My custom plugins
claude plugin marketplace add duyet/claude-plugins
```

## Basic Workflow

1. **`/batch`** or plan mode — Break down task into parallel workstreams
2. **Review & Accept** — Use `/interview:interview` if plan needs refinement
3. **`/simplify`** — Review code for quality and efficiency
4. **`cm`** or **`/commit:commit`** — Create semantic commit

## Shortcuts

- `cm` → commit changes
- `cp` → commit and push
- `p`, `parallel` → assign tasks to multiple agents

## License

MIT