Browse Configs & Rules

Discover Claude Code configurations from the community.

Rulegeneral
Src Content Docs Rule
paths: src/content/docs/**/*
4000
Rulegeneral
020 Principio Abstracoes Estaveis Rule
Um pacote deve ser o mais abstrato possível (possuir interfaces) se for estável, e o mais concreto possível se for instável.
4000
Rulegeneral
Testing Workflow Rule
paths:
4000
Ruletypescript
Ts Pattern Rule
ts-pattern は型安全なパターンマッチングを提供し、exhaustive checking による堅牢性を確保します。
4000
Rulegeneral
Qtest.Cursor.Mcp Rule
{ "mcpServers": { "qTestMcpServer": { "command": "npx", "args": [ "-y", "mcp-remote", "https://<yourtenant>.qtestnet.com/mcp", "--header", "Authorization:${QTEST_TOKEN}" ], "env": { "QTEST_TOKEN": "<your-qTest-API-token>" } } } }
3000
Rulego
Pprgs Quickstart Claude Rule
The Perpetual Pursuit of Reflective Goal Steering (PPRGS) is an AI alignment framework that makes **wisdom** the terminal goal instead of utility maximization. It prevents over-optimization by requiring AI systems to balance efficiency (P₁ₐ) with exploration (P₁ᵦ).
3000
Rulegeneral
Exploit Guidelines Rule
paths: challenges/**/*
3000
Rulegeneral
Neoload.Vscode.Mcp Rule
{ "mcpServers": { "NeoLoadMcpServer": { "command": "npx", "args": [ "-y", "mcp-remote@latest", "https://<yourtenant>.neoload.tricentis.com/mcp", "56874", "--host", "127.0.0.1" ] } } }
3000
Rulepython
.Mcp.Json Rule
{ "mcpServers": { "gemini-cli": { "type": "stdio", "command": "npx", "args": [ "-y", "gemini-mcp-tool" ], "env": {} } } }
3000
Rulego
Models Rule
58000
Rulegeneral
Api Design Rule
``` GET /api/resources # List resources GET /api/resources/:id # Get single resource POST /api/resources # Create (server assigns ID) PUT /api/resources/:id # Create or replace at specific ID PATCH /api/resources/:id # Partial update...
13000
Ruletypescript
Implementation Rule
78000
Rulegeneral
260126 Claude Rule
- Project 명령 : `.claude/commands/` 에 위치 하며 보통 팀원들과 공유되어 사용 하는 공용 명령어 이다. - User 명령 : `~/.claude/commands/` 에 위치 하며 모든 프로젝트에서 사용 된다.
78000
Rulejavascript
Context Optimization Rule
> **CRITICAL**: Preserve conversation context through intelligent agent delegation.
26000
Ruletypescript
Behavioral Rule
NEVER use phrases like "you are right" or similar reflexive agreement.
35000
Ruletypescript
Electron Patterns Rule
These patterns should be followed for all Electron-related code.
12000
Ruletypescript
Coding Standards Rule
These rules apply to all code modifications in this project.
12000
Ruletypescript
.Mcp.Json Rule
{ "mcpServers": { "google-search-console": { "command": "node", "args": ["build/index.js"], "env": { "GOOGLE_CLIENT_ID": "your-client-id.apps.googleusercontent.com", "GOOGLE_CLIENT_SECRET": "your-client-secret", "GOOGLE_REDIRECT_URI": "http://localhost:8080", "GOOGLE_REFRESH_TOKEN":...
28000
Rulepython
.Mcp.Json Rule
{ "$schema": "https://cdn.jsdelivr.net/npm/@anthropic-ai/claude-code@latest/schemas/mcp.schema.json", "description": "MCP servers configuration for MAP Framework - EXAMPLE FILE", "_comment": "This is an EXAMPLE configuration. Copy to .mcp.json and adjust for your environment. Most users should rely...
7000
Rulejavascript
Github Operations Rule
Standard patterns for GitHub CLI operations across all commands.
26000