General Configs & Rules

Claude Code configurations for General projects.

CLAUDE.mdgeneral
Dotfiles CLAUDE.md
- When reporting infomation to me, be extremely concise. Sacrifice grammar for the sake of concision. - Always use Bun instead of npm or pnpm for package management and script execution.
5000
Commandgeneral
/feat-status Command
6000
Commandgeneral
/bug-start Command
--- name: bug-start description: Automated end-to-end debugging workflow from RCA to PR creation arguments: - name: problem-report description: Description of the incident or problem to debug required: true - name: bug-name description: 3-word hyphenated bug description (e.g., auth-token-expiry)...
6000
Agentgeneral
Bug Rca Agent
--- name: bug-rca description: Conduct root cause analysis on system incidents and failures arguments: - name: problem-report description: Description of the incident or problem to analyze required: true - name: bug-name description: 3-word hyphenated bug description (e.g., auth-token-expiry)...
6000
Agentgeneral
Export Generator Agent
6000
Rulegeneral
Code Style Rule
- Excel 데이터를 다루는 영역에 대해서는 MiniExcel을 이용. - Excel 파일의 Style을 적용할 때는 ClosedXml을 이용. - NativeAot 프로젝트에 대해서는 ClosedXml만 이용.
6000
CLAUDE.mdgeneral
Claude-File-Organiser-Super-Slash CLAUDE.md
The purpose of this repository is to version control and work on a single and very detailed slash command for organising filesystems.
6000
CLAUDE.mdgeneral
ai-playbooks CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
6000
MCP Configgeneral
homeschooling MCP Config
{ "mcpServers": { "chrome-devtools": { "command": "npx", "args": ["chrome-devtools-mcp@latest"] } } }
5000
Commandgeneral
/task Command
5000
Commandgeneral
/bin Command
5000
Commandgeneral
/run Command
5000
Rulegeneral
Nvim Rule
5000
Agentgeneral
Haskell Type Wizard Agent
--- name: haskell-type-wizard description: Use this agent when you need expert guidance on advanced Haskell type-level programming, including type families, GADTs, data kinds, type-level computation, constraint kinds, and designing ergonomic APIs that leverage the type system for correctness and...
5000
Commandgeneral
/api-doc Command
4004
Rulegeneral
Frontend Rule
Frontends subclass `implementation` and implement `lem-if:*` generics.
2,876000
Rulegeneral
027 Qualidade Tratamento Erros Dominio Rule
Exige que a lógica de negócio use **exceções (erros)** para relatar problemas, em vez de códigos de retorno ou valores nulos. Exceções devem ser específicas do domínio (ex: `UsuarioNaoEncontradoError`).
4000
Rulegeneral
048 Comunicacao Segura Tls Rule
Toda comunicação com dados sensíveis deve usar TLS 1.3 ou 1.2 (mínimo), desabilitar protocolos inseguros (SSL, TLS 1.0/1.1), usar cipher suites fortes e implementar certificate pinning em apps móveis.
4000
CLAUDE.mdgeneral
SwiftNASR CLAUDE.md
open-ended types like Strings. Define enums, structs, and other custom types as needed.
9000
Agentgeneral
Db Auditor Agent
name: db-auditor description: Database auditor. Schema design, N+1 queries, indexes, connection pooling. tools: Read, Grep, Glob, Bash model: inherit
7000