{"id":50308620,"url":"https://github.com/duyet/.claude","last_synced_at":"2026-05-28T18:30:57.413Z","repository":{"id":327779283,"uuid":"1110757980","full_name":"duyet/.claude","owner":"duyet","description":"My ~/.claude setup","archived":false,"fork":false,"pushed_at":"2026-03-28T07:53:54.000Z","size":87,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-30T21:34:46.076Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/duyet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-12-05T17:12:58.000Z","updated_at":"2026-03-28T07:53:57.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/duyet/.claude","commit_stats":null,"previous_names":["duyet/.claude"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/duyet/.claude","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2F.claude","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2F.claude/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2F.claude/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2F.claude/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/duyet","download_url":"https://codeload.github.com/duyet/.claude/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/duyet%2F.claude/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33622066,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-28T18:30:56.592Z","updated_at":"2026-05-28T18:30:57.399Z","avatar_url":"https://github.com/duyet.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# duyet's `.claude` setup\n\nMy `.claude` configuration for Claude Code.\n\n## Core Components\n\n- [**CLAUDE.md**](CLAUDE.md) - Main configuration entry point\n- [**PRINCIPLES.md**](PRINCIPLES.md) - Foundation for all decision-making\n- [**RULES.md**](RULES.md) - Actionable operational rules\n- [**MODES.md**](MODES.md) - Behavioral modes reference\n\n### Custom Commands\n\n| Command | Description |\n|---------|-------------|\n| `/fix-and-push` | Execute tasks with testing and automatic commits |\n| `/pr-manager` | Pull request monitoring and management |\n| `/ultrathink` | Deep analysis with sequential reasoning |\n| `/commit:commit` | Create semantic commit |\n| `/commit:and-push` | Commit and push to remote |\n\n### Suggested Skills\n\n```bash\n# Documentation lookup\nnpx skills add https://github.com/upstash/context7 --skill documentation-lookup\n\n# Code review\nnpx skills add https://github.com/coderabbitai/skills --skill code-review\n\n# Frontend design\nnpx skills add https://github.com/anthropics/skills --skill frontend-design\n\n# Skill creation\nnpx skills add https://github.com/anthropics/skills --skill skill-creator\n\n# PDF tools\nnpx skills add https://github.com/anthropics/skills --skill pdf\n\n# Team coordination\nnpx skills add https://github.com/duyet/claude-plugins --skill team-coordination\n\n# shadcn/ui\nnpx skills add https://github.com/shadcn/ui --skill shadcn\n\n# HuggingFace\nnpx skills add https://github.com/huggingface/skills --skill hugging-face-cli\nnpx skills add https://github.com/huggingface/skills --skill hugging-face-model-trainer\nnpx skills add https://github.com/huggingface/skills --skill hugging-face-datasets\n\n# Cloudflare\nnpx skills add https://github.com/cloudflare/skills --skill cloudflare\nnpx skills add https://github.com/cloudflare/skills --skill wrangler\n\n# LangChain\nnpx skills add https://github.com/langchain-ai/langchain-skills --skill langgraph-fundamentals\nnpx skills add https://github.com/langchain-ai/deepagents --skill langgraph-docs\n```\n\n### MCP Servers\n\n```bash\n# Playwright - browser automation and testing\nclaude mcp add playwright npx @playwright/mcp@latest\n\n# Sequential thinking - structured reasoning for complex problems\nclaude mcp add sequential-thinking npx -y @modelcontextprotocol/server-sequential-thinking\n```\n\n### Claude Marketplace\n\nInstall plugins from marketplace:\n\n```bash\n# Official plugins\nclaude plugin marketplace add anthropics/claude-plugins-official\n\n# My custom plugins\nclaude plugin marketplace add duyet/claude-plugins\n```\n\n## Basic Workflow\n\n1. **`/batch`** or plan mode — Break down task into parallel workstreams\n2. **Review \u0026 Accept** — Use `/interview:interview` if plan needs refinement\n3. **`/simplify`** — Review code for quality and efficiency\n4. **`cm`** or **`/commit:commit`** — Create semantic commit\n\n## Shortcuts\n\n- `cm` → commit changes\n- `cp` → commit and push\n- `p`, `parallel` → assign tasks to multiple agents\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2F.claude","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fduyet%2F.claude","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fduyet%2F.claude/lists"}