Labsco

Agent Skills

Instruction packs that give your AI agent know-how. Three different kinds — pick the right one below.

apollographql · Development

1,311 standalone skills
microsoft logo

continual-learning

2,676

by microsoft

Guide for implementing continual learning in AI coding agents — hooks, memory scoping, reflection patterns. Use when setting up learning infrastructure for agents.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

wiki-vitepress

2,676

by microsoft

Packages generated wiki Markdown into a VitePress static site with dark theme, dark-mode Mermaid diagrams with click-to-zoom, and production build output. Use when the user wants to create a browsable website from generated wiki pages.

🔥🔥🔥✓ VerifiedFreeQuick setup
flutter logo

natural-writing

2,585

by flutter

Contains well-defined rules for creating natural, accurate, and readable writing. Use whenever authoring longer text, like analysis documents, PR or CL descriptions, or documentation.

flutter logo

grill-with-docs

2,585

by flutter

Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.

flutter logo

NotInvalid

2,585

by flutter

A deliberately broken fixture used by example/README.md to show what each rule's error output looks like.

flutter logo

dart-skills-lint-setup

2,585

by flutter

Use this skill when you need to set up validation for AI agent skills in a Dart project for the first time. Adds the linter as a dev_dependency, creates a configuration file, and generates a baseline for legacy repos.

flutter logo

dart-skills-lint-integration

2,585

by flutter

How to integrate, update, and configure the dart_skills_lint validation tool within a repository. Make sure to use this skill whenever the user asks to update dart_skills_lint, configure skills validation tests, fix skills linter dependency drifts, verify repository state before editing, optimize lint rules execution, or draft pull request submission commands.

flutter logo

valid

2,585

by flutter

Reference fixture for dart_skills_lint. Demonstrates a SKILL.md that passes every default rule: hyphen-lowercase name matching the parent directory, a properly sized description, and no other frontmatter fields that would trigger the disallowed-field check.

flutter logo

code-review

2,585

by flutter

Performs a comprehensive, multi-step code review of pull requests or local code changes, using iterative refinement (generation, critique, synthesis) to ensure high-quality, actionable feedback. Use when you need to review code changes thoroughly.

expo logo

expo-observe

2,160

by expo

Use for anything related to EAS Observe — adding `expo-observe` to an Expo project (AppMetricsRoot/ObserveRoot HOC, markInteractive, the useObserve hook, the Expo Router / React Navigation integrations for per-route metrics, and user-defined events via `Observe.logEvent`), querying via the EAS CLI (`eas observe:metrics-summary`, `observe:metrics`, `observe:routes`, `observe:events`, `observe:versions`), or interpreting the resulting metrics (cold/warm launch, TTR, TTI, navigation cold/warm TTR,

expo logo

expo-examples

2,160

by expo

Expo's official example projects — the expo/examples repo of ~70 `with-*` integrations (Stripe, Clerk, Supabase, OpenAI, maps, Reanimated, SQLite, Skia, NativeWind, and more). Use when integrating a third-party library or service into an existing Expo app and you want the canonical, version-matched pattern to adapt, or when scaffolding a new project from one with `npx create-expo --example`.

expo logo

expo-brownfield

2,160

by expo

Integrate Expo and React Native into an existing native iOS or Android app. Use when the user mentions brownfield, embedding React Native in a native app, AAR/XCFramework, or adding Expo to an existing Kotlin/Swift project. Covers both the isolated approach and the integrated approach.

expo logo

eas-simulator

2,160

by expo

Run and control a user's app on a remote iOS/Android simulator hosted on EAS cloud. Always read before executing any `eas simulator:*` commands — it has the current syntax for this experimental API. Use whenever the user needs a simulator they can't run locally — 'run my app on a cloud simulator', 'use eas simulator to run/install/screenshot my app', 'I'm on Linux/Cursor and need an iOS device', 'no sim on this box / headless CI', 'let an agent click through my app and screenshot it', 'test my d

expo logo

native-data-fetching

2,160

by expo

Use when implementing or debugging ANY network request, API call, or data fetching. Covers fetch API, React Query, SWR, error handling, caching, offline support, and Expo Router data loaders (`useLoaderData`).

🔥🔥🔥✓ VerifiedFreeQuick setup
expo logo

expo-tailwind-setup

2,160

by expo

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling

🔥🔥🔥✓ VerifiedFreeQuick setup
expo logo

building-native-ui

2,160

by expo

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
expo logo

use-dom

2,160

by expo

Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.

🔥🔥🔥✓ VerifiedFreeQuick setup
expo logo

expo-ui

2,160

by expo

Build native UI with the @expo/ui package: real SwiftUI on iOS and Jetpack Compose on Android rendered from React in an Expo or React Native app. Covers universal cross-platform components (Host, Column, Row, Button, Text, List, and more imported from @expo/ui), drop-in replacements for popular React Native community libraries (BottomSheet, DateTimePicker, Slider, Menu, etc.), and platform-specific SwiftUI (@expo/ui/swift-ui, iOS only) and Jetpack Compose (@expo/ui/jetpack-compose, Android only)

expo logo

expo-skill-eval

2,160

by expo

Evaluate Expo skills in this repo end-to-end - trigger accuracy, generated code quality, and runtime screenshots on iOS simulator and Android emulator via Expo Go (web optional). Use when the user wants to eval an Expo skill, test that a skill produces working code, benchmark a skill with device screenshots, or verify a skill's output renders correctly.

expo logo

add-app-clip

2,160

by expo

Add an iOS App Clip target to an Expo app. Use when the user mentions App Clip, AASA, apple-app-site-association, appclips, smart app banner, or wants to ship a lightweight iOS Clip invoked from a URL alongside their parent app.

expo logo

web-to-native

2,160

by expo

Migrate an existing web React app to a native iOS/Android app with Expo. Use when the user wants to turn a website into a mobile app, port a Next.js/Vite/CRA React codebase to React Native, reuse web code on native incrementally, or asks how web idioms (the DOM, CSS, React Router, localStorage, window) map to native. This is the end-to-end migration guide; use the `use-dom` skill for the DOM-component mechanism itself.

WordPress logo

blueprint

1,809

by wordpress

Use when creating, editing, or reviewing WordPress Playground blueprint JSON files. Triggers on mentions of blueprints, playground configuration, or requests to set up a WordPress demo environment.

🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wp-interactivity-api

1,809

by wordpress

Use when building or debugging WordPress Interactivity API features (data-wp-* directives, @wordpress/interactivity store/state/actions, block viewScriptModule integration, wp_interactivity_*()) including performance, hydration, and directive behavior.

🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wp-abilities-api

1,809

by wordpress

Use when working with the WordPress Abilities API (wp_register_ability, wp_register_ability_category, /wp-json/wp-abilities/v1/*, @wordpress/abilities) including defining abilities, categories, meta, REST exposure, and permissions checks for clients.

🔥🔥🔥✓ VerifiedFreeQuick setup
WordPress logo

wp-plugin-directory-guidelines

1,809

by wordpress

Use when reviewing WordPress plugins for GPL compliance, checking license headers or compatibility, evaluating upsell/freemium/trialware patterns, validating plugin naming or trademark rules, checking plugin slugs, understanding why a plugin was rejected from WordPress.org, or answering any question about the 18 WordPress.org Plugin Directory guidelines — even if the user doesn't mention 'guidelines' explicitly.

🔥🔥🔥✓ VerifiedFreeQuick setup
callstackincubator logo

validate-skills

1,517

by callstackincubator

Validates skills in this repo against agentskills.io spec and Claude Code best practices. Use via /validate-skills command.

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

web-research

1,385

by langchain-ai

Use this skill for requests related to web research; it provides a structured approach to conducting comprehensive web research

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

arxiv-search

1,385

by langchain-ai

Search arXiv preprint repository for papers in physics, mathematics, computer science, quantitative biology, and related fields

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langgraph-docs

1,385

by langchain-ai

Use this skill for requests related to LangGraph in order to fetch relevant documentation to provide accurate, up-to-date guidance.

🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langsmith-trace

1,385

by langchain-ai

INVOKE THIS SKILL when working with LangSmith tracing OR querying traces. Covers adding tracing to applications and querying/exporting trace data. Uses the langsmith CLI tool.

🔥🔥🔥✓ VerifiedFreeQuick setup
← PrevPage 30 of 44Next →