General Configs & Rules
Claude Code configurations for General projects.
Agentgeneral
Content Marketer Agent
name: content-marketer description: Expert content marketer specializing in content strategy, SEO optimization, and engagement-driven marketing. Masters multi-channel content creation, analytics, and conversion optimization with focus on building brand authority and driving measurable business...
1000
CLAUDE.mdgeneral
config CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
1000
Agentgeneral
Docs Refresh Agent
<!-- @description Background worker that syncs the docs when .claude/ files change. -->
1000
Commandgeneral
/sync Command
Synchronize research plans with actual progress and discoveries
1000
Skillgeneral
Dev Tools Skill
name: dev-tools description: Developer tools for The Fold - protocols (extensible dispatch), protocol bundles, refactoring toolkit (rename, move, dead code), and template DSL. Use when defining new protocols, refactoring code, or generating S-expressions. allowed-tools: Bash(./fold:*), Read, Edit,...
1000
CLAUDE.mdgeneral
jerimybrown-2025 CLAUDE.md
This document outlines the design system and guidelines for constructing a modern UX portfolio based on the established style guide.
1000
Commandgeneral
/new-plugin Command
Help me create a new plugin for violet-ai-plugins.
1000
Skillgeneral
Workflows Skill
name: metric-diagnosis description: Use when investigating unexpected metric changes - systematically narrows root cause through 4D segmentation, intrinsic vs extrinsic factor analysis, hypothesis testing, and North Star impact assessment
1000
Commandgeneral
/version Command
name: version description: "Unified version management with intelligent create/edit routing" version: 2.0.0 category: versioning priority: 1 requires_doh: true author: Claude created: 2025-09-01 updated: 2025-09-05 file_version: 0.3.0 allowed-tools: Bash, Read, Write, LS
1000
Commandgeneral
/99 Command
Think deeply about this problem, think about each of them, load up as many files as you need to get full context. I want you to roll it around in your head and think about various different possibilities for each of these and then just ensure that you are 99% confident that the route that you've...
1000
CLAUDE.mdgeneral
Bluegrass-Songbook CLAUDE.md
Python utilities for building the search index and managing songs.
1000
Commandgeneral
/competitor-analysis Command
Reference the global copywriting rules in .claude/copywriting-rules.md and CLIENT1 context in ../client-context.md, then conduct a comprehensive competitor analysis:
14000
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
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
Skillgeneral
Ffmpeg Skill
name: ffmpeg description: Guide for using FFmpeg - a comprehensive multimedia framework for video/audio encoding, conversion, streaming, and filtering. Use when processing media files, converting formats, extracting audio, creating streams, applying filters, or optimizing video/audio quality....
1000
CLAUDE.mdgeneral
dotfiles-public CLAUDE.md
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
1000
MCP Configgeneral
dotfiles-public MCP Config
{ "mcpServers": { "serena": { "type": "stdio", "command": "uvx", "args": [ "--from", "git+https://github.com/oraios/serena", "serena", "start-mcp-server", "--context", "ide-assistant", "--project", "." ], "env": {} } } }
1000
Commandgeneral
/commit Command
Create a git commit following the project conventions
2000
MCP Configgeneral
maenifold MCP Config
{ "mcpServers": { "maenifold": { "command": "maenifold", "args": [ "--mcp" ], "type": "stdio" } } }
7000