Charles C. Figueiredo
Community@ccf · New York, NY
Engineering @ Verition, previously Citadel and Bridgewater Associates.
Agent Skills by Charles C. Figueiredo
Showing 43 vetted skills indexed across 1 GitHub repositories.
api-design-principles
Enforce standardized design principles for REST and GraphQL APIs.
architecture-patterns
Design backend systems with Clean Architecture, Hexagonal Architecture, and Domain-Driven Design.
event-store-design
Design event stores with schemas, versioning, and append-only streams.
microservices-patterns
Design microservices architectures with service boundaries and Saga patterns.
workflow-orchestration-patterns
Orchestrate long-running distributed workflows with deterministic execution using Temporal.
software-architecture
Guide software architecture design using Clean Architecture and DDD principles.
saga-orchestration
Coordinate distributed transactions across services using saga patterns.
projection-patterns
Build Python read models from event streams using Live, Catchup, Persistent, and Inline projections.
temporal-python-testing
Test Temporal Python workflows with pytest and mocked activities.
cqrs-implementation
Implement CQRS by separating write and read models with command and query handlers.
architecture-decision-records
Document architectural decisions with a MADR-style template and lifecycle.
changelog-automation
Generate CHANGELOG.md from commits, PRs, and releases using Keep a Changelog.
changelog-generator
Generate user-facing changelogs from Git commits with categorized release notes.
openapi-spec-generation
Generate and validate OpenAPI 3.1 specifications from design or code sources.
terminal-title
Update terminal window titles to reflect the current Claude Code task.
auth-implementation-patterns
Implement JWT, OAuth2, and RBAC authentication patterns for APIs.
monorepo-management
Configure pnpm workspaces and Turborepo or Nx pipelines for monorepos.
bazel-build-optimization
Optimize Bazel builds for large monorepos with workspace and caching patterns.
error-handling-patterns
Define cross-language error handling patterns with retry, circuit breakers, and Result types.
debugging-strategies
Apply a structured debugging framework to reproduce, diagnose, and verify software defects.
code-review-excellence
Standardize code reviews with structured feedback frameworks and checklists.
sql-optimization-patterns
Optimize slow PostgreSQL and MySQL queries using EXPLAIN analysis and indexing strategies.
turborepo-caching
Configure Turborepo local and remote caching for monorepo builds.
nx-workspace-patterns
Codify Nx workspace patterns for monorepo setup, boundary enforcement, and caching.