Top Agent Skills
25790 skills
streaming-debugging
Diagnoses Redpanda broker and cluster health using debug bundles, metrics endpoints, logs, CPU profiling, and partition/raft checks, with triage playbooks for common failure modes.
6 · bundle
connect-cdc-salesforce
Streams Salesforce change data capture and platform events into Redpanda or Kafka using Redpanda Connect's salesforce_cdc input, covering setup, configuration, and operational details.
6 · bundle
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
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
scheduled-flows
Designs and reviews schedule-triggered flows for recurring automation, covering bounded record selection, idempotent processing, and escalation to Apex when volume is too high.
15 · bundle
lwc-record-picker
Guides using the lightning-record-picker base component for single-record selection in LWC, covering display-info, matching-info, graph-QL filters, and accessibility.
15 · bundle
assignment-rules
Configure and troubleshoot Lead or Case assignment rules in Salesforce, including rule entries, queue vs user assignment, trigger contexts, and round-robin patterns with Apex.
15 · bundle
health-cloud-apis
Query healthcare-specific SObjects and use the FHIR R4-aligned Healthcare API, including bundle limits and authentication differences.
15 · bundle
fhir-data-mapping
Maps FHIR R4 clinical resources (Patient, Observation, Condition, CarePlan, CodeableConcept) to Salesforce Health Cloud objects, including prerequisite configuration and cardinality handling.
15 · bundle
restriction-rules
Design and deploy Salesforce restriction rules to subtract record access from users, covering eligibility, criteria syntax, metadata shape, and documented enforcement gaps.
15 · bundle
exception-handling
Guides Apex exception handling design: catching expected failures, bulk DML semantics, boundary-specific error translation, and logging once at the right layer.
15 · bundle
lwc-in-flow-screens
Build, review, or troubleshoot Lightning Web Components that run inside Salesforce Flow screens, covering @api properties, FlowAttributeChangeEvent, validate(), and navigation events.
15 · bundle
cpq-guided-selling
Configures and troubleshoots Salesforce CPQ Guided Selling, covering Quote Process and ProcessInput setup, field mirroring, search types, and Auto Select Product behavior.
15 · bundle
apex-email-services
Implements inbound email processing in Apex: parsing messages, creating or updating records, handling attachments, and configuring Email Service routing.
15 · bundle
fsl-apex-extensions
Writes Apex that calls Field Service Lightning scheduling APIs to book, schedule, grade, or optimize service appointments programmatically, including transaction-splitting patterns to avoid callout-DML conflicts.
15 · bundle
copado-essentials
Configures and troubleshoots Copado Essentials deployment pipelines in Salesforce, covering user stories, branches, promotion paths, conflict resolution, and deployment modes.
15 · bundle
modal
Deploy and scale Python AI/ML workloads on Modal's serverless cloud, including GPU compute, web endpoints, scheduled jobs, and persistent storage.
253 · bundle
lore
Manages a long-term Markdown knowledge base for software projects, capturing architecture, decisions, and conventions in `.lore/` with commands to init, sync, query, audit, compress, and mirror to platform files.
253 · bundle
denario
Automates scientific research workflows from data analysis to publication, orchestrating multiple agents for hypothesis generation, methodology development, computational experiments, and LaTeX paper writing.
253 · bundle
ck-cook
Implements a feature phase by phase from a phased JSON or Markdown plan, with configurable unit-test and quality-gate choices per phase, token-budgeted execution, resumable state, and TDD handoff.
19 · bundle
sr-spec
Turns a brainstorm document into a structured software requirements specification with actors, features, business rules, and non-functional requirements.
19 · bundle
team-dev
Implements backend source code from BA, TechLead, and PM artifacts, generating files, .env.example, and pr-description.md while enforcing security rules.
19 · bundle
srs-generator
Generates an IEEE 830 software requirements specification from raw client input through structured clarification rounds and a review gate.
19 · bundle
reporting
Genera reportes profesionales en HTML, PDF y Markdown, con tablas, gráficos y conclusiones, para presentar análisis de forma clara y reproducible.
0 · bundle
notebook-integration
Guides creating clean, reproducible Jupyter notebooks with structured workflows, best practices, and IPython magic for analysis and presentation.
0 · bundle
ceo-automation
Coordinates startup operations by routing CEO, marketing, sales, launch, and social media tasks to specialized sub-skills, using a project knowledge base and frameworks like OKR and RICE.
2 · bundle
can
Names content by three coordinates: millisecond timestamp, SHA-256 hash, and optional human petname. Verifies content integrity, timestamps events, and maintains a local content store searchable by time, hash, or human words.
1 · bundle
orf-digest
Fetches and summarizes the latest ORF news in German, focusing on Austrian and international politics, and generates a themed studio image.
1 · bundle
pinme
Deploy static websites to IPFS with a single command using the PinMe CLI, auto-detecting the build directory and returning a preview URL.
1 · bundle
vgl
Generates structured VGL JSON prompts for Bria's FIBO image generation models, covering text-to-image, editing, inpainting, outpainting, and captioning with a deterministic schema.
1 · bundle
ga4
Query Google Analytics 4 (GA4) data via the Analytics Data API. Use when you need to pull website analytics like top pages, traffic sources, user counts, sessions, conversions, or any GA4 metrics/dimensions. Supports custom date ranges and filtering.
1 · bundle
moltr
Enables AI agents to post, reblog, tag, and interact on the moltr social platform via a CLI tool, with feeds, discovery, asks, and profile management.
1 · bundle
mxe
Converts Markdown files to PDF, DOCX, or HTML with table of contents, custom fonts, Mermaid diagrams, and web article downloading.
1 · bundle
gstd-a2a-network
Connects agents to the GSTD Grid via MCP tools for autonomous payments, task discovery, and shared knowledge storage.
1 · bundle
jira
Manage Jira issues, boards, sprints, and projects via the jira-cli. Search, create, update, and transition issues directly from the command line.
1 · bundle
plaid
Interact with the Plaid finance platform via a CLI to link institutions, fetch account balances, and query transactions by date range.
1 · bundle
loom
Manage Loom video recordings via the Loom API, including listing, retrieving details and transcripts, updating, deleting, and fetching analytics.
1 · bundle
second-brain
Builds a personal knowledge base for capturing and retrieving understanding, with structured namespaces for concepts, tools, patterns, and references.
1 · bundle
kradleverse-init
Registers an AI agent on the Kradleverse platform, checking existing credentials, verifying name availability, and saving the API key locally.
1 · bundle
tldw
Extracts YouTube video transcripts and produces structured summaries with main points, key arguments, and conclusions.
1 · bundle
flow-audit
Operates the PWDEV Flow semantic audit trail: enable, record, query, summarize, or verify JSONL workflow events with integrity checks.
2 · bundle
flow-compat
Routes legacy PWDEV Code command intents to their canonical PWDEV Flow skills, preserving history when adopting an existing .planning workspace.
2 · bundle
flow-verify
Adversarially verify an implementation against its objective, acceptance criteria, definition of done, and prohibitions using fresh evidence. Use for completion gates, release readiness, or independent verification after implementation and review.
2 · bundle
tidy
Refactors production code with test coverage using a TDD workflow that applies approved refactorings one at a time, gates each on passing tests, and commits or reverts accordingly.
7 · bundle
onboard
Generates a comprehensive ONBOARDING.md for a codebase, covering architecture, key files, setup, and common gotchas.
7 · bundle
stop-slop
Remove AI writing patterns from prose by cutting filler phrases, breaking formulaic structures, and enforcing active voice and specificity.
7 · bundle
outcome-review
Runs a post-launch review of a shipped PRD against its success metrics, interviewing the user on metric movement, assumptions, and decisions, then publishing an outcome-review page to Confluence and updating linked artifacts.
7 · bundle
chief
Provides notes and a workflow for opening a brokerage account online from mainland China, including required documents and funding details.
2 · bundle
firecrawl
Search the web, scrape pages, crawl sites, and interact with dynamic content via the Firecrawl CLI, returning clean markdown for LLM contexts.
2 · bundle
perplexity-search
Performs AI-powered web searches with real-time information using Perplexity models via LiteLLM and OpenRouter, providing grounded answers with source citations.
2 · bundle
keria-plus-pickup
Automates bulk pickup from plus.keria.cc.cd by submitting codes to a multipart form, downloading the resulting ZIP, and unpacking it locally with a choice of plus_json or sub2api output bundles.
0 · bundle
music-ingestion-publisher
Ingests music into a LanceDB via ncmdump-rs and sf-cli, searching and downloading from Netease Cloud Music or Bilibili, decrypting local NCM files, and extracting metadata, lyrics, and cover art.
0 · bundle
submitting-llm-gateway-account-batches
Queues many Codex auth JSON files through a public batch submission API to create pending account-contribution requests for later admin review, with dry-run support and rate-limit handling.
0 · bundle
wgs-prs
Takes raw whole-genome sequencing FASTQ files or a pre-existing VCF through variant calling, quality control, and polygenic risk score computation using the PGS Catalog.
17 · bundle
flow-bio
Authenticate, browse pipelines, samples, and projects, upload data, launch pipeline executions, and check run status on any Flow.bio instance via CLI.
17 · bundle
gwas-lookup
Queries 9 genomic databases in parallel for a given rsID, returning unified GWAS, PheWAS, eQTL, and fine-mapping reports.
17 · bundle
gi-chromatin
Predicts chromatin state across 919 tracks (histone marks, DNase, TF binding) for DNA sequences via the hosted Genomic Intelligence API, producing a report and JSON results.
17 · bundle
paper-write
Drafts a LaTeX paper section by section from an outline, with venue-specific templates and citation management.
0 · bundle
aws
Design and implement AWS architectures with best practices for IAM, S3, Lambda, DynamoDB, and serverless deployments.
1 · bundle
ansible
Provides guidance and best practices for working with Ansible, covering core concepts, patterns, troubleshooting, and deployment strategies.
1 · bundle