All authors
diegosouzapw avatar

Claude Skills by diegosouzapw

github.com/diegosouzapw
6,126 skillsA× 5,850B× 208C× 42D× 18F× 812 installs6,993 views
Core ComponentsA

Core Components workflow skill. Use this skill when the user needs Core component library and design system patterns. Use when building UI, using design tokens, or working with the component library and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgoreact
0
135
Core Web VitalsA

Core Web Vitals optimization workflow skill. Use this skill when the user needs Optimize Core Web Vitals (LCP, INP, CLS) for better page experience and search ranking. Use when asked to \"improve Core Web Vitals\", \"fix LCP\", \"reduce CLS\", \"optimize INP\", \"page experience optimization\", or \"fix layout shifts\". Focuses specifically on the three Core Web Vitals metrics. Do NOT use for general web performance (use perf-web-optimization), Lighthouse audits (use perf-lighthouse), or Astr...

ai-agentsjavascriptgo
0
135
Cost Optimization V2A

Cloud Cost Optimization workflow skill. Use this skill when the user needs Strategies and patterns for optimizing cloud costs across AWS, Azure, and GCP and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgosql
0
135
Cost OptimizationA

Cloud Cost Optimization workflow skill. Use this skill when the user needs Strategies and patterns for optimizing cloud costs across AWS, Azure, and GCP and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgosql
0
135
Coupling AnalysisA

Coupling Analysis Skill workflow skill. Use this skill when the user needs Analyzes coupling between modules using the three-dimensional model (strength, distance, volatility) from \"Balancing Coupling in Software Design\". Use when asking \"are these modules too coupled?\", \"show me dependencies\", \"analyze integration quality\", \"which modules should I decouple?\", \"coupling report\", or evaluating architectural health. Do NOT use for domain boundary analysis (use domain-analysis) or co...

ai-agentstypescriptpython
0
135
Cpp Pro V2A

cpp-pro workflow skill. Use this skill when the user needs Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgoc++
0
135
Cpp Pro V3A

cpp-pro workflow skill. Use this skill when the user needs Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgoc++
0
135
Cpp ProA

cpp-pro workflow skill. Use this skill when the user needs Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgoc++
0
135
Cqrs Implementation V2A

CQRS Implementation workflow skill. Use this skill when the user needs Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Cqrs Implementation V3A

CQRS Implementation workflow skill. Use this skill when the user needs Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgobash
0
135
Cqrs ImplementationA

CQRS Implementation workflow skill. Use this skill when the user needs Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Create AdrA

ADR Creator workflow skill. Use this skill when the user needs Creates Architecture Decision Records (ADRs) to document significant architectural choices and their rationale for future team members. Use when the user says \"write an ADR\", \"document this decision\", \"record why we chose X\", \"add an architecture decision record\", \"create an ADR for\", or wants to capture the reasoning behind a technical choice so the team understands it later. Do NOT use when the decision hasn't been mad...

ai-agentsgosql
0
135
Create Branch V2A

Create Branch workflow skill. Use this skill when the user needs Create a git branch following Sentry naming conventions. Use when asked to \"create a branch\", \"new branch\", \"start a branch\", \"make a branch\", \"switch to a new branch\", or when starting new work on the default branch and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgobash
0
135
Create BranchA

Create Branch workflow skill. Use this skill when the user needs Create a git branch following Sentry naming conventions. Use when asked to \"create a branch\", \"new branch\", \"start a branch\", \"make a branch\", \"switch to a new branch\", or when starting new work on the default branch and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgobash
0
135
Create Issue Gate V2A

Create Issue Gate workflow skill. Use this skill when the user needs starting a new implementation task and an issue must be created with strict acceptance criteria gating before execution and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Create Issue GateA

Create Issue Gate workflow skill. Use this skill when the user needs starting a new implementation task and an issue must be created with strict acceptance criteria gating before execution and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Create Pr V2A

Alias: create-pr workflow skill. Use this skill when the user needs Alias for sentry-skills:pr-writer. Use when users explicitly ask for \"create-pr\" or reference the legacy skill name. Redirects to the canonical PR writing workflow and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Create Pr V3A

Alias: create-pr workflow skill. Use this skill when the user needs Alias for sentry-skills:pr-writer. Use when users explicitly ask for \"create-pr\" or reference the legacy skill name. Redirects to the canonical PR writing workflow and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Create PrA

Alias: create-pr workflow skill. Use this skill when the user needs Alias for sentry-skills:pr-writer. Use when users explicitly ask for \"create-pr\" or reference the legacy skill name. Redirects to the canonical PR writing workflow and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Create RfcA

RFC Creator workflow skill. Use this skill when the user needs Creates structured Request for Comments (RFC) documents for proposing and deciding on significant changes. Use when the user says \"write an RFC\", \"create a proposal\", \"I need to propose a change\", \"draft an RFC\", \"document a decision\", or needs stakeholder alignment before making a major technical or process decision. Do NOT use for TDDs/implementation docs (use technical-design-doc-creator instead), README files, or gen...

ai-agentsrustgo
0
135
Crewai V2A

Use this skill when the user needs expert CrewAI help for review, design, debugging, or production-readiness checks across agents, tasks, crews, and flows while preserving upstream workflow, copied support files, and provenance before merge or handoff.

ai-agentsgorails
0
135
CrewaiA

CrewAI workflow skill. Use this skill when the user needs expert review or design guidance for CrewAI crews, tasks, processes, memory, and flows while preserving upstream workflow context and provenance.

ai-agentsgorails
0
135
Crypto Bd Agent V2A

Crypto BD Agent \\u2014 Autonomous Business Development for Exchanges workflow skill. Use this skill when the user needs Production-tested patterns for building AI agents that autonomously discover, > evaluate, and acquire token listings for cryptocurrency exchanges and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsrustgo
0
135
Crypto Bd AgentA

Crypto BD Agent \\u2014 Autonomous Business Development for Exchanges workflow skill. Use this skill when the user needs Production-tested patterns for building AI agents that autonomously discover, > evaluate, and acquire token listings for cryptocurrency exchanges and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsrustgo
0
135
Csharp Pro V2A

csharp-pro workflow skill. Use this skill when the user needs Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgoc#
0
135
Csharp ProA

csharp-pro workflow skill. Use this skill when the user needs Write modern C# code with advanced features like records, pattern matching, and async/await. Optimizes .NET applications, implements enterprise patterns, and ensures comprehensive testing and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgoc#
0
135
Cursor Subagent CreatorA

Cursor Subagent Creator workflow skill. Use this skill when the user needs Creates Cursor-specific AI subagents with isolated context for complex multi-step workflows. Use when creating subagents for Cursor editor specifically, following Cursor's patterns and directories (.cursor/agents/). Triggers on \"cursor subagent\", \"cursor agent\". Do NOT use for generic subagent creation outside Cursor (use subagent-creator instead) and the operator should preserve the upstream workflow, copied suppo...

ai-agentsgotesting
0
135
Customer Psychographic Profiler V2A

customer-psychographic-profiler workflow skill. Use this skill when the user needs One sentence - what this skill does and when to invoke it and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsrustgo
0
135
Customer Psychographic ProfilerA

customer-psychographic-profiler workflow skill. Use this skill when the user needs One sentence - what this skill does and when to invoke it and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsrustgo
0
135
Customer Support V2A

customer-support workflow skill. Use this skill when the user needs Elite AI-powered customer support specialist mastering conversational AI, automated ticketing, sentiment analysis, and omnichannel support experiences and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Customer SupportA

customer-support workflow skill. Use this skill when the user needs Elite AI-powered customer support specialist mastering conversational AI, automated ticketing, sentiment analysis, and omnichannel support experiences and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Customs Trade Compliance V2A

Customs & Trade Compliance workflow skill. Use this skill when the user needs Codified expertise for customs documentation, tariff classification, duty optimisation, restricted party screening, and regulatory compliance across multiple jurisdictions and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsrustgo
0
135
Customs Trade ComplianceA

Customs & Trade Compliance workflow skill. Use this skill when the user needs Codified expertise for customs documentation, tariff classification, duty optimisation, restricted party screening, and regulatory compliance across multiple jurisdictions and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsrustgo
0
135
Daily Gift V2A

Daily Gift workflow skill. Use this skill when the user needs Relationship-aware daily gift engine with five-stage creative pipeline \\u2014 editorial judgment, synthesis, concept generation, visual strategy, and rendering in H5, image, or video and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgoshell
0
135
Daily GiftA

Daily Gift workflow skill. Use this skill when the user needs Relationship-aware daily gift engine with five-stage creative pipeline \\u2014 editorial judgment, synthesis, concept generation, visual strategy, and rendering in H5, image, or video and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgoshell
0
135
Daily News Report V2A

Daily News Report v3.0 workflow skill. Use this skill when the user needs Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgodebugging
0
135
Daily News ReportA

Daily News Report v3.0 workflow skill. Use this skill when the user needs Scrapes content based on a preset URL list, filters high-quality technical information, and generates daily Markdown reports and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgodebugging
0
135
Daily V2A

Define functions using standard schema workflow skill. Use this skill when the user needs Documentation and capabilities reference for Daily and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsjavascripttypescript
0
135
DailyA

Define functions using standard schema workflow skill. Use this skill when the user needs Documentation and capabilities reference for Daily and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsjavascripttypescript
0
135
Data Engineer V2A

data-engineer workflow skill. Use this skill when the user needs Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentspythongo
0
135
Data Engineer V3A

data-engineer workflow skill. Use this skill when the user needs Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentspythongo
0
135
Data EngineerA

data-engineer workflow skill. Use this skill when the user needs Build scalable data pipelines, modern data warehouses, and real-time streaming architectures. Implements Apache Spark, dbt, Airflow, and cloud-native data platforms and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentspythongo
0
135
Data Engineering Data Driven Feature V2A

Data-Driven Feature Development workflow skill. Use this skill when the user needs Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Data Engineering Data Driven FeatureA

Data-Driven Feature Development workflow skill. Use this skill when the user needs Build features guided by data insights, A/B testing, and continuous measurement using specialized agents for analysis, implementation, and experimentation and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Data Engineering Data Pipeline V2A

Data Pipeline Architecture workflow skill. Use this skill when the user needs You are a data pipeline architecture expert specializing in scalable, reliable, and cost-effective data pipelines for batch and streaming data processing and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentspythongo
0
135
Data Engineering Data PipelineA

Data Pipeline Architecture workflow skill. Use this skill when the user needs You are a data pipeline architecture expert specializing in scalable, reliable, and cost-effective data pipelines for batch and streaming data processing and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentspythongo
0
135
Data Quality Frameworks V2A

Data Quality Frameworks workflow skill. Use this skill when the user needs Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Data Quality FrameworksA

Data Quality Frameworks workflow skill. Use this skill when the user needs Implement data quality validation with Great Expectations, dbt tests, and data contracts. Use when building data quality pipelines, implementing validation rules, or establishing data contracts and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

ai-agentsgotesting
0
135
Data Scientist V2A

data-scientist workflow skill. Use this skill when the user needs Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

datapythongo
0
135
Data ScientistA

data-scientist workflow skill. Use this skill when the user needs Expert data scientist for advanced analytics, machine learning, and statistical modeling. Handles complex data analysis, predictive modeling, and business intelligence and the operator should preserve the upstream workflow, copied support files, and provenance before merging or handing off.

datapythongo
0
135