Skip to main content

Skills neste repositório

nota-america/forgecat-agent-profiles - Página 18

O SkillsMP coletou 1.102 skills de nota-america/forgecat-agent-profiles. Abra uma skill para revisar a origem e os detalhes.

nota-america/forgecat-agent-profiles

Mostrando 40 de 1.102 skills coletadas.

ocupação
Cientistas de dados
descrição

Generate or improve a company-specific data analysis skill by extracting tribal knowledge from analysts. BOOTSTRAP MODE - Triggers: "Create a data context skill", "Set up data analysis for our warehouse", "Help me create a skill for our database", "Generate a…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Create effective data visualizations with Python (matplotlib, seaborn, plotly). Use when building charts, choosing the right chart type for a dataset, creating publication-quality figures, or applying design principles like accessibility and color theory.

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Profile and explore a dataset to understand its shape, quality, and patterns. Use when encountering a new table or file, checking null rates and column distributions, spotting data quality issues like duplicates or suspicious values, or deciding which…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Write correct, performant SQL across all major data warehouse dialects (Snowflake, BigQuery, Databricks, PostgreSQL, etc.). Use when writing queries, optimizing slow SQL, translating between dialects, or building complex analytical queries with CTEs, window…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Apply statistical methods including descriptive stats, trend analysis, outlier detection, and hypothesis testing. Use when analyzing distributions, testing for significance, detecting anomalies, computing correlations, or interpreting statistical results.

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

QA an analysis before sharing -- methodology, accuracy, and bias checks. Use when reviewing an analysis before a stakeholder presentation, spot-checking calculations and aggregation logic, verifying a SQL query's results look right, or assessing whether…

Idioma do texto original: inglês

atualizado
ocupação
Cientistas de dados
descrição

Write optimized SQL for your dialect with best practices. Use when translating a natural-language data need into SQL, building a multi-CTE query with joins and aggregations, optimizing a query against a large partitioned table, or getting dialect-specific…

Idioma do texto original: inglês

atualizado
ocupação
Designers gráficos
descrição

Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.

Idioma do texto original: inglês

atualizado
ocupação
Designers gráficos
descrição

Get structured design feedback on usability, hierarchy, and consistency. Trigger with "review this design", "critique this mockup", "what do you think of this screen?", or when sharing a Figma link or screenshot for feedback at any stage from exploration to…

Idioma do texto original: inglês

atualizado
ocupação
Designers gráficos
descrição

Generate developer handoff specs from a design. Use when a design is ready for engineering and needs a spec sheet covering layout, design tokens, component props, interaction states, responsive breakpoints, edge cases, and animation details.

Idioma do texto original: inglês

atualizado
ocupação
Designers gráficos
descrição

Audit, document, or extend your design system. Use when checking for naming inconsistencies or hardcoded values across components, writing documentation for a component's variants, states, and accessibility notes, or designing a new pattern that fits the…

Idioma do texto original: inglês

atualizado
ocupação
Designers, todos os outros
descrição

Synthesize user research into themes, insights, and recommendations. Use when you have interview transcripts, survey results, usability test notes, support tickets, or NPS responses that need to be distilled into patterns, user segments, and prioritized next…

Idioma do texto original: inglês

atualizado
ocupação
Designers, todos os outros
descrição

Plan, conduct, and synthesize user research. Trigger with "user research plan", "interview guide", "usability test", "survey design", "research questions", or when the user needs help with any aspect of understanding their users through research.

Idioma do texto original: inglês

atualizado
ocupação
Escritores e autoresRedatores técnicos
descrição

Write or review UX copy — microcopy, error messages, empty states, CTAs. Trigger with "write copy for", "what should this button say?", "review this error message", or when naming a CTA, wording a confirmation dialog, filling an empty state, or writing…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Create or evaluate an architecture decision record (ADR). Use when choosing between technologies (e.g., Kafka vs SQS), documenting a design decision with trade-offs and consequences, reviewing a system design proposal, or designing a new component from…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Review code changes for security, performance, and correctness. Trigger with a PR URL or diff, "review this before I merge", "is this code safe?", or when checking a change for N+1 queries, injection risks, missing edge cases, or error handling gaps.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Structured debugging session — reproduce, isolate, diagnose, and fix. Trigger with an error message or stack trace, "this works in staging but not prod", "something broke after the deploy", or when behavior diverges from expected and the cause isn't obvious.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Pre-deployment verification checklist. Use when about to ship a release, deploying a change with database migrations or feature flags, verifying CI status and approvals before going to production, or documenting rollback triggers ahead of time.

Idioma do texto original: inglês

atualizado
ocupação
Redatores técnicos
descrição

Write and maintain technical documentation. Trigger with "write docs for", "document this", "create a README", "write a runbook", "onboarding guide", or when the user needs help with any form of technical writing — API docs, architecture docs, or operational…

Idioma do texto original: inglês

atualizado
ocupação
Administradores de redes e sistemas de computador
descrição

Run an incident response workflow — triage, communicate, and write postmortem. Trigger with "we have an incident", "production is down", an alert that needs severity assessment, a status update mid-incident, or when writing a blameless postmortem after…

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Generate a standup update from recent activity. Use when preparing for daily standup, summarizing yesterday's commits and PRs and ticket moves, formatting work into yesterday/today/blockers, or structuring a few rough notes into a shareable update.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Design systems, services, and architectures. Trigger with "design a system for", "how should we architect", "system design for", "what's the right architecture for", or when the user needs help with API design, data modeling, or service boundaries.

Idioma do texto original: inglês

atualizado
ocupação
Desenvolvedores de software
descrição

Identify, categorize, and prioritize technical debt. Trigger with "tech debt", "technical debt audit", "what should we refactor", "code health", or when the user asks about code quality, refactoring priorities, or maintenance backlog.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de garantia de qualidade de software e testadores
descrição

Design test strategies and test plans. Trigger with "how should we test", "test strategy for", "write tests for", "test plan", "what tests do we need", or when the user needs help with testing approaches, coverage, or test architecture.

Idioma do texto original: inglês

atualizado
ocupação
Funcionários de correspondência
descrição

Generate a daily or weekly digest of activity across all connected sources. Use when catching up after time away, starting the day and wanting a summary of mentions and action items, or reviewing a week's decisions and document updates grouped by project.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de notícias, repórteres e jornalistas
descrição

Combines search results from multiple sources into coherent, deduplicated answers with source attribution. Handles confidence scoring based on freshness and authority, and summarizes large result sets effectively.

Idioma do texto original: inglês

atualizado
ocupação
Analistas de gestão
descrição

Search across all connected sources in one query. Trigger with "find that doc about...", "what did we decide on...", "where was the conversation about...", or when looking for a decision, document, or discussion that could live in chat, email, cloud storage,…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de gestão
descrição

Query decomposition and multi-source search orchestration. Breaks natural language questions into targeted searches per source, translates queries into source-specific syntax, ranks results by relevance, and handles ambiguity and fallback strategies.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em operações de negócios, todos os outros
descrição

Manages connected MCP sources for enterprise search. Detects available sources, guides users to connect new ones, handles source priority ordering, and manages rate limiting awareness.

Idioma do texto original: inglês

atualizado
ocupação
Contadores e auditores
descrição

Support SOX 404 compliance with control testing methodology, sample selection, and documentation standards. Use when generating testing workpapers, selecting audit samples, classifying control deficiencies, or preparing for internal or external audits.

Idioma do texto original: inglês

atualizado
ocupação
Contadores e auditores
descrição

Manage the month-end close process with task sequencing, dependencies, and status tracking. Use when planning the close calendar, tracking close progress, identifying blockers, or sequencing close activities by day.

Idioma do texto original: inglês

atualizado
ocupação
Contadores e auditores
descrição

Generate financial statements (income statement, balance sheet, cash flow) with period-over-period comparison and variance analysis. Use when preparing a monthly or quarterly P&L, closing the books and need to flag material variances, comparing actuals to…

Idioma do texto original: inglês

atualizado
ocupação
Contadores e auditores
descrição

Prepare journal entries with proper debits, credits, and supporting documentation for month-end close. Use when booking accruals, prepaid amortization, fixed asset depreciation, payroll entries, revenue recognition, or any manual journal entry.

Idioma do texto original: inglês

atualizado
ocupação
Contadores e auditores
descrição

Prepare journal entries with proper debits, credits, and supporting detail. Use when booking month-end accruals (AP, payroll, prepaid), recording depreciation or amortization, posting revenue recognition or deferred revenue adjustments, or documenting an…

Idioma do texto original: inglês

atualizado
ocupação
Contadores e auditores
descrição

Reconcile accounts by comparing GL balances to subledgers, bank statements, or third-party data. Use when performing bank reconciliations, GL-to-subledger recs, intercompany reconciliations, or identifying and categorizing reconciling items.

Idioma do texto original: inglês

atualizado
ocupação
Contadores e auditores
descrição

Generate SOX sample selections, testing workpapers, and control assessments. Use when planning quarterly or annual SOX 404 testing, pulling a sample for a control (revenue, P2P, ITGC, close), building a testing workpaper template, or evaluating and…

Idioma do texto original: inglês

atualizado
ocupação
Analistas de orçamento
descrição

Decompose financial variances into drivers with narrative explanations and waterfall analysis. Use when analyzing budget vs. actual, period-over-period changes, revenue or expense variances, or preparing variance commentary for leadership.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em remuneração, benefícios e análise de cargos
descrição

Analyze compensation — benchmarking, band placement, and equity modeling. Trigger with "what should we pay a [role]", "is this offer competitive", "model this equity grant", or when uploading comp data to find outliers and retention risks.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em recursos humanos
descrição

Draft an offer letter with comp details and terms. Use when a candidate is ready for an offer, assembling a total comp package (base, equity, signing bonus), writing the offer letter text itself, or prepping negotiation guidance for the hiring manager.

Idioma do texto original: inglês

atualizado
ocupação
Especialistas em recursos humanos
descrição

Create structured interview plans with competency-based questions and scorecards. Trigger with "interview plan for", "interview questions for", "how should we interview", "scorecard for", or when the user is preparing to interview candidates.

Idioma do texto original: inglês

atualizado
Mostrando 40 de 1.102 skills coletadas.