Aman Prajapat
Community@amanpraaj
Aman Prajapat's registry hosts 73 Salesforce development skills spanning Apex, LWC, Agentforce agents, Data Cloud pipelines, OmniStudio, and DevOps deployment.
Agent Skills by Aman Prajapat
Showing 73 vetted skills indexed across 1 GitHub repositories.
salesforce-auto-router
Routes Salesforce task requests to specialized skills using manifest-based scoring.
sf-diagram-mermaid
Generates Salesforce architecture diagrams in Mermaid syntax with ASCII fallback output.
sf-ai-agentforce-persona
Designs and encodes AI agent personas for Salesforce Agentforce using a 12-dimension framework.
sf-ai-agentforce-observability
Extract and analyze Agentforce session tracing telemetry from Salesforce Data Cloud into Parquet datasets.
sf-data
Create, bulk-load, validate, and clean up Salesforce org data using sf CLI commands.
sf-industry-commoncore-flexcard
Creates and validates OmniStudio FlexCard definitions with Integration Procedure data binding and 130-point scoring.
testing-agentforce
Write, run, and analyze structured test suites for Salesforce Agentforce agents.
salesforce-incident-rollback
Executes incident-driven rollback and service restoration workflows for Salesforce releases.
sf-flex-estimator
Estimates Salesforce Flex Credit costs for Agentforce and Data Cloud workloads.
sf-flow
Creates and validates Salesforce Flow XML with 110-point scoring across six quality categories.
uplifting-components-to-slds2
Migrate Lightning Web Components from SLDS 1 to SLDS 2 using linter-driven styling hook fixes.
sf-industry-commoncore-integration-procedure
Creates and validates OmniStudio Integration Procedures with 110-point scoring across six categories.
generating-ui-bundle-features
Installs pre-built authentication and search features into Salesforce UI bundle apps via CLI.
sf-datacloud
Orchestrates multi-phase Salesforce Data Cloud workflows using the sf data360 CLI runtime.
sf-deploy
Orchestrates Salesforce metadata deployments, validation, and CI/CD workflows using sf CLI v2.
implementing-ui-bundle-file-upload
Implements file uploads in Salesforce UI bundle React apps using the upload() API with progress tracking.
salesforce-data-migration-orchestrator
Plan and execute Salesforce data migrations with staged loads, reconciliation, and cutover controls.
sf-ai-agentforce-testing
Tests Salesforce Agentforce agents via CLI test specs and multi-turn Agent Runtime API scenarios.
generating-lightning-app
Generates complete Salesforce Lightning Experience applications from natural language descriptions.
sf-industry-cme-epc-model
Creates Salesforce Industries EPC Product2 offer bundles, attributes, and companion DataPack JSON artifacts.
generating-flow
Generate Salesforce Flow metadata XML through a mandatory three-step MCP pipeline.
generating-flexipage
Generate and validate Salesforce Lightning FlexiPage XML using CLI templates.
sf-metadata
Generates and queries Salesforce metadata XML including custom objects, fields, validation rules, and permission sets.
building-ui-bundle-app
Orchestrates phased construction of complete Salesforce React UI bundle applications from natural language descriptions.
Frequently Asked Questions About Aman Prajapat
FAQPage SchemaWhat tasks can I accomplish with amanpraaj's Salesforce skills?▼
You can generate Apex, SOQL, Flows, LWC components, and metadata XML; build and test Agentforce agents; run Data Cloud connect-to-act pipelines; create OmniStudio OmniScripts, FlexCards, and Integration Procedures; and manage deployments, permissions, OAuth Connected Apps, and debug log analysis.
Who are these skills designed for?▼
Salesforce developers, architects, and DevOps engineers working on Apex/LWC code, Agentforce agent builders designing personas and deterministic Agent Script agents, Data Cloud engineers managing ingestion and segmentation, and Industries consultants configuring OmniStudio and EPC product catalogs.
What are the runtime prerequisites for these skills?▼
Most skills require Salesforce CLI (sf) v2+. Agentforce skills need API v66.0+ and an Agentforce license; Data Cloud skills require a Data Cloud-enabled org plus the external community sf data360 plugin; Mermaid diagrams need a Mermaid-capable renderer; B2B Commerce requires Commerce licenses and Experience Cloud.
Are these skills open source and what licenses apply?▼
Yes, the skills are free and open source. The majority carry the MIT license, while the developing-agentforce, testing-agentforce, observing-agentforce, and creating-b2b-commerce-store skills use Apache-2.0. No paid tooling beyond required Salesforce org licenses is needed.
How do the skills handle testing and production observability?▼
sf-testing and generating-apex-test run Apex tests with coverage analysis and test-fix loops. testing-agentforce executes AiEvaluationDefinition YAML suites via sf agent test commands, while observing-agentforce and sf-ai-agentforce-observability analyze production STDM session traces stored as Parquet using Polars.