Latest Agent Skills

25788 skills

pranavnagrecha
Person Accounts
Enables, configures, and troubleshoots Salesforce Person Accounts, covering data model design, IsPersonAccount flag handling, reporting impact, migration planning, and integration requirements.
15 · bundle
pranavnagrecha
Npsp Data Model
Understand and query the NPSP data model, including namespace prefixes, GAU allocations, recurring donations, relationships, and affiliations.
15 · bundle
pranavnagrecha
Mcae Pardot API
Integrates with the Account Engagement (Pardot) REST API v5 to authenticate via Salesforce OAuth, perform CRUD on Prospects, query Visitors and Visitor Activities, configure Form Handlers, and handle cursor-based pagination.
15 · bundle
pranavnagrecha
Governor Limits
Designs bulk-safe, limit-aware Apex transactions to prevent Salesforce governor limit errors, covering SOQL, DML, CPU, heap, and async patterns.
15 · bundle
pranavnagrecha
Formula Fields
Design, review, and troubleshoot Salesforce formula fields with guidance on null handling, cross-object references, and performance.
15 · bundle
pranavnagrecha
Lwc Performance
Optimizes Lightning Web Components for slow initial load, heavy rerenders, large-list rendering, payload reduction, and lazy instantiation choices such as lwc:if, tabs, or dynamic components.
15 · bundle
pranavnagrecha
Lifecycle Hooks
Builds memory-safe, performant Lightning Web Components with correct lifecycle hook usage, covering build, review, and troubleshooting workflows.
15 · bundle
pranavnagrecha
Flow For Slack
Guides Salesforce Flow builders through the Flow Core Actions for Slack catalog, covering prerequisites, common patterns, and troubleshooting for sending messages and managing channels.
15 · bundle
pranavnagrecha
Flow Debugging
Diagnose Salesforce Flows that fail to run, produce wrong results, or error out, using debug mode, interview logs, fault emails, and test suites.
15 · bundle
pranavnagrecha
Fault Handling
Design, review, and troubleshoot Salesforce Flow fault handling with error logging and bulk-safe automation paths.
15 · bundle
pranavnagrecha
Fsc Data Model
Explains the Financial Services Cloud data model, covering managed-package and Core FSC object structures, household relationships, financial account ownership, and the rollup framework, with SOQL query patterns.
15 · bundle
pranavnagrecha
Cpq Data Model
Maps the Salesforce CPQ managed-package object graph (SBQQ__ namespace) and explains when to use the CPQ Quote API for programmatic writes instead of direct DML.
15 · bundle
pranavnagrecha
Platform Cache
Guides the design and review of Salesforce Platform Cache usage in Apex, covering org versus session cache, cache-aside patterns, invalidation, and safe key design.
15 · bundle
pranavnagrecha
Sharing Rules
Design, create, and manage Salesforce sharing rules to grant record access beyond the role hierarchy, covering owner-based, criteria-based, and guest user rules.
15 · bundle
pranavnagrecha
Scoping Rules
Configures Salesforce scoping rules to set a default filtered view of records in list views, reports, and SOQL without removing user access.
15 · bundle
pranavnagrecha
Lwc Lds Writes
Creates, updates, and deletes Salesforce records from Lightning Web Components using Lightning Data Service, covering record input shapes, error handling, and cache refresh strategies.
15 · bundle
pranavnagrecha
Lwc Data Table
Guides Lightning Web Component developers in setting up lightning-datatable with stable row identity, typed columns, row actions, inline edit, and bounded infinite loading.
15 · bundle
pranavnagrecha
Soql Security
Prevents SOQL injection and enforces CRUD, FLS, and sharing in Apex queries, with guidance for building, reviewing, and troubleshooting secure data access.
15 · bundle
pranavnagrecha
Salesforce
Routes Salesforce, Force.com, and Lightning Platform questions to the correct skill package from a library of over 1,000 domain-specific skills, covering Apex, SOQL, Flow, LWC, and more.
15
pranavnagrecha
Lwc Light Dom
Use Light DOM in LWC when third-party libraries or global CSS require document-level access, with guidance on scoped styles and managed-package constraints.
15 · bundle
pranavnagrecha
Drag And Drop
Implements accessible drag-and-drop in Lightning Web Components using the HTML5 Drag and Drop API, with keyboard alternatives, live-region announcements, and file drop zones.
15 · bundle
pranavnagrecha
Screen Flows
Guides the design and review of interactive Salesforce Flow screens, covering navigation, validation, component choice, and commit timing to avoid common UX failures.
15 · bundle
pranavnagrecha
Flow Testing
Defines a test strategy for Salesforce Flow, combining declarative Flow Tests, debug runs, path matrices, test data, and boundary tests for Apex, LWC, and external services.
15 · bundle
pranavnagrecha
Dynamic Apex
Builds and reviews Apex code that constructs SOQL/SOSL at runtime, inspects schema metadata, and accesses fields dynamically, with guidance on injection prevention and FLS enforcement.
15 · bundle
pranavnagrecha
Lwc Security
Guides secure design and review of Lightning Web Components, covering DOM safety, Apex data exposure, and Lightning Web Security.
15 · bundle
pranavnagrecha
Lwc Testing
Writes Jest unit tests for Lightning Web Components using @salesforce/sfdx-lwc-jest, covering wire adapter mocks, imperative Apex mocking, and async rerender handling.
15 · bundle
pranavnagrecha
Async Apex
Selects and reviews Queueable, Batch, Future, and Schedulable Apex for callouts, large data processing, retries, and background work, with decision guidance and validation checklists.
15 · bundle
tinh2
Walkthrough
Launches a Flutter app on a simulator or emulator, generates and runs exhaustive integration tests covering every screen, button, form, and user flow, then self-heals failures.
13
tinh2
Mobile Test
Generates a complete mobile test suite for Flutter, React Native, iOS, or Android apps, covering unit, widget, integration, snapshot, accessibility, and platform-specific tests, then runs them with a self-healing loop.
13
tinh2
Idea To Prd
Turns a raw idea, brain dump, or conversation into a complete PRD with mandatory acceptance criteria and measurable success metrics. Extracts the problem, target users, and jobs-to-be-done, runs a quick competitive scan (web if available, logged as a gap if not), drafts the full PRD (problem, personas, user stories.
13
tinh2
Pentest
Performs a static-analysis penetration test to find exploitable vulnerabilities, providing proof-of-concept payloads and fixes. Covers injection, XSS, authentication bypass, authorization flaws, path traversal, command injection, CSRF, SSRF, hardcoded secrets, and insecure deserialization, with a full attack surface.
13
tinh2
Pci Dss
Audits codebases against PCI DSS v4.0, scanning for PAN patterns, CVV storage, and all 12 requirements including network security, encryption, access control, and logging. Estimates SAQ type for payment-handling systems.
13
tinh2
Skill Stack
Classifies a repository into one of six archetypes and installs a curated bundle of agent skills covering build, test, review, deploy, and docs, with a user-visible manifest and a recorded stack file.
13
tinh2
Skill Scout
Scans a project for stack signals and pain points, searches the skills-hub registry and local skills, scores candidates, and presents a ranked shortlist with install commands.
13
tinh2
Save Tokens
Builds a local knowledge graph of a codebase using tree-sitter and graph algorithms, then answers architecture questions by querying the graph instead of reading many files, saving tokens.
13
tinh2
Gen Catalog
Discovers installed skills and generates a catalog in README, JSON, or HTML format, updating documentation and optionally committing changes.
13
tinh2
Blog Writer
Writes human-sounding, SEO-optimized blog posts for skills-hub.ai in tutorial, deep-dive, opinion, listicle, or case-study styles.
13
tinh2
Terraform
Generates modular Terraform infrastructure-as-code for AWS, GCP, or Azure, including VPC, compute, database, cache, CDN, and monitoring with per-environment sizing, remote state, and cost estimates.
13
tinh2
Free Keys
Provisions free LLM API keys from 20+ providers, health-checks existing keys, opens signup pages, validates new keys, and saves them to your project.
13
tinh2
Launch Kit
Builds a complete launch package for an app, tool, or library: product audit, positioning, landing copy, store listings, Product Hunt and Show HN drafts, a 14-post social calendar, SEO baseline fixes, and a launch-day runbook, all written to a launch/ directory.
13
tinh2
Impact Org
Audits nonprofit operations across impact measurement, fundraising, grant management, and donor retention, producing a prioritized fix plan.
13
tinh2
Metrics
Mines git history to compute development quality, velocity, and stability metrics, compares them against stored baselines, and tracks improvement over time.
13
tinh2
Game AI
Analyzes game AI systems in a codebase, covering behavior trees, finite state machines, GOAP, utility AI, pathfinding, steering, perception, difficulty adaptation, NPC dialogue, and AI debugging tools for Unity, Unreal, and Godot projects.
13
tinh2
Dep Map
Analyzes dependencies between stories, code modules, tickets, or specs to compute an optimal implementation order with parallel batches, cycle detection, and critical path analysis.
13
tinh2
Compete
Researches competitors, compares features, pricing, and tech stacks, then produces a prioritized gap analysis with actionable roadmap.
13
tinh2
Analyze
Runs a deep cross-layer consistency audit across a codebase, tracing features from UI to database to find broken wiring, missing handlers, model mismatches, and security gaps, then auto-fixes critical and warning issues.
13
tinh2
Mobile Sweep
Runs a headless-Chromium sweep at phone/tablet widths to catch off-screen overflow, tiny touch targets, clipped text, and oversized modals, then reports each offender with a screenshot and a concrete fix.
13 · bundle
tinh2
Design Setup
Scans a codebase to extract design tokens, typography, colors, spacing, and brand patterns, then writes a Design Context section to CLAUDE.md without asking questions.
13
tinh2
Design Color
Adds strategic color to monochromatic or dull interfaces using oklch for perceptually uniform palettes, generating harmonious color systems with automatic light/dark variants and accessible contrast ratios.
13
tinh2
Design Build
Builds production-grade web or mobile interfaces with distinctive design, modern CSS, and purposeful motion, inferring intent from the codebase without asking questions.
13
tinh2
Design Audit
Audits design quality across accessibility, performance, theming, and responsiveness, producing a prioritized report with severity ratings and fix recommendations.
13
tinh2
Design Adapt
Audits and fixes interfaces to adapt across screen sizes and input modalities using container queries, adaptive navigation, and platform-aware layouts for web, mobile, tablet, and desktop.
13
tinh2
Test Suite
Analyzes test coverage across unit, integration, E2E, load, visual regression, contract, and accessibility dimensions, scores health, and routes remediation to specific testing sub-skills.
13
tinh2
Docs Grill
Interrogates a plan against real third-party documentation, extracting hard constraints and asking doc-cited questions before producing a constraints appendix.
13
tinh2
Secure
Performs a full-stack security posture assessment with 0-100 risk scoring, scanning dependencies, code patterns, configuration, and data handling, then produces a prioritized report and routes to specialized skills.
13
tinh2
Broken Links
Scans a codebase for broken links and references, auto-fixes what it can, and flags what needs human review.
13
tinh2
Balance Test
Analyzes game balance by extracting stats from code and running mathematical simulations, including DPS tier lists, TTK matrices, EHP comparisons, economy stress tests, progression pacing, and Monte Carlo RNG simulations.
13
tinh2
Dx
Audits a project's developer experience by scoring devcontainer, git hooks, linting, build caching, environment setup, and release pipeline, then generates a DX health report with prioritized recommendations.
13
tinh2
Skill Test
Validate SKILL.md files against a quality rubric, scoring schema and instruction structure out of 100 and reporting a pass/fail verdict with specific fixes.
13
tinh2
Pitch Deck
Builds an investor, product, or sales pitch deck as a PPTX file from a written brief, extracting fundamentals, flagging gaps as TODOs, drafting slides with speaker notes, and rendering with python-pptx.
13