update lists
This commit is contained in:
809
html/claudecode.html
Normal file
809
html/claudecode.html
Normal file
@@ -0,0 +1,809 @@
|
||||
<!--lint disable remark-lint:awesome-badge-->
|
||||
<h1 id="section"></h1>
|
||||
<!-- [](https://awesome.re) -->
|
||||
<pre style="display: inline-block; text-align: left;">
|
||||
█████┐ ██┐ ██┐███████┐███████┐ ██████┐ ███┐ ███┐███████┐
|
||||
██┌──██┐██│ ██│██┌────┘██┌────┘██┌───██┐████┐ ████│██┌────┘
|
||||
███████│██│ █┐ ██│█████┐ ███████┐██│ ██│██┌████┌██│█████┐
|
||||
██┌──██│██│███┐██│██┌──┘ └────██│██│ ██│██│└██┌┘██│██┌──┘
|
||||
██│ ██│└███┌███┌┘███████┐███████│└██████┌┘██│ └─┘ ██│███████┐
|
||||
└─┘ └─┘ └──┘└──┘ └──────┘└──────┘ └─────┘ └─┘ └─┘└──────┘
|
||||
|
||||
────────────────────────────────────────────────────────────────────────────────────
|
||||
|
||||
██████┐██┐ █████┐ ██┐ ██┐██████┐ ███████┐ ██████┐ ██████┐ ██████┐ ███████┐
|
||||
██┌────┘██│ ██┌──██┐██│ ██│██┌──██┐██┌────┘ ██┌────┘██┌───██┐██┌──██┐██┌────┘
|
||||
██│ ██│ ███████│██│ ██│██│ ██│█████┐ ██│ ██│ ██│██│ ██│█████┐
|
||||
██│ ██│ ██┌──██│██│ ██│██│ ██│██┌──┘ ██│ ██│ ██│██│ ██│██┌──┘
|
||||
└██████┐███████┐██│ ██│└██████┌┘██████┌┘███████┐ └██████┐└██████┌┘██████┌┘███████┐
|
||||
└─────┘└──────┘└─┘ └─┘ └─────┘ └─────┘ └──────┘ └─────┘ └─────┘ └─────┘ └──────┘
|
||||
</pre>
|
||||
<!--lint enable remark-lint:awesome-badge-->
|
||||
<p><a href="https://awesome.re"><img
|
||||
src="https://awesome.re/badge-flat2.svg" alt="Awesome" /></a></p>
|
||||
<!--lint enable remark-lint:awesome-badge-->
|
||||
<!--lint disable double-link-->
|
||||
<p>This is a curated list of slash-commands, <code>CLAUDE.md</code>
|
||||
files, CLI tools, and other resources and guides for enhancing your <a
|
||||
href="https://docs.anthropic.com/en/docs/claude-code">Claude Code</a>
|
||||
workflow, productivity, and vibes.</p>
|
||||
<!--lint enable double-link-->
|
||||
<p>Claude Code is a cutting-edge CLI-based coding assistant and agent
|
||||
that you can access in your terminal or IDE. It is a rapidly evolving
|
||||
tool that offers a number of powerful capabilities, and allows for a lot
|
||||
of configuration, in a lot of different ways. Users are actively working
|
||||
out best practices and workflows. It is the hope that this repo will
|
||||
help the community share knowledge and understand how to get the most
|
||||
out of Claude Code.</p>
|
||||
<h3 id="announcements">Announcements</h3>
|
||||
<ul>
|
||||
<li>2025-07-18 - I ended up over-engineering the submission workflow,
|
||||
but I think it’s done, I just have to smoke test it and update the docs.
|
||||
For anyone with existing PR’s, don’t worry about updating them (for
|
||||
formatting purposes, that is), I can take care of it myself. For anoyne
|
||||
with new PR’s, you <em>should</em> be able to run
|
||||
<code>make submit</code> from the root directory of your fork for an
|
||||
interactive experience (as I said, needs smoke testing) - alternatively,
|
||||
add your entry to the bottom of <a
|
||||
href="../THE_RESOURCES_TABLE.csv"><code>THE_RESOURCES_TABLE</code></a>
|
||||
and run <code>make generate</code> to automatically update the
|
||||
<code>README.md</code> based on the information you filled in. If it’s
|
||||
not working, just open a PR with the relevant information and I’ll deal
|
||||
with it, I created this mess anyway 😃.</li>
|
||||
</ul>
|
||||
<p><br></p>
|
||||
<h2 id="contents">Contents</h2>
|
||||
<p>▪ <a href="#workflows--knowledge-guides-">Workflows &
|
||||
Knowledge Guides</a><br />
|
||||
▪ <a href="#tooling-">Tooling</a><br />
|
||||
▫ <a href="#ide-integrations">IDE Integrations</a><br />
|
||||
▪ <a href="#hooks-">Hooks</a><br />
|
||||
▪ <a href="#slash-commands-">Slash-Commands</a><br />
|
||||
▫ <a href="#version-control--git">Version Control &
|
||||
Git</a><br />
|
||||
▫ <a href="#code-analysis--testing">Code Analysis &
|
||||
Testing</a><br />
|
||||
▫ <a href="#context-loading--priming">Context Loading
|
||||
& Priming</a><br />
|
||||
▫ <a href="#documentation--changelogs">Documentation &
|
||||
Changelogs</a><br />
|
||||
▫ <a href="#ci--deployment">CI / Deployment</a><br />
|
||||
▫ <a href="#project--task-management">Project & Task
|
||||
Management</a><br />
|
||||
▫ <a href="#miscellaneous">Miscellaneous</a><br />
|
||||
▪ <a href="#claudemd-files-">CLAUDE.md Files</a><br />
|
||||
▫ <a href="#language-specific">Language-Specific</a><br />
|
||||
▫ <a href="#domain-specific">Domain-Specific</a><br />
|
||||
▫ <a href="#project-scaffolding--mcp">Project Scaffolding
|
||||
& MCP</a><br />
|
||||
▪ <a href="#official-documentation-">Official Documentation</a></p>
|
||||
<p><br></p>
|
||||
<h2 id="workflows-knowledge-guides">Workflows & Knowledge Guides
|
||||
🧠</h2>
|
||||
<blockquote>
|
||||
<p>A <strong>workflow</strong> is a tightly coupled set of Claude
|
||||
Code-native resources that facilitate specific projects</p>
|
||||
</blockquote>
|
||||
<p><a
|
||||
href="https://github.com/cloudartisan/cloudartisan.github.io/tree/main/.claude/commands"><code>Blogging Platform Instructions</code></a>
|
||||
by <a href="https://github.com/cloudartisan">cloudartisan</a>
|
||||
⚖️ CC-BY-SA-4.0<br />
|
||||
Provides a well-structured set of commands for publishing and
|
||||
maintaining a blogging platform, including commands for creating posts,
|
||||
managing categories, and handling media files.</p>
|
||||
<p><a href="https://claudelog.com"><code>ClaudeLog</code></a> by <a
|
||||
href="https://www.reddit.com/user/inventor_black/">InventorBlack</a><br />
|
||||
A comprehensive knowledge repository that features detailed breakdowns
|
||||
of advanced Claude Code mechanics including <a
|
||||
href="https://claudelog.com/mechanics/claude-md-supremacy">CLAUDE.md
|
||||
best practices</a>, practical technique guides like <a
|
||||
href="https://claudelog.com/mechanics/plan-mode">plan mode</a>, and a <a
|
||||
href="https://claudelog.com/configuration">configuration guide</a>.</p>
|
||||
<p><a
|
||||
href="https://github.com/disler/just-prompt/tree/main/.claude/commands"><code>Context Priming</code></a>
|
||||
by <a href="https://github.com/disler">disler</a><br />
|
||||
Provides a systematic approach to priming Claude Code with comprehensive
|
||||
project context through specialized commands for different project
|
||||
scenarios and development contexts.</p>
|
||||
<p><a
|
||||
href="https://github.com/kingler/n8n_agent/tree/main/.claude/commands"><code>n8n_agent</code></a>
|
||||
by <a href="https://github.com/kingler">kingler</a><br />
|
||||
Amazing comprehensive set of comments for code analysis, QA, design,
|
||||
documentation, project structure, project management, optimization, and
|
||||
many more.</p>
|
||||
<p><a
|
||||
href="https://github.com/steadycursor/steadystart/tree/main/.claude/commands"><code>Project Bootstrapping and Task Management</code></a>
|
||||
by <a href="https://github.com/steadycursor">steadycursor</a><br />
|
||||
Provides a structured set of commands for bootstrapping and managing a
|
||||
new project, including meta-commands for creating and editing custom
|
||||
slash-commands.</p>
|
||||
<p><a
|
||||
href="https://github.com/scopecraft/command/tree/main/.claude/commands"><code>Project Management, Implementation, Planning, and Release</code></a>
|
||||
by <a href="https://github.com/scopecraft">scopecraft</a><br />
|
||||
Really comprehensive set of commands for all aspects of SDLC.</p>
|
||||
<p><a
|
||||
href="https://github.com/harperreed/dotfiles/tree/master/.claude/commands"><code>Project Workflow System</code></a>
|
||||
by <a href="https://github.com/harperreed">harperreed</a><br />
|
||||
A set of commands that provide a comprehensive workflow system for
|
||||
managing projects, including task management, code review, and
|
||||
deployment processes.</p>
|
||||
<p><a
|
||||
href="https://diwank.space/field-notes-from-shipping-real-code-with-claude"><code>Shipping Real Code w/ Claude</code></a>
|
||||
by <a href="https://github.com/creatorrr">Diwank</a><br />
|
||||
A detailed blog post explaining the author’s process for shipping a
|
||||
product with Claude Code, including CLAUDE.md files and other
|
||||
interesting resources.</p>
|
||||
<p><a
|
||||
href="https://github.com/Helmi/claude-simone"><code>Simone</code></a>
|
||||
by <a href="https://github.com/Helmi">Helmi</a> ⚖️ MIT<br />
|
||||
A broader project management workflow for Claude Code that encompasses
|
||||
not just a set of commands, but a system of documents, guidelines, and
|
||||
processes to facilitate project planning and execution.</p>
|
||||
<p><a
|
||||
href="https://github.com/wcygan/dotfiles/tree/d8ab6b9f5a7a81007b7f5fa3025d4f83ce12cc02/claude/commands"><code>Slash-commands megalist</code></a>
|
||||
by <a href="https://github.com/wcygan">wcygan</a><br />
|
||||
A pretty stunning list (88 at the time of this post!) of slash-commands
|
||||
ranging from agent orchestration, code review, project management,
|
||||
security, documentation, self-assessment, almost anything you can dream
|
||||
of.</p>
|
||||
<p><br></p>
|
||||
<h2 id="tooling">Tooling 🧰</h2>
|
||||
<blockquote>
|
||||
<p><strong>Tooling</strong> denotes applications that are built on top
|
||||
of Claude Code and consist of more components than slash-commands and
|
||||
<code>CLAUDE.md</code> files</p>
|
||||
</blockquote>
|
||||
<p><a
|
||||
href="https://github.com/ryoppippi/ccusage"><code>CC Usage</code></a>
|
||||
by <a href="https://github.com/ryoppippi">ryoppippi</a>
|
||||
⚖️ MIT<br />
|
||||
Handy CLI tool for managing and analyzing Claude Code usage, based on
|
||||
analyzing local Claude Code logs. Presents a nice dashboard regarding
|
||||
cost information, token consumption, etc.</p>
|
||||
<p><a href="https://github.com/nyatinte/ccexp"><code>ccexp</code></a>
|
||||
by <a href="https://github.com/nyatinte">nyatinte</a> ⚖️ MIT<br />
|
||||
Interactive CLI tool for discovering and managing Claude Code
|
||||
configuration files and slash commands with a beautiful terminal UI.</p>
|
||||
<p><a
|
||||
href="https://github.com/ruvnet/claude-code-flow"><code>Claude Code Flow</code></a>
|
||||
by <a href="https://github.com/ruvnet">ruvnet</a> ⚖️ MIT<br />
|
||||
This mode serves as a code-first orchestration layer, enabling Claude to
|
||||
write, edit, test, and optimize code autonomously across recursive agent
|
||||
cycles.</p>
|
||||
<p><a
|
||||
href="https://github.com/possibilities/claude-composer"><code>Claude Composer</code></a>
|
||||
by <a href="https://github.com/possibilities">Mike Bannister</a>
|
||||
⚖️ Unlicense<br />
|
||||
A tool that adds small enhancements to Claude Code.</p>
|
||||
<p><a
|
||||
href="https://github.com/claude-did-this/claude-hub"><code>Claude Hub</code></a>
|
||||
by <a href="https://github.com/claude-did-this">Claude Did
|
||||
This</a><br />
|
||||
A webhook service that connects Claude Code to GitHub repositories,
|
||||
enabling AI-powered code assistance directly through pull requests and
|
||||
issues. This integration allows Claude to analyze repositories, answer
|
||||
technical questions, and help developers understand and improve their
|
||||
codebase through simple <span class="citation"
|
||||
data-cites="mentions">@mentions</span>.</p>
|
||||
<p><a
|
||||
href="https://github.com/smtg-ai/claude-squad"><code>Claude Squad</code></a>
|
||||
by <a href="https://github.com/smtg-ai">smtg-ai</a>
|
||||
⚖️ AGPL-3.0<br />
|
||||
Claude Squad is a terminal app that manages multiple Claude Code, Codex
|
||||
(and other local agents including Aider) in separate workspaces,
|
||||
allowing you to work on multiple tasks simultaneously.</p>
|
||||
<p><a
|
||||
href="https://github.com/parruda/claude-swarm"><code>Claude Swarm</code></a>
|
||||
by <a href="https://github.com/parruda">parruda</a> ⚖️ MIT<br />
|
||||
Launch Claude Code session that is connected to a swarm of Claude Code
|
||||
Agents.</p>
|
||||
<p><a
|
||||
href="https://github.com/eyaltoledano/claude-task-master"><code>Claude Task Master</code></a>
|
||||
by <a href="https://github.com/eyaltoledano">eyaltoledano</a>
|
||||
⚖️ NOASSERTION<br />
|
||||
A task management system for AI-driven development with Claude, designed
|
||||
to work seamlessly with Cursor AI.</p>
|
||||
<p><a
|
||||
href="https://github.com/grahama1970/claude-task-runner"><code>Claude Task Runner</code></a>
|
||||
by <a href="https://github.com/grahama1970">grahama1970</a><br />
|
||||
A specialized tool to manage context isolation and focused task
|
||||
execution with Claude Code, solving the critical challenge of context
|
||||
length limitations and task focus when working with Claude on complex,
|
||||
multi-step projects.</p>
|
||||
<p><a
|
||||
href="https://github.com/dagger/container-use"><code>Container Use</code></a>
|
||||
by <a href="https://github.com/dagger">dagger</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Development environments for coding agents. Enable multiple agents to
|
||||
work safely and independently with your preferred stack.</p>
|
||||
<h3 id="ide-integrations">IDE Integrations</h3>
|
||||
<p><a
|
||||
href="https://github.com/stevemolitor/claude-code.el"><code>claude-code.el</code></a>
|
||||
by <a href="https://github.com/stevemolitor">stevemolitor</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
An Emacs interface for Claude Code CLI.</p>
|
||||
<p><a
|
||||
href="https://github.com/greggh/claude-code.nvim"><code>claude-code.nvim</code></a>
|
||||
by <a href="https://github.com/greggh">greggh</a> ⚖️ MIT<br />
|
||||
A seamless integration between Claude Code AI assistant and Neovim.</p>
|
||||
<p><a href="https://github.com/stravu/crystal"><code>crystal</code></a>
|
||||
by <a href="https://github.com/stravu">stravu</a> ⚖️ MIT<br />
|
||||
A full-fledged desktop application for orchestrating, monitoring, and
|
||||
interacting with Claude Code agents.</p>
|
||||
<p><br></p>
|
||||
<h2 id="hooks">Hooks 🪝</h2>
|
||||
<blockquote>
|
||||
<p><strong>Hooks</strong> are a brand new API for Claude Code that
|
||||
allows users to activate commands and run scripts at different points in
|
||||
Claude’s agentic lifecycle.</p>
|
||||
</blockquote>
|
||||
<p><strong>[Experimental]</strong> - The resources listed in this
|
||||
section have not been fully vetted and may not work as expected, given
|
||||
the bleeding-edge nature of Claude Code hooks. Nevertheless, I wished to
|
||||
include them at least as a source of inspiration and to explore this
|
||||
unknown terrain. YMMV!</p>
|
||||
<p><a
|
||||
href="https://github.com/beyondcode/claude-hooks-sdk"><code>claude-code-hooks-sdk</code></a>
|
||||
by <a href="https://github.com/beyondcode">beyondcode</a>
|
||||
⚖️ MIT<br />
|
||||
A Laravel-inspired PHP SDK for building Claude Code hook responses with
|
||||
a clean, fluent API. This SDK makes it easy to create structured JSON
|
||||
responses for Claude Code hooks using an expressive, chainable
|
||||
interface.</p>
|
||||
<p><a
|
||||
href="https://github.com/johnlindquist/claude-hooks"><code>claude-hooks</code></a>
|
||||
by <a href="https://github.com/johnlindquist">John Lindquist</a>
|
||||
⚖️ MIT<br />
|
||||
A TypeScript-based system for configuring and customizing Claude Code
|
||||
hooks with a powerful and flexible interface.</p>
|
||||
<p><a
|
||||
href="https://github.com/Veraticus/nix-config/tree/main/home-manager/claude-code/hooks"><code>Linting, testing, and notifications (in go)</code></a>
|
||||
by <a href="https://github.com/Veraticus">Josh Symonds</a>
|
||||
⚖️ MIT<br />
|
||||
Nice set of hooks for enforcing code quality (linting, testing,
|
||||
notifications), with a nice configuration setup as well.</p>
|
||||
<p><a
|
||||
href="https://github.com/nizos/tdd-guard"><code>TDD Guard</code></a>
|
||||
by <a href="https://github.com/nizos">Nizar Selander</a>
|
||||
⚖️ MIT<br />
|
||||
A hooks-driven system that monitors file operations in real-time and
|
||||
blocks changes that violate TDD principles.</p>
|
||||
<p><br></p>
|
||||
<h2 id="slash-commands">Slash-Commands 🔪</h2>
|
||||
<h3 id="version-control-git">Version Control & Git</h3>
|
||||
<p><a
|
||||
href="https://github.com/danielscholl/mvn-mcp-server/blob/main/.claude/commands/bug-fix.md"><code>/bug-fix</code></a>
|
||||
by <a href="https://github.com/danielscholl">danielscholl</a><br />
|
||||
Streamlines bug fixing by creating a GitHub issue first, then a feature
|
||||
branch for implementing and thoroughly testing the solution before
|
||||
merging.</p>
|
||||
<p><a
|
||||
href="https://github.com/evmts/tevm-monorepo/blob/main/.claude/commands/commit.md"><code>/commit</code></a>
|
||||
by <a href="https://github.com/evmts">evmts</a> ⚖️ MIT<br />
|
||||
Creates git commits using conventional commit format with appropriate
|
||||
emojis, following project standards and creating descriptive messages
|
||||
that explain the purpose of changes.</p>
|
||||
<p><a
|
||||
href="https://github.com/steadycursor/steadystart/blob/main/.claude/commands/2-commit-fast.md"><code>/commit-fast</code></a>
|
||||
by <a href="https://github.com/steadycursor">steadycursor</a><br />
|
||||
Automates git commit process by selecting the first suggested message,
|
||||
generating structured commits with consistent formatting while skipping
|
||||
manual confirmation and removing Claude co-Contributorship footer</p>
|
||||
<p><a
|
||||
href="https://github.com/toyamarinyon/giselle/blob/main/.claude/commands/create-pr.md"><code>/create-pr</code></a>
|
||||
by <a href="https://github.com/toyamarinyon">toyamarinyon</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Streamlines pull request creation by handling the entire workflow:
|
||||
creating a new branch, committing changes, formatting modified files
|
||||
with Biome, and submitting the PR.</p>
|
||||
<p><a
|
||||
href="https://github.com/liam-hq/liam/blob/main/.claude/commands/create-pull-request.md"><code>/create-pull-request</code></a>
|
||||
by <a href="https://github.com/liam-hq">liam-hq</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Provides comprehensive PR creation guidance with GitHub CLI, enforcing
|
||||
title conventions, following template structure, and offering concrete
|
||||
command examples with best practices.</p>
|
||||
<p><a
|
||||
href="https://github.com/evmts/tevm-monorepo/blob/main/.claude/commands/create-worktrees.md"><code>/create-worktrees</code></a>
|
||||
by <a href="https://github.com/evmts">evmts</a> ⚖️ MIT<br />
|
||||
Creates git worktrees for all open PRs or specific branches, handling
|
||||
branches with slashes, cleaning up stale worktrees, and supporting
|
||||
custom branch creation for development.</p>
|
||||
<p><a
|
||||
href="https://github.com/jeremymailen/kotlinter-gradle/blob/master/.claude/commands/fix-github-issue.md"><code>/fix-github-issue</code></a>
|
||||
by <a href="https://github.com/jeremymailen">jeremymailen</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Analyzes and fixes GitHub issues using a structured approach with GitHub
|
||||
CLI for issue details, implementing necessary code changes, running
|
||||
tests, and creating proper commit messages.</p>
|
||||
<p><a
|
||||
href="https://github.com/metabase/metabase/blob/master/.claude/commands/fix-issue.md"><code>/fix-issue</code></a>
|
||||
by <a href="https://github.com/metabase">metabase</a>
|
||||
⚖️ NOASSERTION<br />
|
||||
Addresses GitHub issues by taking issue number as parameter, analyzing
|
||||
context, implementing solution, and testing/validating the fix for
|
||||
proper integration.</p>
|
||||
<p><a
|
||||
href="https://github.com/metabase/metabase/blob/master/.claude/commands/fix-pr.md"><code>/fix-pr</code></a>
|
||||
by <a href="https://github.com/metabase">metabase</a>
|
||||
⚖️ NOASSERTION<br />
|
||||
Fetches and fixes unresolved PR comments by automatically retrieving
|
||||
feedback, addressing reviewer concerns, making targeted code
|
||||
improvements, and streamlining the review process.</p>
|
||||
<p><a
|
||||
href="https://github.com/evmts/tevm-monorepo/blob/main/.claude/commands/husky.md"><code>/husky</code></a>
|
||||
by <a href="https://github.com/evmts">evmts</a> ⚖️ MIT<br />
|
||||
Sets up and manages Husky Git hooks by configuring pre-commit hooks,
|
||||
establishing commit message standards, integrating with linting tools,
|
||||
and ensuring code quality on commits.</p>
|
||||
<p><a
|
||||
href="https://github.com/arkavo-org/opentdf-rs/blob/main/.claude/commands/pr-review.md"><code>/pr-review</code></a>
|
||||
by <a href="https://github.com/arkavo-org">arkavo-org</a>
|
||||
⚖️ MIT<br />
|
||||
Reviews pull request changes to provide feedback, check for issues, and
|
||||
suggest improvements before merging into the main codebase.</p>
|
||||
<p><a
|
||||
href="https://github.com/giselles-ai/giselle/blob/main/.claude/commands/update-branch-name.md"><code>/update-branch-name</code></a>
|
||||
by <a href="https://github.com/giselles-ai">giselles-ai</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Updates branch names with proper prefixes and formats, enforcing naming
|
||||
conventions, supporting semantic prefixes, and managing remote branch
|
||||
updates.</p>
|
||||
<h3 id="code-analysis-testing">Code Analysis & Testing</h3>
|
||||
<p><a
|
||||
href="https://github.com/rygwdn/slack-tools/blob/main/.claude/commands/check.md"><code>/check</code></a>
|
||||
by <a href="https://github.com/rygwdn">rygwdn</a><br />
|
||||
Performs comprehensive code quality and security checks, featuring
|
||||
static analysis integration, security vulnerability scanning, code style
|
||||
enforcement, and detailed reporting.</p>
|
||||
<p><a
|
||||
href="https://github.com/Graphlet-AI/eridu/blob/main/.claude/commands/clean.md"><code>/clean</code></a>
|
||||
by <a href="https://github.com/Graphlet-AI">Graphlet-AI</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Addresses code formatting and quality issues by fixing black formatting
|
||||
problems, organizing imports with isort, resolving flake8 linting
|
||||
issues, and correcting mypy type errors.</p>
|
||||
<p><a
|
||||
href="https://github.com/kingler/n8n_agent/blob/main/.claude/commands/code_analysis.md"><code>/code_analysis</code></a>
|
||||
by <a href="https://github.com/kingler">kingler</a><br />
|
||||
Provides a menu of advanced code analysis commands for deep inspection,
|
||||
including knowledge graph generation, optimization suggestions, and
|
||||
quality evaluation.</p>
|
||||
<p><a
|
||||
href="https://github.com/to4iki/ai-project-rules/blob/main/.claude/commands/optimize.md"><code>/optimize</code></a>
|
||||
by <a href="https://github.com/to4iki">to4iki</a> ⚖️ MIT<br />
|
||||
Analyzes code performance to identify bottlenecks, proposing concrete
|
||||
optimizations with implementation guidance for improved application
|
||||
performance.</p>
|
||||
<p><a
|
||||
href="https://github.com/rzykov/metabase/blob/master/.claude/commands/repro-issue.md"><code>/repro-issue</code></a>
|
||||
by <a href="https://github.com/rzykov">rzykov</a>
|
||||
⚖️ NOASSERTION<br />
|
||||
Creates reproducible test cases for GitHub issues, ensuring tests fail
|
||||
reliably and documenting clear reproduction steps for developers.</p>
|
||||
<p><a
|
||||
href="https://github.com/zscott/pane/blob/main/.claude/commands/tdd.md"><code>/tdd</code></a>
|
||||
by <a href="https://github.com/zscott">zscott</a><br />
|
||||
Guides development using Test-Driven Development principles, enforcing
|
||||
Red-Green-Refactor discipline, integrating with git workflow, and
|
||||
managing PR creation.</p>
|
||||
<h3 id="context-loading-priming">Context Loading & Priming</h3>
|
||||
<p><a
|
||||
href="https://github.com/elizaOS/elizaos.github.io/blob/main/.claude/commands/context-prime.md"><code>/context-prime</code></a>
|
||||
by <a href="https://github.com/elizaOS">elizaOS</a> ⚖️ MIT<br />
|
||||
Primes Claude with comprehensive project understanding by loading
|
||||
repository structure, setting development context, establishing project
|
||||
goals, and defining collaboration parameters.</p>
|
||||
<p><a
|
||||
href="https://github.com/okuvshynov/cubestat/blob/main/.claude/commands/initref.md"><code>/initref</code></a>
|
||||
by <a href="https://github.com/okuvshynov">okuvshynov</a>
|
||||
⚖️ MIT<br />
|
||||
Initializes reference documentation structure with standard doc
|
||||
templates, API reference setup, documentation conventions, and
|
||||
placeholder content generation.</p>
|
||||
<p><a
|
||||
href="https://github.com/ethpandaops/xatu-data/blob/master/.claude/commands/load-llms-txt.md"><code>/load-llms-txt</code></a>
|
||||
by <a href="https://github.com/ethpandaops">ethpandaops</a>
|
||||
⚖️ MIT<br />
|
||||
Loads LLM configuration files to context, importing specific
|
||||
terminology, model configurations, and establishing baseline terminology
|
||||
for AI discussions.</p>
|
||||
<p><a
|
||||
href="https://github.com/Mjvolk3/torchcell/blob/main/.claude/commands/load_coo_context.md"><code>/load_coo_context</code></a>
|
||||
by <a href="https://github.com/Mjvolk3">Mjvolk3</a><br />
|
||||
References specific files for sparse matrix operations, explains
|
||||
transform usage, compares with previous approaches, and sets data
|
||||
formatting context for development.</p>
|
||||
<p><a
|
||||
href="https://github.com/Mjvolk3/torchcell/blob/main/.claude/commands/load_dango_pipeline.md"><code>/load_dango_pipeline</code></a>
|
||||
by <a href="https://github.com/Mjvolk3">Mjvolk3</a><br />
|
||||
Sets context for model training by referencing pipeline files,
|
||||
establishing working context, and preparing for pipeline work with
|
||||
relevant documentation.</p>
|
||||
<p><a
|
||||
href="https://github.com/yzyydev/AI-Engineering-Structure/blob/main/.claude/commands/prime.md"><code>/prime</code></a>
|
||||
by <a href="https://github.com/yzyydev">yzyydev</a><br />
|
||||
Sets up initial project context by viewing directory structure and
|
||||
reading key files, creating standardized context with directory
|
||||
visualization and key documentation focus.</p>
|
||||
<p><a
|
||||
href="https://github.com/ddisisto/si/blob/main/.claude/commands/rsi.md"><code>/rsi</code></a>
|
||||
by <a href="https://github.com/ddisisto">ddisisto</a><br />
|
||||
Reads all commands and key project files to optimize AI-assisted
|
||||
development by streamlining the process, loading command context, and
|
||||
setting up for better development workflow.</p>
|
||||
<h3 id="documentation-changelogs">Documentation & Changelogs</h3>
|
||||
<p><a
|
||||
href="https://github.com/berrydev-ai/blockdoc-python/blob/main/.claude/commands/add-to-changelog.md"><code>/add-to-changelog</code></a>
|
||||
by <a href="https://github.com/berrydev-ai">berrydev-ai</a>
|
||||
⚖️ MIT<br />
|
||||
Adds new entries to changelog files while maintaining format
|
||||
consistency, properly documenting changes, and following established
|
||||
project standards for version tracking.</p>
|
||||
<p><a
|
||||
href="https://github.com/jerseycheese/Narraitor/tree/feature/issue-227-ai-suggestions/.claude/commands/analyze-issue.md"><code>/create-docs</code></a>
|
||||
by <a href="https://github.com/jerseycheese">jerseycheese</a>
|
||||
⚖️ MIT<br />
|
||||
Analyzes code structure and purpose to create comprehensive
|
||||
documentation detailing inputs/outputs, behavior, user interaction
|
||||
flows, and edge cases with error handling.</p>
|
||||
<p><a
|
||||
href="https://github.com/slunsford/coffee-analytics/blob/main/.claude/commands/docs.md"><code>/docs</code></a>
|
||||
by <a href="https://github.com/slunsford">slunsford</a><br />
|
||||
Generates comprehensive documentation that follows project structure,
|
||||
documenting APIs and usage patterns with consistent formatting for
|
||||
better user understanding.</p>
|
||||
<p><a
|
||||
href="https://github.com/hackdays-io/toban-contribution-viewer/blob/main/.claude/commands/explain-issue-fix.md"><code>/explain-issue-fix</code></a>
|
||||
by <a href="https://github.com/hackdays-io">hackdays-io</a><br />
|
||||
Documents solution approaches for GitHub issues, explaining technical
|
||||
decisions, detailing challenges overcome, and providing implementation
|
||||
context for better understanding.</p>
|
||||
<p><a
|
||||
href="https://github.com/Consiliency/Flutter-Structurizr/blob/main/.claude/commands/update-docs.md"><code>/update-docs</code></a>
|
||||
by <a href="https://github.com/Consiliency">Consiliency</a>
|
||||
⚖️ MIT<br />
|
||||
Reviews current documentation status, updates implementation progress,
|
||||
reviews phase documents, and maintains documentation consistency across
|
||||
the project.</p>
|
||||
<h3 id="ci-deployment">CI / Deployment</h3>
|
||||
<p><a
|
||||
href="https://github.com/kelp/webdown/blob/main/.claude/commands/release.md"><code>/release</code></a>
|
||||
by <a href="https://github.com/kelp">kelp</a> ⚖️ MIT<br />
|
||||
Manages software releases by updating changelogs, reviewing README
|
||||
changes, evaluating version increments, and documenting release changes
|
||||
for better version tracking.</p>
|
||||
<p><a
|
||||
href="https://github.com/hackdays-io/toban-contribution-viewer/blob/main/.claude/commands/run-ci.md"><code>/run-ci</code></a>
|
||||
by <a href="https://github.com/hackdays-io">hackdays-io</a><br />
|
||||
Activates virtual environments, runs CI-compatible check scripts,
|
||||
iteratively fixes errors, and ensures all tests pass before
|
||||
completion.</p>
|
||||
<h3 id="project-task-management">Project & Task Management</h3>
|
||||
<p><a
|
||||
href="https://github.com/scopecraft/command/blob/main/.claude/commands/create-command.md"><code>/create-command</code></a>
|
||||
by <a href="https://github.com/scopecraft">scopecraft</a><br />
|
||||
Guides Claude through creating new custom commands with proper structure
|
||||
by analyzing requirements, templating commands by category, enforcing
|
||||
command standards, and creating supporting documentation.</p>
|
||||
<p><a
|
||||
href="https://github.com/taddyorg/inkverse/blob/main/.claude/commands/create-jtbd.md"><code>/create-jtbd</code></a>
|
||||
by <a href="https://github.com/taddyorg">taddyorg</a>
|
||||
⚖️ AGPL-3.0<br />
|
||||
Creates Jobs-to-be-Done frameworks that outline user needs with
|
||||
structured format, focusing on specific user problems and organizing by
|
||||
job categories for product development.</p>
|
||||
<p><a
|
||||
href="https://github.com/taddyorg/inkverse/blob/main/.claude/commands/create-prd.md"><code>/create-prd</code></a>
|
||||
by <a href="https://github.com/taddyorg">taddyorg</a>
|
||||
⚖️ AGPL-3.0<br />
|
||||
Generates comprehensive product requirement documents outlining detailed
|
||||
specifications, requirements, and features following standardized
|
||||
document structure and format.</p>
|
||||
<p><a
|
||||
href="https://github.com/Wirasm/claudecode-utils/blob/main/.claude/commands/create-prp.md"><code>/create-prp</code></a>
|
||||
by <a href="https://github.com/Wirasm">Wirasm</a> ⚖️ MIT<br />
|
||||
Creates product requirement plans by reading PRP methodology, following
|
||||
template structure, creating comprehensive requirements, and structuring
|
||||
product definitions for development.</p>
|
||||
<p><a
|
||||
href="https://github.com/disler/just-prompt/blob/main/.claude/commands/project_hello_w_name.md"><code>/project_hello_w_name</code></a>
|
||||
by <a href="https://github.com/disler">disler</a><br />
|
||||
Creates customizable greeting components with name input, demonstrating
|
||||
argument passing, component reusability, state management, and user
|
||||
input handling.</p>
|
||||
<p><a
|
||||
href="https://github.com/chrisleyva/todo-slash-command/blob/main/todo.md"><code>/todo</code></a>
|
||||
by <a href="https://github.com/chrisleyva">chrisleyva</a>
|
||||
⚖️ MIT<br />
|
||||
A convenient command to quickly manage project todo items without
|
||||
leaving the Claude Code interface, featuring due dates, sorting, task
|
||||
prioritization, and comprehensive todo list management.</p>
|
||||
<h3 id="miscellaneous">Miscellaneous</h3>
|
||||
<p><a
|
||||
href="https://github.com/TuckerTucker/tkr-portfolio/blob/main/.claude/commands/five.md"><code>/five</code></a>
|
||||
by <a href="https://github.com/TuckerTucker">TuckerTucker</a><br />
|
||||
Applies the “five whys” methodology to perform root cause analysis,
|
||||
identify underlying issues, and create solution approaches for complex
|
||||
problems.</p>
|
||||
<p><a
|
||||
href="https://github.com/Mjvolk3/torchcell/blob/main/.claude/commands/fixing_go_in_graph.md"><code>/fixing_go_in_graph</code></a>
|
||||
by <a href="https://github.com/Mjvolk3">Mjvolk3</a><br />
|
||||
Focuses on Gene Ontology annotation integration in graph databases,
|
||||
handling multiple data sources, addressing graph representation issues,
|
||||
and ensuring correct data incorporation.</p>
|
||||
<p><a
|
||||
href="https://github.com/GaloyMoney/lana-bank/blob/main/.claude/commands/mermaid.md"><code>/mermaid</code></a>
|
||||
by <a href="https://github.com/GaloyMoney">GaloyMoney</a>
|
||||
⚖️ NOASSERTION<br />
|
||||
Generates Mermaid diagrams from SQL schema files, creating entity
|
||||
relationship diagrams with table properties, validating diagram
|
||||
compilation, and ensuring complete entity coverage.</p>
|
||||
<p><a
|
||||
href="https://github.com/Mjvolk3/torchcell/blob/main/.claude/commands/review_dcell_model.md"><code>/review_dcell_model</code></a>
|
||||
by <a href="https://github.com/Mjvolk3">Mjvolk3</a><br />
|
||||
Reviews old Dcell implementation files, comparing with newer Dango
|
||||
model, noting changes over time, and analyzing refactoring approaches
|
||||
for better code organization.</p>
|
||||
<p><a
|
||||
href="https://github.com/zuplo/docs/blob/main/.claude/commands/use-stepper.md"><code>/use-stepper</code></a>
|
||||
by <a href="https://github.com/zuplo">zuplo</a><br />
|
||||
Reformats documentation to use React Stepper component, transforming
|
||||
heading formats, applying proper indentation, and maintaining markdown
|
||||
compatibility with admonition formatting.</p>
|
||||
<p><br></p>
|
||||
<h2 id="claude.md-files">CLAUDE.md Files 📂</h2>
|
||||
<blockquote>
|
||||
<p><strong><code>CLAUDE.md</code> files</strong> are files that contain
|
||||
important guidelines and context-specfic information or instructions
|
||||
that help Claude Code to better understand your project and your coding
|
||||
standards</p>
|
||||
</blockquote>
|
||||
<h3 id="language-specific">Language-Specific</h3>
|
||||
<p><a
|
||||
href="https://github.com/didalgolab/ai-intellij-plugin/blob/main/CLAUDE.md"><code>AI IntelliJ Plugin</code></a>
|
||||
by <a href="https://github.com/didalgolab">didalgolab</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Provides comprehensive Gradle commands for IntelliJ plugin development
|
||||
with platform-specific coding patterns, detailed package structure
|
||||
guidelines, and clear internationalization standards.</p>
|
||||
<p><a
|
||||
href="https://github.com/alexei-led/aws-mcp-server/blob/main/CLAUDE.md"><code>AWS MCP Server</code></a>
|
||||
by <a href="https://github.com/alexei-led">alexei-led</a>
|
||||
⚖️ MIT<br />
|
||||
Features multiple Python environment setup options with detailed code
|
||||
style guidelines, comprehensive error handling recommendations, and
|
||||
security considerations for AWS CLI interactions.</p>
|
||||
<p><a
|
||||
href="https://github.com/touchlab/DroidconKotlin/blob/main/CLAUDE.md"><code>DroidconKotlin</code></a>
|
||||
by <a href="https://github.com/touchlab">touchlab</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Delivers comprehensive Gradle commands for cross-platform Kotlin
|
||||
Multiplatform development with clear module structure and practical
|
||||
guidance for dependency injection.</p>
|
||||
<p><a
|
||||
href="https://github.com/expectedparrot/edsl/blob/main/CLAUDE.md"><code>EDSL</code></a>
|
||||
by <a href="https://github.com/expectedparrot">expectedparrot</a>
|
||||
⚖️ MIT<br />
|
||||
Offers detailed build and test commands with strict code style
|
||||
enforcement, comprehensive testing requirements, and standardized
|
||||
development workflow using Black and mypy.</p>
|
||||
<p><a
|
||||
href="https://github.com/giselles-ai/giselle/blob/main/CLAUDE.md"><code>Giselle</code></a>
|
||||
by <a href="https://github.com/giselles-ai">giselles-ai</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Provides detailed build and test commands using pnpm and Vitest with
|
||||
strict code formatting requirements and comprehensive naming conventions
|
||||
for code consistency.</p>
|
||||
<p><a
|
||||
href="https://github.com/hashintel/hash/blob/main/CLAUDE.md"><code>HASH</code></a>
|
||||
by <a href="https://github.com/hashintel">hashintel</a>
|
||||
⚖️ NOASSERTION<br />
|
||||
Features comprehensive repository structure breakdown with strong
|
||||
emphasis on coding standards, detailed Rust documentation guidelines,
|
||||
and systematic PR review process.</p>
|
||||
<p><a
|
||||
href="https://github.com/inkline/inkline/blob/main/CLAUDE.md"><code>Inkline</code></a>
|
||||
by <a href="https://github.com/inkline">inkline</a>
|
||||
⚖️ NOASSERTION<br />
|
||||
Structures development workflow using pnpm with emphasis on TypeScript
|
||||
and Vue 3 Composition API, detailed component creation process, and
|
||||
comprehensive testing recommendations.</p>
|
||||
<p><a
|
||||
href="https://github.com/mattgodbolt/jsbeeb/blob/main/CLAUDE.md"><code>JSBeeb</code></a>
|
||||
by <a href="https://github.com/mattgodbolt">mattgodbolt</a>
|
||||
⚖️ GPL-3.0<br />
|
||||
Provides development guide for JavaScript BBC Micro emulator with build
|
||||
and testing instructions, architecture documentation, and debugging
|
||||
workflows.</p>
|
||||
<p><a
|
||||
href="https://github.com/LamoomAI/lamoom-python/blob/main/CLAUDE.md"><code>Lamoom Python</code></a>
|
||||
by <a href="https://github.com/LamoomAI">LamoomAI</a>
|
||||
⚖️ Apache-2.0<br />
|
||||
Serves as reference for production prompt engineering library with load
|
||||
balancing of AI Models, API documentation, and usage patterns with
|
||||
examples.</p>
|
||||
<p><a
|
||||
href="https://github.com/langchain-ai/langgraphjs/blob/main/CLAUDE.md"><code>LangGraphJS</code></a>
|
||||
by <a href="https://github.com/langchain-ai">langchain-ai</a>
|
||||
⚖️ MIT<br />
|
||||
Offers comprehensive build and test commands with detailed TypeScript
|
||||
style guidelines, layered library architecture, and monorepo structure
|
||||
using yarn workspaces.</p>
|
||||
<p><a
|
||||
href="https://github.com/metabase/metabase/blob/master/CLAUDE.md"><code>Metabase</code></a>
|
||||
by <a href="https://github.com/metabase">metabase</a>
|
||||
⚖️ NOASSERTION<br />
|
||||
Details workflow for REPL-driven development in Clojure/ClojureScript
|
||||
with emphasis on incremental development, testing, and step-by-step
|
||||
approach for feature implementation.</p>
|
||||
<p><a
|
||||
href="https://github.com/sgcarstrends/backend/blob/main/CLAUDE.md"><code>SG Cars Trends Backend</code></a>
|
||||
by <a href="https://github.com/sgcarstrends">sgcarstrends</a><br />
|
||||
Provides comprehensive structure for TypeScript monorepo projects with
|
||||
detailed commands for development, testing, deployment, and
|
||||
AWS/Cloudflare integration.</p>
|
||||
<p><a
|
||||
href="https://github.com/spylang/spy/blob/main/CLAUDE.md"><code>SPy</code></a>
|
||||
by <a href="https://github.com/spylang">spylang</a> ⚖️ MIT<br />
|
||||
Enforces strict coding conventions with comprehensive testing
|
||||
guidelines, multiple code compilation options, and backend-specific test
|
||||
decorators for targeted filtering.</p>
|
||||
<p><a
|
||||
href="https://github.com/KarpelesLab/tpl/blob/master/CLAUDE.md"><code>TPL</code></a>
|
||||
by <a href="https://github.com/KarpelesLab">KarpelesLab</a>
|
||||
⚖️ MIT<br />
|
||||
Details Go project conventions with comprehensive error handling
|
||||
recommendations, table-driven testing approach guidelines, and
|
||||
modernization suggestions for latest Go features.</p>
|
||||
<h3 id="domain-specific">Domain-Specific</h3>
|
||||
<p><a
|
||||
href="https://github.com/Layr-Labs/avs-vibe-developer-guide/blob/master/CLAUDE.md"><code>AVS Vibe Developer Guide</code></a>
|
||||
by <a href="https://github.com/Layr-Labs">Layr-Labs</a>
|
||||
⚖️ MIT<br />
|
||||
Structures AI-assisted EigenLayer AVS development workflow with
|
||||
consistent naming conventions for prompt files and established
|
||||
terminology standards for blockchain concepts.</p>
|
||||
<p><a
|
||||
href="https://github.com/CommE2E/comm/blob/master/CLAUDE.md"><code>Comm</code></a>
|
||||
by <a href="https://github.com/CommE2E">CommE2E</a>
|
||||
⚖️ BSD-3-Clause<br />
|
||||
Serves as a development reference for E2E-encrypted messaging
|
||||
applications with code organization architecture, security
|
||||
implementation details, and testing procedures.</p>
|
||||
<p><a
|
||||
href="https://github.com/badass-courses/course-builder/blob/main/CLAUDE.md"><code>Course Builder</code></a>
|
||||
by <a href="https://github.com/badass-courses">badass-courses</a>
|
||||
⚖️ MIT<br />
|
||||
Enables real-time multiplayer capabilities for collaborative course
|
||||
creation with diverse tech stack integration and monorepo architecture
|
||||
using Turborepo.</p>
|
||||
<p><a
|
||||
href="https://github.com/eastlondoner/cursor-tools/blob/main/CLAUDE.md"><code>Cursor Tools</code></a>
|
||||
by <a href="https://github.com/eastlondoner">eastlondoner</a>
|
||||
⚖️ MIT<br />
|
||||
Creates a versatile AI command interface supporting multiple providers
|
||||
and models with flexible command options and browser automation through
|
||||
“Stagehand” feature.</p>
|
||||
<p><a
|
||||
href="https://github.com/soramimi/Guitar/blob/master/CLAUDE.md"><code>Guitar</code></a>
|
||||
by <a href="https://github.com/soramimi">soramimi</a>
|
||||
⚖️ GPL-2.0<br />
|
||||
Serves as development guide for Guitar Git GUI Client with build
|
||||
commands for various platforms, code style guidelines for contributing,
|
||||
and project structure explanation.</p>
|
||||
<p><a
|
||||
href="https://github.com/Fimeg/NetworkChronicles/blob/legacy-v1/CLAUDE.md"><code>Network Chronicles</code></a>
|
||||
by <a href="https://github.com/Fimeg">Fimeg</a> ⚖️ MIT<br />
|
||||
Presents detailed implementation plan for AI-driven game characters with
|
||||
technical specifications for LLM integration, character guidelines, and
|
||||
service discovery mechanics.</p>
|
||||
<p><a
|
||||
href="https://github.com/different-ai/note-companion/blob/master/CLAUDE.md"><code>Note Companion</code></a>
|
||||
by <a href="https://github.com/different-ai">different-ai</a>
|
||||
⚖️ MIT<br />
|
||||
Provides detailed styling isolation techniques for Obsidian plugins
|
||||
using Tailwind with custom prefix to prevent style conflicts and
|
||||
practical troubleshooting steps.</p>
|
||||
<p><a
|
||||
href="https://github.com/ParetoSecurity/pareto-mac/blob/main/CLAUDE.md"><code>Pareto Mac</code></a>
|
||||
by <a href="https://github.com/ParetoSecurity">ParetoSecurity</a>
|
||||
⚖️ GPL-3.0<br />
|
||||
Serves as development guide for Mac security audit tool with build
|
||||
instructions, contribution guidelines, testing procedures, and workflow
|
||||
documentation.</p>
|
||||
<p><a
|
||||
href="https://github.com/steadycursor/steadystart/blob/main/CLAUDE.md"><code>SteadyStart</code></a>
|
||||
by <a href="https://github.com/steadycursor">steadycursor</a><br />
|
||||
Clear and direct instructives about style, permissions, Claude’s “role”,
|
||||
communications, and documentation of Claude Code sessions for other team
|
||||
members to stay abreast.</p>
|
||||
<h3 id="project-scaffolding-mcp">Project Scaffolding & MCP</h3>
|
||||
<p><a
|
||||
href="https://github.com/basicmachines-co/basic-memory/blob/main/CLAUDE.md"><code>Basic Memory</code></a>
|
||||
by <a
|
||||
href="https://github.com/basicmachines-co">basicmachines-co</a>
|
||||
⚖️ AGPL-3.0<br />
|
||||
Presents an innovative AI-human collaboration framework with Model
|
||||
Context Protocol for bidirectional LLM-markdown communication and
|
||||
flexible knowledge structure for complex projects.</p>
|
||||
<p><a
|
||||
href="https://github.com/grahama1970/claude-code-mcp-enhanced/blob/main/CLAUDE.md"><code>claude-code-mcp-enhanced</code></a>
|
||||
by <a href="https://github.com/grahama1970">grahama1970</a>
|
||||
⚖️ MIT<br />
|
||||
Provides detailed and emphatic instructions for Claude to follow as a
|
||||
coding agent, with testing guidance, code examples, and compliance
|
||||
checks.</p>
|
||||
<p><a
|
||||
href="https://github.com/Family-IT-Guy/perplexity-mcp/blob/main/CLAUDE.md"><code>Perplexity MCP</code></a>
|
||||
by <a href="https://github.com/Family-IT-Guy">Family-IT-Guy</a>
|
||||
⚖️ ISC<br />
|
||||
Offers clear step-by-step installation instructions with multiple
|
||||
configuration options, detailed troubleshooting guidance, and concise
|
||||
architecture overview of the MCP protocol.</p>
|
||||
<p><br></p>
|
||||
<h2 id="official-documentation">Official Documentation 🏛️</h2>
|
||||
<blockquote>
|
||||
<p>Links to some of Anthropic’s terrific documentation and resources
|
||||
regarding Claude Code</p>
|
||||
</blockquote>
|
||||
<!--lint disable double-link-->
|
||||
<p><a
|
||||
href="https://docs.anthropic.com/en/docs/claude-code"><code>Anthropic Documentation</code></a>
|
||||
by <a href="https://github.com/anthropics">Anthropic</a>
|
||||
⚖️ ©<br />
|
||||
The official documentation for Claude Code, including installation
|
||||
instructions, usage guidelines, API references, tutorials, examples,
|
||||
loads of information that I won’t list individually. Like Claude Code,
|
||||
the documentation is frequently updated.</p>
|
||||
<p><a
|
||||
href="https://github.com/anthropics/anthropic-quickstarts/blob/main/CLAUDE.md"><code>Anthropic Quickstarts</code></a>
|
||||
by <a href="https://github.com/anthropics">Anthropic</a>
|
||||
⚖️ MIT<br />
|
||||
Offers comprehensive development guides for three distinct AI-powered
|
||||
demo projects with standardized workflows, strict code style guidelines,
|
||||
and containerization instructions.</p>
|
||||
<h2 id="contributing">Contributing 🌻</h2>
|
||||
<p>Please note that this project is released with a <a
|
||||
href="code-of-conduct.md">Contributor Code of Conduct</a>. By
|
||||
participating in this project you agree to abide by its terms.</p>
|
||||
<p>Regarding content, we especially welcome:</p>
|
||||
<ul>
|
||||
<li>Proven, effective resources that follow best practices and may even
|
||||
be in use in production.</li>
|
||||
<li>Innovative, creative, or experimental workflows that perhaps are
|
||||
still being iterated upon, but have high potential value, and push the
|
||||
boundaries of Claude Code’s documented capabilities and use cases.</li>
|
||||
<li>Additional libraries and tooling that are built on top of Claude
|
||||
Code and offer enhanced functionality.</li>
|
||||
<li>Applications of Claude Code outside of the traditional “coding
|
||||
assistant” context, e.g., CI/CD integration, testing, documentation,
|
||||
dev-ops, etc.</li>
|
||||
</ul>
|
||||
<p>See <a href="CONTRIBUTING.md">CONTRIBUTING.md</a> for more
|
||||
information on how to contribute to this project. Or, fire up Claude
|
||||
Code and invoke the <code>/project:add-new-resource</code> command and
|
||||
let Claude walk you through it!</p>
|
||||
<p>If you have any suggestions or thoughts on how to improve the repo,
|
||||
or how to best organize the list, feel free to start a Discussion topic.
|
||||
This is meant to be for the Claude Code community, and in general I
|
||||
prefer not to act on sole authority.</p>
|
||||
<h3 id="a-note-about-licenses">A note about licenses</h3>
|
||||
<p>Because simply listing a hyperlink does not qualify as
|
||||
redistribution, the license of the original source is not relevant to
|
||||
its inclusion. However, for posterity and convenience, we do host copies
|
||||
of all resources whose license permits it. Therefore, please include
|
||||
information about the resource’s license. Additionally, take note:
|
||||
<em>if you do not include a LICENSE in your GitHub repo, then by default
|
||||
it is fully copyrighted and redistribution is not allowed</em>. So, if
|
||||
you are intending to make an open source project, it’s critical to pick
|
||||
from one of the many available open source licenses. This is just a
|
||||
reminder that without a LICENSE, your project is not open source (it’s
|
||||
merely source-code-available) - it may of course still be included on
|
||||
this list, but this notice is to inform readers about the default rules
|
||||
regarding GitHub and LICENSE files. See <a
|
||||
href="https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/licensing-a-repository">here</a>
|
||||
for more details.</p>
|
||||
<p><a
|
||||
href="https://github.com/hesreallyhim/awesome-claude-code">claudecode.md
|
||||
Github</a></p>
|
||||
Reference in New Issue
Block a user