@ruyfranca/myskills 1.0.34 → 1.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent/skills/analyze-project/SKILL.md +1 -2
- package/.agent/skills/antigravity-design-expert/SKILL.md +1 -2
- package/.agent/skills/api-integration-specialist/SKILL.md +5 -2
- package/.agent/skills/api-patterns/SKILL.md +5 -2
- package/.agent/skills/app-builder/SKILL.md +5 -2
- package/.agent/skills/artifacts-builder/SKILL.md +4 -1
- package/.agent/skills/bash-linux/SKILL.md +4 -1
- package/.agent/skills/behavioral-modes/SKILL.md +5 -2
- package/.agent/skills/brainstorming/SKILL.md +5 -2
- package/.agent/skills/business-analyst/SKILL.md +4 -1
- package/.agent/skills/canvas-design/SKILL.md +5 -2
- package/.agent/skills/clean-code/SKILL.md +5 -2
- package/.agent/skills/code-review-checklist/SKILL.md +5 -2
- package/.agent/skills/code-reviewer/SKILL.md +5 -2
- package/.agent/skills/content-research-writer/SKILL.md +5 -2
- package/.agent/skills/copywriting/SKILL.md +5 -2
- package/.agent/skills/cqrs-implementation/SKILL.md +2 -2
- package/.agent/skills/creative-design-figma/SKILL.md +5 -2
- package/.agent/skills/cto-advisor/SKILL.md +5 -2
- package/.agent/skills/database-design/SKILL.md +5 -2
- package/.agent/skills/ddd-strategic-design/SKILL.md +2 -2
- package/.agent/skills/ddd-tactical-patterns/SKILL.md +2 -2
- package/.agent/skills/deployment-procedures/SKILL.md +5 -2
- package/.agent/skills/doc-coauthoring/SKILL.md +2 -3
- package/.agent/skills/docker-expert/SKILL.md +5 -2
- package/.agent/skills/documentation-templates/SKILL.md +5 -2
- package/.agent/skills/elixir-pro/SKILL.md +2 -2
- package/.agent/skills/email-composer/SKILL.md +5 -2
- package/.agent/skills/event-sourcing-architect/SKILL.md +2 -2
- package/.agent/skills/figma-dev-mode/SKILL.md +5 -2
- package/.agent/skills/file-organizer/SKILL.md +5 -2
- package/.agent/skills/frontend-design/SKILL.md +5 -2
- package/.agent/skills/game-development/SKILL.md +5 -2
- package/.agent/skills/geo-fundamentals/SKILL.md +5 -2
- package/.agent/skills/golang-pro/SKILL.md +2 -2
- package/.agent/skills/i18n-localization/SKILL.md +5 -2
- package/.agent/skills/intelligent-routing/SKILL.md +5 -2
- package/.agent/skills/invoice-organizer/SKILL.md +5 -2
- package/.agent/skills/kotlin-coroutines-expert/SKILL.md +2 -2
- package/.agent/skills/lead-research-assistant/SKILL.md +5 -2
- package/.agent/skills/leiloeiro-risco/SKILL.md +2 -3
- package/.agent/skills/lint-and-validate/SKILL.md +5 -2
- package/.agent/skills/marketing-campaigns/SKILL.md +5 -2
- package/.agent/skills/mcp-builder/SKILL.md +5 -2
- package/.agent/skills/mobile-design/SKILL.md +5 -2
- package/.agent/skills/modern-javascript-patterns/SKILL.md +1 -1
- package/.agent/skills/monorepo-architect/SKILL.md +2 -2
- package/.agent/skills/nestjs/SKILL.md +5 -2
- package/.agent/skills/nextjs-best-practices/SKILL.md +5 -2
- package/.agent/skills/nextjs-react-expert/SKILL.md +1 -1
- package/.agent/skills/parallel-agents/SKILL.md +5 -2
- package/.agent/skills/pdf-processing-pro/SKILL.md +5 -2
- package/.agent/skills/performance-profiling/SKILL.md +5 -2
- package/.agent/skills/powershell-windows/SKILL.md +5 -2
- package/.agent/skills/pptx/SKILL.md +5 -2
- package/.agent/skills/product-manager/SKILL.md +5 -2
- package/.agent/skills/python-patterns/SKILL.md +5 -2
- package/.agent/skills/react-best-practices/SKILL.md +208 -0
- package/.agent/skills/react-best-practices/references/react-performance-guidelines.md +1865 -0
- package/.agent/skills/react-best-practices/references/rules/_sections.md +46 -0
- package/.agent/skills/react-best-practices/references/rules/_template.md +28 -0
- package/.agent/skills/react-best-practices/references/rules/advanced-event-handler-refs.md +38 -0
- package/.agent/skills/react-best-practices/references/rules/advanced-use-latest.md +49 -0
- package/.agent/skills/react-best-practices/references/rules/async-api-routes.md +38 -0
- package/.agent/skills/react-best-practices/references/rules/async-defer-await.md +80 -0
- package/.agent/skills/react-best-practices/references/rules/async-dependencies.md +36 -0
- package/.agent/skills/react-best-practices/references/rules/async-parallel.md +28 -0
- package/.agent/skills/react-best-practices/references/rules/async-suspense-boundaries.md +66 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-barrel-imports.md +59 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-conditional.md +31 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-defer-third-party.md +49 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-dynamic-imports.md +35 -0
- package/.agent/skills/react-best-practices/references/rules/bundle-preload.md +50 -0
- package/.agent/skills/react-best-practices/references/rules/client-event-listeners.md +74 -0
- package/.agent/skills/react-best-practices/references/rules/client-swr-dedup.md +56 -0
- package/.agent/skills/react-best-practices/references/rules/download_rules.sh +63 -0
- package/.agent/skills/react-best-practices/references/rules/js-batch-dom-css.md +82 -0
- package/.agent/skills/react-best-practices/references/rules/js-cache-function-results.md +80 -0
- package/.agent/skills/react-best-practices/references/rules/js-cache-property-access.md +28 -0
- package/.agent/skills/react-best-practices/references/rules/js-cache-storage.md +68 -0
- package/.agent/skills/react-best-practices/references/rules/js-combine-iterations.md +32 -0
- package/.agent/skills/react-best-practices/references/rules/js-early-exit.md +50 -0
- package/.agent/skills/react-best-practices/references/rules/js-hoist-regexp.md +43 -0
- package/.agent/skills/react-best-practices/references/rules/js-index-maps.md +37 -0
- package/.agent/skills/react-best-practices/references/rules/js-length-check-first.md +49 -0
- package/.agent/skills/react-best-practices/references/rules/js-min-max-loop.md +82 -0
- package/.agent/skills/react-best-practices/references/rules/js-set-map-lookups.md +24 -0
- package/.agent/skills/react-best-practices/references/rules/js-tosorted-immutable.md +57 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-activity.md +26 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-animate-svg-wrapper.md +47 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-conditional-render.md +40 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-content-visibility.md +38 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-hoist-jsx.md +44 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-hydration-no-flicker.md +82 -0
- package/.agent/skills/react-best-practices/references/rules/rendering-svg-precision.md +28 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-defer-reads.md +39 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-dependencies.md +45 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-derived-state.md +29 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-lazy-state-init.md +58 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-memo.md +42 -0
- package/.agent/skills/react-best-practices/references/rules/rerender-transitions.md +40 -0
- package/.agent/skills/react-best-practices/references/rules/server-cache-lru.md +37 -0
- package/.agent/skills/react-best-practices/references/rules/server-cache-react.md +26 -0
- package/.agent/skills/react-best-practices/references/rules/server-parallel-fetching.md +79 -0
- package/.agent/skills/react-best-practices/references/rules/server-serialization.md +38 -0
- package/.agent/skills/react-patterns/SKILL.md +2 -2
- package/.agent/skills/react-state-management/SKILL.md +2 -2
- package/.agent/skills/red-team-tactics/SKILL.md +5 -2
- package/.agent/skills/ruby-pro/SKILL.md +2 -2
- package/.agent/skills/rust-pro/SKILL.md +5 -1
- package/.agent/skills/sdd-spec-writer/SKILL.md +5 -2
- package/.agent/skills/security/SKILL.md +4 -1
- package/.agent/skills/senior-devops/SKILL.md +4 -1
- package/.agent/skills/senior-frontend/SKILL.md +5 -2
- package/.agent/skills/senior-fullstack/SKILL.md +5 -2
- package/.agent/skills/senior-prompt-engineer/SKILL.md +5 -2
- package/.agent/skills/senior-qa/SKILL.md +5 -2
- package/.agent/skills/senior-security/SKILL.md +5 -2
- package/.agent/skills/seo-optimizer/SKILL.md +5 -2
- package/.agent/skills/server-management/SKILL.md +5 -2
- package/.agent/skills/skill-developer/SKILL.md +1 -2
- package/.agent/skills/software-architecture/SKILL.md +5 -2
- package/.agent/skills/supabase-postgres/SKILL.md +5 -2
- package/.agent/skills/systematic-debugging/SKILL.md +5 -2
- package/.agent/skills/tailwind-patterns/SKILL.md +5 -2
- package/.agent/skills/tdd-workflow/SKILL.md +5 -2
- package/.agent/skills/test-driven-development/SKILL.md +5 -2
- package/.agent/skills/testing-patterns/SKILL.md +5 -2
- package/.agent/skills/theme-factory/SKILL.md +5 -2
- package/.agent/skills/ui-design-system/SKILL.md +5 -2
- package/.agent/skills/ui-ux-pro-max/SKILL.md +5 -2
- package/.agent/skills/uncle-bob-craft/SKILL.md +2 -3
- package/.agent/skills/ux-researcher-designer/SKILL.md +5 -2
- package/.agent/skills/vulnerability-scanner/SKILL.md +5 -2
- package/.agent/skills/web-design-guidelines/SKILL.md +5 -2
- package/.agent/skills/web-performance/SKILL.md +5 -2
- package/.agent/skills/webapp-testing/SKILL.md +5 -2
- package/.agent/skills/writing-plans/SKILL.md +5 -2
- package/.agent/skills/xlsx/SKILL.md +5 -2
- package/.agent/skills/zod-validation-expert/SKILL.md +2 -2
- package/README.md +3 -2
- package/index.js +63 -55
- package/package.json +2 -4
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
name: analyze-project
|
|
3
3
|
description: Forensic root cause analyzer for Antigravity sessions. Classifies scope deltas, rework patterns, root causes, hotspots, and auto-improves prompts/health.
|
|
4
4
|
tags: [analysis, diagnostics, meta, root-cause, project-health, session-review]
|
|
5
|
-
triggers: [analyze
|
|
5
|
+
triggers: [ai, analyze project, analyze-project, diagnose sessions, engenharia de prompt, inteligência artificial, llm, project health, root cause, session analysis]
|
|
6
6
|
risk: safe
|
|
7
7
|
source: sickn33/antigravity-awesome-skills
|
|
8
8
|
date_added: "2026-03-15"
|
|
9
9
|
---
|
|
10
|
-
|
|
11
10
|
# /analyze-project — Root Cause Analyst Workflow
|
|
12
11
|
|
|
13
12
|
Analise sessões do Antigravity na pasta `brain/` e produza um relatório diagnóstico que explica não apenas **o que aconteceu**, mas **por que aconteceu**, **quem/o que causou** e **o que deve mudar na próxima vez**.
|
|
@@ -2,12 +2,11 @@
|
|
|
2
2
|
name: antigravity-design-expert
|
|
3
3
|
description: Core UI/UX engineering skill for building highly interactive, spatial, weightless, and glassmorphism-based web interfaces using GSAP and 3D CSS.
|
|
4
4
|
tags: [ui, ux, glassmorphism, gsap, 3d-css, animation, react, design, spatial]
|
|
5
|
-
triggers: [antigravity design, glassmorphism, gsap animation,
|
|
5
|
+
triggers: [3d css, antigravity design, design, experiência do usuário, floating elements, glassmorphism, gsap animation, interactive interface, scroll animation, spatial ui, ui, ux, weightless ui]
|
|
6
6
|
risk: safe
|
|
7
7
|
source: sickn33/antigravity-awesome-skills
|
|
8
8
|
date_added: "2026-03-15"
|
|
9
9
|
---
|
|
10
|
-
|
|
11
10
|
# Antigravity UI & Motion Design Expert
|
|
12
11
|
|
|
13
12
|
## 🎯 Role Overview
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: API Integration Specialist
|
|
3
|
-
description: Expert in integrating third-party APIs with robust authentication, error handling, and reliability patterns.
|
|
3
|
+
description: "Expert in integrating third-party APIs with robust authentication, error handling, and reliability patterns. / Desenvolvimento backend e APIs. Boas práticas e padrões."
|
|
4
|
+
triggers: [api, endpoint, graphql, integração, rest]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# API Integration Specialist Skill
|
|
7
10
|
|
|
8
11
|
You are an expert in connecting disparate systems through APIs. Your goal is to build secure, resilient, and performant integrations using production-ready patterns.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: api-patterns
|
|
3
|
-
description: API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination.
|
|
3
|
+
description: "API design principles and decision-making. REST vs GraphQL vs tRPC selection, response formats, versioning, pagination. / Desenvolvimento backend e APIs."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
5
|
+
triggers: [api, design, endpoint, experiência do usuário, graphql, integração, rest, ui, ux]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# API Patterns
|
|
8
11
|
|
|
9
12
|
> API design principles and decision-making for 2025.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: app-builder
|
|
3
|
-
description: Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents.
|
|
3
|
+
description: "Main application building orchestrator. Creates full-stack applications from natural language requests. Determines project type, selects tech stack, coordinates agents."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash, Agent
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# App Builder - Application Building Orchestrator
|
|
8
11
|
|
|
9
12
|
> Analyzes user's requests, determines tech stack, plans structure, and coordinates agents.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Artifacts Builder
|
|
3
3
|
description: Advanced suite for building complex, single-file React/Tailwind/shadcn artifacts.
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Artifacts Builder Skill
|
|
7
10
|
|
|
8
11
|
This skill is designed for creating high-end, multi-component HTML artifacts that run within a single file. It leverages modern web technologies to build enterprise-grade interactive demos and dashboards.
|
|
@@ -2,8 +2,11 @@
|
|
|
2
2
|
name: bash-linux
|
|
3
3
|
description: Bash/Linux terminal patterns. Critical commands, piping, error handling, scripting. Use when working on macOS or Linux systems.
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Bash Linux Patterns
|
|
8
11
|
|
|
9
12
|
> Essential patterns for Bash on Linux/macOS.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: behavioral-modes
|
|
3
|
-
description: AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type.
|
|
3
|
+
description: "AI operational modes (brainstorm, implement, debug, review, teach, ship, orchestrate). Use to adapt behavior based on task type."
|
|
4
4
|
allowed-tools: Read, Glob, Grep
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Behavioral Modes - Adaptive AI Operating Modes
|
|
8
11
|
|
|
9
12
|
## Purpose
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Brainstorming
|
|
3
|
-
description: Use this for creative exploration of ideas, features, and designs before implementation.
|
|
3
|
+
description: "Use this for creative exploration of ideas, features, and designs before implementation."
|
|
4
|
+
triggers: [design, experiência do usuário, ui, ux]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Brainstorming Skill
|
|
7
10
|
|
|
8
11
|
This skill helps turn ideas into fully formed designs and specifications through collaborative dialogue. It focuses on exploring user intent, requirements, and design approaches before any implementation begins.
|
|
@@ -3,8 +3,11 @@ name: business-analyst
|
|
|
3
3
|
description: "Use when analyzing business processes, gathering requirements from stakeholders, or identifying process improvement opportunities to drive operational efficiency and measurable business value. Specifically:\\n\\n<example>\\nContext: A company needs to understand their customer onboarding process to identify where customers are dropping off. Management wants data-driven insights on bottlenecks.\\nuser: \"We're losing customers during onboarding. Can you analyze our current process and recommend improvements?\"\\nassistant: \"I'll conduct a comprehensive business analysis of your onboarding process. I'll map current workflows, interview stakeholders, analyze conversion data, identify bottlenecks, and deliver specific recommendations with projected ROI for each improvement.\"\\n<commentary>\\nUse the business-analyst when you need to understand current business processes, gather requirements through stakeholder engagement, and identify data-driven improvement opportunities. This is different from project-manager who focuses on execution - the business-analyst focuses on discovery and optimization.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: An organization is building a new system but stakeholders have conflicting requirements. Someone needs to consolidate, prioritize, and document these requirements clearly.\\nuser: \"We have 20 different business stakeholders with different ideas for our new system. We need someone to sort this out.\"\\nassistant: \"I'll facilitate requirements workshops with all stakeholders, document their needs, identify dependencies and conflicts, prioritize based on business value, and create comprehensive specifications that align all parties.\"\\n<commentary>\\nUse the business-analyst when facing complex requirements elicitation challenges requiring stakeholder management, conflict resolution, and comprehensive documentation. The analyst bridges the gap between business needs and technical solutions.\\n</commentary>\\n</example>\\n\\n<example>\\nContext: After system implementation, management wants to measure whether promised benefits are being realized and identify next-generation improvements.\\nuser: \"We implemented the new CRM system 6 months ago. Did it actually improve our sales process? What should we do next?\"\\nassistant: \"I'll conduct a post-implementation analysis measuring KPIs against baseline metrics, assess stakeholder adoption, evaluate ROI, and deliver insights on realized benefits plus recommendations for phase 2 enhancements.\"\\n<commentary>\\nUse the business-analyst for post-implementation reviews, benefits realization analysis, and continuous improvement planning. The analyst ensures business value is actually achieved and identifies optimization opportunities.\\n</commentary>\\n</example>"
|
|
4
4
|
tools: Read, Write, Edit, Glob, Grep, WebFetch, WebSearch
|
|
5
5
|
model: sonnet
|
|
6
|
+
triggers: [docs, documentação, especificação, planejamento, readme, roadmap, roteiro]
|
|
7
|
+
risk: safe
|
|
8
|
+
source: v4-migration
|
|
9
|
+
date_added: "2026-04-22"
|
|
6
10
|
---
|
|
7
|
-
|
|
8
11
|
You are a senior business analyst with expertise in bridging business needs and technical solutions. Your focus spans requirements elicitation, process analysis, data insights, and stakeholder management with emphasis on driving organizational efficiency and delivering tangible business outcomes.
|
|
9
12
|
|
|
10
13
|
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Canvas Design
|
|
3
|
-
description: High-end visual art and design philosophy for creating museum-quality posters and graphics.
|
|
3
|
+
description: "High-end visual art and design philosophy for creating museum-quality posters and graphics."
|
|
4
|
+
triggers: [design, experiência do usuário, ui, ux]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Canvas Design Skill
|
|
7
10
|
|
|
8
11
|
You are a senior visual artist and designer specialized in creating professional, museum-quality art and designs. You operate through a two-step process: defining a solid Design Philosophy and then expressing it visually on a canvas.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Clean Code
|
|
3
|
-
description: Pragmatic coding standards focused on simplicity, readability, and efficient AI implementation.
|
|
3
|
+
description: "Pragmatic coding standards focused on simplicity, readability, and efficient AI implementation."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Clean Code Skill
|
|
7
10
|
|
|
8
11
|
You are a pragmatic software engineer focused on writing clean, maintainable, and efficient code. Your goal is to solve problems directly without over-engineering or unnecessary verbosity.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: code-review-checklist
|
|
3
|
-
description: Code review guidelines covering code quality, security, and best practices.
|
|
3
|
+
description: "Code review guidelines covering code quality, security, and best practices. / Segurança e auditoria."
|
|
4
4
|
allowed-tools: Read, Glob, Grep
|
|
5
|
+
triggers: [auditoria, hacking, proteção, segurança, vulnerabilidades]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Code Review Checklist
|
|
8
11
|
|
|
9
12
|
## Quick Review Checklist
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Code Reviewer
|
|
3
|
-
description: Expert in code quality, standards, and identification of anti-patterns.
|
|
3
|
+
description: "Expert in code quality, standards, and identification of anti-patterns. / Boas práticas e padrões."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Code Reviewer Skill
|
|
7
10
|
|
|
8
11
|
This skill provides expert-level code review capabilities, focusing on maintainability, security, and adherence to coding standards. It includes checklists and automated tools to analyze pull requests and code quality.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Content Research Writer
|
|
3
|
-
description: Assisted writing with research, citations, hook optimization, and iterative section feedback.
|
|
3
|
+
description: "Assisted writing with research, citations, hook optimization, and iterative section feedback."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Content Research Writer Skill
|
|
7
10
|
|
|
8
11
|
You are a senior writing partner and research specialist. Your goal is to help creators produce high-quality, well-researched, and engaging content while maintaining their unique voice and professional standards.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Copywriting
|
|
3
|
-
description: Expert marketing copywriting for landing pages, homepages, pricing, and product pages.
|
|
3
|
+
description: "Expert marketing copywriting for landing pages, homepages, pricing, and product pages."
|
|
4
|
+
triggers: [campanhas, copywriting, marketing, vendas]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Copywriting Skill
|
|
7
10
|
|
|
8
11
|
You are an expert conversion copywriter. Your goal is to write marketing copy that is clear, compelling, and drives specific actions.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: cqrs-implementation
|
|
3
|
-
description: "Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems."
|
|
3
|
+
description: ""Implement Command Query Responsibility Segregation for scalable architectures. Use when separating read and write models, optimizing query performance, or building event-sourced systems.""
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: [arquitetura, cqrs, event sourcing]
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# CQRS Implementation
|
|
10
10
|
|
|
11
11
|
Comprehensive guide to implementing CQRS (Command Query Responsibility Segregation) patterns.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: creative-design-figma
|
|
3
|
-
description: Use the Official Figma MCP server to fetch design context, screenshots, variables, and assets from Figma via OAuth token, and to translate Figma nodes into production code.
|
|
3
|
+
description: "Use the Official Figma MCP server to fetch design context, screenshots, variables, and assets from Figma via OAuth token, and to translate Figma nodes into production code. / Desenvolvimento backend e APIs."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, run_command
|
|
5
|
+
triggers: [design, experiência do usuário, ui, ux]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# 🎨 Creative Design Figma
|
|
8
11
|
|
|
9
12
|
> Integrate the Official Figma MCP Server to extract pixel-perfect details, colors, and design context directly via the cloud.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: CTO Advisor
|
|
3
|
-
description: Strategic technical leadership, architecture governance, team scaling, and engineering excellence.
|
|
3
|
+
description: "Strategic technical leadership, architecture governance, team scaling, and engineering excellence."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# CTO Advisor Skill
|
|
7
10
|
|
|
8
11
|
You are a strategic Chief Technology Officer (CTO). Your goal is to provide high-level leadership, align technology with business goals, scale engineering teams, and ensure technical excellence.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: database-design
|
|
3
|
-
description: Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases.
|
|
3
|
+
description: "Database design principles and decision-making. Schema design, indexing strategy, ORM selection, serverless databases. / Desenvolvimento backend e APIs. Banco de dados e modelagem."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep
|
|
5
|
+
triggers: [banco de dados, design, esquema, experiência do usuário, migrations, modelagem, ui, ux]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Database Design
|
|
8
11
|
|
|
9
12
|
> **Learn to THINK, not copy SQL patterns.**
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ddd-strategic-design
|
|
3
|
-
description: "Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains."
|
|
3
|
+
description: ""Design DDD strategic artifacts including subdomains, bounded contexts, and ubiquitous language for complex business domains.""
|
|
4
4
|
risk: safe
|
|
5
5
|
source: self
|
|
6
6
|
tags: "[ddd, strategic-design, bounded-context, ubiquitous-language]"
|
|
7
7
|
date_added: "2026-02-27"
|
|
8
|
+
triggers: [design, experiência do usuário, ui, ux]
|
|
8
9
|
---
|
|
9
|
-
|
|
10
10
|
# DDD Strategic Design
|
|
11
11
|
|
|
12
12
|
## Use this skill when
|
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: ddd-tactical-patterns
|
|
3
|
-
description: "Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants."
|
|
3
|
+
description: ""Apply DDD tactical patterns in code using entities, value objects, aggregates, repositories, and domain events with explicit invariants." / Boas práticas e padrões."
|
|
4
4
|
risk: safe
|
|
5
5
|
source: self
|
|
6
6
|
tags: "[ddd, tactical, aggregates, value-objects, domain-events]"
|
|
7
7
|
date_added: "2026-02-27"
|
|
8
|
+
triggers: []
|
|
8
9
|
---
|
|
9
|
-
|
|
10
10
|
# DDD Tactical Patterns
|
|
11
11
|
|
|
12
12
|
## Use this skill when
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: deployment-procedures
|
|
3
|
-
description: Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts.
|
|
3
|
+
description: "Production deployment principles and decision-making. Safe deployment workflows, rollback strategies, and verification. Teaches thinking, not scripts."
|
|
4
4
|
allowed-tools: Read, Glob, Grep, Bash
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Deployment Procedures
|
|
8
11
|
|
|
9
12
|
> Deployment principles and decision-making for safe production releases.
|
|
@@ -1,13 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: doc-coauthoring
|
|
3
|
-
description: Structured workflow for collaborative document creation. Use when writing documentation, proposals, technical specs, decision docs, PRDs, design docs, RFCs, or any substantial writing task. Guides through Context Gathering, Refinement and Structure, and Reader Testing stages.
|
|
3
|
+
description: "Structured workflow for collaborative document creation. Use when writing documentation, proposals, technical specs, decision docs, PRDs, design docs, RFCs, or any substantial writing task. Guides through Context Gathering, Refinement and Structure, and Reader Testing stages. / Testes e qualidade."
|
|
4
4
|
tags: [documentation, writing, co-authoring, prd, rfc, spec, proposal, design-doc]
|
|
5
|
-
triggers: [
|
|
5
|
+
triggers: [PRD, RFC, co-author, cobertura, create a spec, decision doc, design, design doc, docs, documentation, documentação, draft a proposal, especificação, experiência do usuário, garantia de qualidade, qa, readme, technical spec, testes, ui, ux, write a doc, write up]
|
|
6
6
|
risk: safe
|
|
7
7
|
source: sickn33/antigravity-awesome-skills
|
|
8
8
|
date_added: "2026-03-15"
|
|
9
9
|
---
|
|
10
|
-
|
|
11
10
|
# Doc Co-Authoring Workflow
|
|
12
11
|
|
|
13
12
|
Workflow estruturado para co-criação colaborativa de documentos. Atua como guia ativo, conduzindo o usuário por 3 etapas: **Coleta de Contexto**, **Refinamento & Estrutura** e **Teste com Leitor**.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Docker Expert
|
|
3
|
-
description: Advanced containerization, multi-stage builds, image optimization, and orchestration with Docker Compose.
|
|
3
|
+
description: "Advanced containerization, multi-stage builds, image optimization, and orchestration with Docker Compose."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Docker Expert Skill
|
|
7
10
|
|
|
8
11
|
You are an advanced Docker specialist. Your goal is to create secure, optimized, and production-ready container environments following modern best practices.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: documentation-templates
|
|
3
|
-
description: Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation.
|
|
3
|
+
description: "Documentation templates and structure guidelines. README, API docs, code comments, and AI-friendly documentation. / Desenvolvimento backend e APIs."
|
|
4
4
|
allowed-tools: Read, Glob, Grep
|
|
5
|
+
triggers: [api, docs, documentação, endpoint, especificação, graphql, integração, readme, rest]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Documentation Templates
|
|
8
11
|
|
|
9
12
|
> Templates and structure guidelines for common documentation types.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: elixir-pro
|
|
3
|
-
description: Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems.
|
|
3
|
+
description: "Write idiomatic Elixir code with OTP patterns, supervision trees, and Phoenix LiveView. Masters concurrency, fault tolerance, and distributed systems. / Boas práticas e padrões."
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: [concorrência, distribuído, elixir, fault tolerance]
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# Elixir Pro
|
|
10
10
|
|
|
11
11
|
You are an Elixir expert specializing in concurrent, fault-tolerant, and distributed systems.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Email Composer
|
|
3
|
-
description: Professional email drafting for business, technical, and customer communication.
|
|
3
|
+
description: "Professional email drafting for business, technical, and customer communication."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Email Composer Skill
|
|
7
10
|
|
|
8
11
|
You are a professional communication specialist. Your goal is to draft clear, concise, and effective emails tailored to specific audiences and objectives.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: event-sourcing-architect
|
|
3
|
-
description: "Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns."
|
|
3
|
+
description: ""Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns." / Boas práticas e padrões."
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: [arquitetura, cqrs, design, event sourcing, experiência do usuário, ui, ux]
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# Event Sourcing Architect
|
|
10
10
|
|
|
11
11
|
Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for event-sourced systems, audit trail requirements, or complex domain modeling with temporal queries.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: figma-dev-mode
|
|
3
|
-
description: Setup and utilization of the Figma Dev Mode MCP to inspect components, layouts, and styles directly from Figma design files.
|
|
3
|
+
description: "Setup and utilization of the Figma Dev Mode MCP to inspect components, layouts, and styles directly from Figma design files."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, run_command
|
|
5
|
+
triggers: [design, experiência do usuário, ui, ux]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Figma Dev Mode MCP
|
|
8
11
|
|
|
9
12
|
> Integrate UI design precisely measuring and extracting information directly from Figma directly through the Dev Mode MCP.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: File Organizer
|
|
3
|
-
description: Structural cleanup, duplicate removal, and logical reorganization of directories and projects.
|
|
3
|
+
description: "Structural cleanup, duplicate removal, and logical reorganization of directories and projects. / Boas práticas e padrões."
|
|
4
|
+
triggers: [estrutura de arquivos, limpeza, organização]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# File Organizer Skill
|
|
7
10
|
|
|
8
11
|
You are an expert in information architecture. Your goal is to eliminate digital clutter and establish logical, efficient folder structures that make information easy to find and manage.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: frontend-design
|
|
3
|
-
description: Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.
|
|
3
|
+
description: ""Design thinking and decision-making for web UI. Use when designing components, layouts, color schemes, typography, or creating aesthetic interfaces. Teaches principles, not fixed values.""
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
|
+
triggers: [client-side, desenvolvimento web, design, design de interface, espaçamento, experiência do usuário, frontend, interface, interface de usuário, sistema de design, tipografia, ui, ux]
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Frontend Design System
|
|
8
11
|
|
|
9
12
|
> **Philosophy:** Every pixel has purpose. Restraint is luxury. User psychology drives decisions.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: game-development
|
|
3
|
-
description: Game development orchestrator. Routes to platform-specific skills based on project needs.
|
|
3
|
+
description: "Game development orchestrator. Routes to platform-specific skills based on project needs."
|
|
4
4
|
allowed-tools: Read, Write, Edit, Glob, Grep, Bash
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Game Development
|
|
8
11
|
|
|
9
12
|
> **Orchestrator skill** that provides core principles and routes to specialized sub-skills.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: geo-fundamentals
|
|
3
|
-
description: Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity).
|
|
3
|
+
description: "Generative Engine Optimization for AI search engines (ChatGPT, Claude, Perplexity)."
|
|
4
4
|
allowed-tools: Read, Glob, Grep
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# GEO Fundamentals
|
|
8
11
|
|
|
9
12
|
> Optimization for AI-powered search engines.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: golang-pro
|
|
3
|
-
description: Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices.
|
|
3
|
+
description: "Master Go 1.21+ with modern patterns, advanced concurrency, performance optimization, and production-ready microservices. / Boas práticas e padrões."
|
|
4
4
|
risk: unknown
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: [arquitetura, concorrência, distribuído, go, golang, microsserviços, performance]
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# Go Pro
|
|
10
10
|
|
|
11
11
|
You are a Go expert specializing in modern Go 1.21+ development with advanced concurrency patterns, performance optimization, and production-ready system design.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: i18n-localization
|
|
3
|
-
description: Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support.
|
|
3
|
+
description: "Internationalization and localization patterns. Detecting hardcoded strings, managing translations, locale files, RTL support. / Boas práticas e padrões."
|
|
4
4
|
allowed-tools: Read, Glob, Grep
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# i18n & Localization
|
|
8
11
|
|
|
9
12
|
> Internationalization (i18n) and Localization (L10n) best practices.
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: intelligent-routing
|
|
3
|
-
description: Automatic agent selection and intelligent task routing. Analyzes user requests and automatically selects the best specialist agent(s) without requiring explicit user mentions.
|
|
3
|
+
description: "Automatic agent selection and intelligent task routing. Analyzes user requests and automatically selects the best specialist agent(s) without requiring explicit user mentions."
|
|
4
4
|
version: 1.0.0
|
|
5
|
+
triggers: []
|
|
6
|
+
risk: safe
|
|
7
|
+
source: v4-migration
|
|
8
|
+
date_added: "2026-04-22"
|
|
5
9
|
---
|
|
6
|
-
|
|
7
10
|
# Intelligent Agent Routing
|
|
8
11
|
|
|
9
12
|
**Purpose**: Automatically analyze user requests and route them to the most appropriate specialist agent(s) without requiring explicit user mentions.
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Invoice Organizer
|
|
3
|
-
description: Automatic organization of invoices and receipts for bookkeeping and taxes.
|
|
3
|
+
description: "Automatic organization of invoices and receipts for bookkeeping and taxes."
|
|
4
|
+
triggers: [estrutura de arquivos, limpeza, organização]
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Invoice Organizer Skill
|
|
7
10
|
|
|
8
11
|
You are an expert bookkeeping assistant. Your goal is to transform chaotic folders of financial documents into a clean, audit-ready filing system with consistent naming and structure.
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: kotlin-coroutines-expert
|
|
3
|
-
description: "Expert patterns for Kotlin Coroutines and Flow, covering structured concurrency, error handling, and testing."
|
|
3
|
+
description: ""Expert patterns for Kotlin Coroutines and Flow, covering structured concurrency, error handling, and testing." / Testes e qualidade. Boas práticas e padrões."
|
|
4
4
|
risk: safe
|
|
5
5
|
source: community
|
|
6
6
|
date_added: "2026-02-27"
|
|
7
|
+
triggers: [cobertura, garantia de qualidade, qa, testes]
|
|
7
8
|
---
|
|
8
|
-
|
|
9
9
|
# Kotlin Coroutines Expert
|
|
10
10
|
|
|
11
11
|
## Overview
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
---
|
|
2
2
|
name: Lead Research Assistant
|
|
3
|
-
description: Identifies and qualifies high-priority leads by analyzing business context and providing personalized outreach strategies.
|
|
3
|
+
description: "Identifies and qualifies high-priority leads by analyzing business context and providing personalized outreach strategies."
|
|
4
|
+
triggers: []
|
|
5
|
+
risk: safe
|
|
6
|
+
source: v4-migration
|
|
7
|
+
date_added: "2026-04-22"
|
|
4
8
|
---
|
|
5
|
-
|
|
6
9
|
# Lead Research Assistant Skill
|
|
7
10
|
|
|
8
11
|
You are a senior business development and sales intelligence specialist. Your goal is to identify, research, and qualify potential leads that perfectly match a product or service's ideal customer profile (ICP).
|