Transparent ranking

Recently updated Agent Skills

Source records with recent activity, useful for finding maintained work without treating freshness as proof of quality.

Status
Live
Entries
30
Refresh
Daily snapshot
  1. 018-bit-orbit-video-templateTop signalHyperframes-based video template for retro pixel deck motion design. Use when users want a high-fidelity, multi-scene HTML-to-video composition with advanced transitions, interactive preview controls, and ready-to-render default style.nexu-io/open-design2026-07-28Source updated
  2. 02a2a-bridgeTop signalDiscover and call text or structured JSON A2A agents through the Hermes A2A Bridge.asimons81/hermes-a2a-bridge2026-07-28Source updated
  3. 03abnormalTop signalThe full Abnormal Security REST API as an agent-ready CLI - with a local threat store, ranked SOC triage, and one-shot reporting no SOAR pack offers. Trigger phrases: `triage abnormal threats`, `remediate a phishing campaign in abnormal`, `abnormal email threat report`, `check account takeover risk for an employee`, `vendor email compromise check`, `use abnormal security`, `run abnormal-cli`.Servosity/msp-skills2026-07-28Source updated
  4. 04accessibility-auditorUse when reviewing UI for accessibility — WCAG 2.2 AA, keyboard nav, focus, ARIA, contrast, screen-reader semantics — even on 'is this a11y-OK?' or 'mach das barrierefrei'.event4u-app/agent-config2026-07-28Source updated
  5. 05acquire-codebase-knowledgeUse this skill when the user explicitly asks to map, document, or onboard into an existing codebase. Trigger for prompts like "map this codebase", "document this architecture", "onboard me to this repo", or "create codebase docs". Do not trigger for routine feature implementation, bug fixes, or narrow code edits unless the user asks for repository-level discovery.github/awesome-copilot2026-07-28Source updated
  6. 06acreadiness-assessRun the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at reports/index.html. Wraps `npx github:microsoft/agentrc readiness` and hands off rendering to the @ai-readiness-reporter custom agent. Supports policies (--policy) for org-specific scoring. Use when asked to assess, audit, or score the AI readiness of a repo.github/awesome-copilot2026-07-28Source updated
  7. 07acreadiness-generate-instructionsGenerate tailored AI agent instruction files via AgentRC instructions command. Produces .github/copilot-instructions.md (default, recommended for Copilot in VS Code) plus optional per-area .instructions.md files with applyTo globs for monorepos. Use after running /acreadiness-assess to close gaps in the AI Tooling pillar.github/awesome-copilot2026-07-28Source updated
  8. 08acreadiness-policyHelp the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.github/awesome-copilot2026-07-28Source updated
  9. 09acronisThe first real CLI for the Acronis Cyber Protect Cloud platform - every tenant, agent, and usage metric mirrored locally, with cross-tenant rollups no single API call returns. Trigger phrases: `acronis backup health across tenants`, `find offline acronis agents`, `acronis usage and billing report`, `which acronis customers aren't protected`, `acronis agent version compliance`, `use acronis cyber protect`, `run acronis-cli`.Servosity/msp-skills2026-07-28Source updated
  10. 10action1Every Action1 endpoint, plus the fleet-wide patch and vulnerability views the org-siloed API cannot give you. Trigger phrases: `action1 patch posture`, `which endpoints are missing patches`, `triage action1 vulnerabilities`, `find stale action1 agents`, `action1 fleet view across organizations`, `use action1`, `run action1-cli`.Servosity/msp-skills2026-07-28Source updated
  11. 11activation-designUse when defining or auditing the activation event — aha-moment selection, retention correlation, falsifiable definition. Triggers on 'what is our aha moment', 'redefine activation'.event4u-app/agent-config2026-07-28Source updated
  12. 12ad-campaign-analyzerUse this skill when the user shares ad campaign performance data and asks what to cut, scale, or test. Trigger for prompts like "analyze my ad campaigns", "where am I wasting ad spend", "reallocate my ad budget", "which ads are actually working", or "ROAS analysis". Do not trigger for campaign planning or creative generation without performance data.github/awesome-copilot2026-07-28Source updated
  13. 13ad-creativeGenerate and iterate ad creative including headlines, descriptions, and primary text. Useful for paid social and search ad iteration.nexu-io/open-design2026-07-28Source updated
  14. 14adaptyvHow to use the Adaptyv Bio Foundry API and Python SDK for protein experiment design, submission, and results retrieval. Use this skill whenever the user mentions Adaptyv, Foundry API, protein binding assays, protein screening experiments, BLI/SPR assays, thermostability assays, or wants to submit protein sequences for experimental characterization. Also trigger when code imports `adaptyv`, `adaptyv_sdk`, or `FoundryClient`, or references `foundry-api-public.adaptyvbio.com`.K-Dense-AI/scientific-agent-skills2026-07-28Source updated
  15. 15add-cli-optionHow to convert a hardcoded CLI flag into a proper `AnyRemotionOption`, or add a brand new one.MoizIbnYousaf/marketing-cli2026-07-28Source updated
  16. 16add-educational-commentsAdd educational comments to the file specified, or prompt asking for file to comment if one is not provided.github/awesome-copilot2026-07-28Source updated
  17. 17add-expertAdd a new expert to the Remotion experts pageMoizIbnYousaf/marketing-cli2026-07-28Source updated
  18. 18add-new-package1. **Create `packages/<name>/`** with these files:MoizIbnYousaf/marketing-cli2026-07-28Source updated
  19. 19add-sfxAdd a new sound effect to @remotion/sfxMoizIbnYousaf/marketing-cli2026-07-28Source updated
  20. 20adobe-illustrator-scriptingWrite, debug, and optimize Adobe Illustrator automation scripts using ExtendScript (JavaScript/JSX). Use when creating or modifying scripts that manipulate documents, layers, paths, text frames, colors, symbols, artboards, or any Illustrator DOM objects. Covers the complete JavaScript object model, coordinate system, measurement units, export workflows, and scripting best practices.github/awesome-copilot2026-07-28Source updated
  21. 21adr-createUse when capturing an architectural decision — file naming, next ADR number, Status / Context / Decision / Consequences, index regen; fires even without saying 'ADR'.event4u-app/agent-config2026-07-28Source updated
  22. 22adversarial-reviewONLY on a request for adversarial review, devil's advocate, stress-test, or honest critique ('poke holes', 'be brutal', 'was hältst du davon') — NOT routine code/design review.event4u-app/agent-config2026-07-28Source updated
  23. 23aeonThis skill should be used for time series machine learning tasks including classification, regression, clustering, forecasting, anomaly detection, segmentation, and similarity search. Use when working with temporal data, sequential patterns, or time-indexed observations requiring specialized algorithms beyond standard ML approaches. Particularly suited for univariate and multivariate time series analysis with scikit-learn compatible APIs.K-Dense-AI/scientific-agent-skills2026-07-28Source updated
  24. 24afiThe first CLI for Afi SaaS backup - full public-API coverage plus the fleet-wide coverage, staleness, and offboarding answers the rate-limited API can't serve live. Trigger phrases: `check afi backup coverage`, `which mailboxes aren't backed up in afi`, `afi fleet health`, `offboard a user from afi backup`, `afi backup stale check`, `use afi`, `run afi-cli`.Servosity/msp-skills2026-07-28Source updated
  25. 25after-hours-editorial-templateLuxury dark-editorial HyperFrames template for three-page cinematic storyboards, inspired by haute couture title cards and magazine chapter spreads. Use when the user asks for premium fashion-style motion pages, moody serif-led storytelling, or a high-end dark presentation aesthetic with rich transitions.nexu-io/open-design2026-07-28Source updated
  26. 26agent-browserBrowser automation CLI for AI agents. Use when the user needs to inspect, test, or automate browser behavior: navigating pages, filling forms, clicking buttons, taking screenshots, extracting page data, reading selected Open Design browser-tab context, testing web apps, dogfooding Open Design previews, QA, bug hunts, or reviewing app quality. Prefer local Open Design preview URLs unless the user explicitly asks for external browsing.nexu-io/open-design2026-07-28Source updated
  27. 27agent-browserDrive a real browser to inspect or interact with a web page or app — navigate, take screenshots, read console and network, fill simple forms — for verification tasks, not unattended automation.paperclipai/paperclip2026-07-28Source updated
  28. 28agent-docs-writingUse when reading, creating, or updating agent documentation, module docs, roadmaps, or AGENTS.md. Understands the full .augment/, agents/, and copilot-instructions structure.event4u-app/agent-config2026-07-28Source updated
  29. 29agent-email-inboxUse when setting up a secure email inbox for any AI agent — configuring inbound email via Resend, webhooks, tunneling for local development, and implementing security measures to prevent prompt injection attacks. Also use when someone mentions 'agent email', 'bot inbox', 'receive emails for agent', 'agent webhook', 'email security for AI', 'prompt injection via email', 'inbound email for bot', or wants their AI agent to receive and respond to emails securely.MoizIbnYousaf/marketing-cli2026-07-28Source updated
  30. 30agent-git-oracleAdvanced repository analysis and refactoring guide. Identifies technical debt and architectural anti-patterns using AI reasoning.yun520-1/mark-heartflow-skill2026-07-28Source updated
How to read this board

Entries are ordered by the most recent source-repository activity recorded in the catalog. Freshness is a maintenance clue. It does not prove the Skill changed, improved, or remains compatible.

Trend and repository metrics belong to the source repository. They do not prove that an individual Skill is safe, effective, or compatible with your environment.