Plugin Settings

72.9k
anthropicsanthropics

This skill should be used when the user asks about "plugin settings", "store plugin configuration", "user-configurable plugin", ".local.md files", "plugin state files", "read YAML frontmatter", "per-project plugin settings", or wants to make plugin behavior configurable. Documents the .claude/plugin-name.local.md pattern for storing plugin-specific configuration with YAML frontmatter and markdown content.

194 days ago

recent-data

72.9k
lobehublobehub

Guide for using Recent Data (topics, resources, pages). Use when working with recently accessed items, implementing recent lists, or accessing session store recent data. Triggers on recent data usage or implementation tasks.

195 days ago

zustand

72.9k
lobehublobehub

Zustand state management guide. Use when working with store code (src/store/**), implementing actions, managing state, or creating slices. Triggers on Zustand store development, state management questions, or action implementation.

195 days ago

event-store-design

29.9k
wshobsonwshobson

Design and implement event stores for event-sourced systems. Use when building event sourcing infrastructure, choosing event store technologies, or implementing event persistence patterns.

195 days ago

mobile-games

21.8k
davila7davila7

Mobile game development principles. Touch input, battery, performance, app stores.

195 days ago

rag-implementation

21.8k
davila7davila7

Retrieval-Augmented Generation patterns including chunking, embeddings, vector stores, and retrieval optimization Use when: rag, retrieval augmented, vector search, embeddings, semantic search.

195 days ago

chroma

21.8k
davila7davila7

Open-source embedding database for AI applications. Store embeddings and metadata, perform vector and full-text search, filter by metadata. Simple 4-function API. Scales from notebooks to production clusters. Use for semantic search, RAG applications, or document retrieval. Best for local development and open-source projects.

RAGChromaVector Database+6
195 days ago

browser-extension-builder

21.8k
davila7davila7

Expert in building browser extensions that solve real problems - Chrome, Firefox, and cross-browser extensions. Covers extension architecture, manifest v3, content scripts, popup UIs, monetization strategies, and Chrome Web Store publishing. Use when: browser extension, chrome extension, firefox addon, extension, manifest v3.

195 days ago

senior-ml-engineer

21.8k
davila7davila7

World-class ML engineering skill for productionizing ML models, MLOps, and building scalable ML systems. Expertise in PyTorch, TensorFlow, model deployment, feature stores, model monitoring, and ML infrastructure. Includes LLM integration, fine-tuning, RAG systems, and agentic AI. Use when deploying ML models, building ML platforms, implementing MLOps, or integrating LLMs into production systems.

195 days ago

agent-memory-systems

21.8k
davila7davila7

Memory is the cornerstone of intelligent agents. Without it, every interaction starts from zero. This skill covers the architecture of agent memory: short-term (context window), long-term (vector stores), and the cognitive architectures that organize them. Key insight: Memory isn't just storage - it's retrieval. A million stored facts mean nothing if you can't find the right one. Chunking, embedding, and retrieval strategies determine whether your agent remembers or forgets. The field is fragm

195 days ago

langchain

21.8k
davila7davila7

Framework for building LLM-powered applications with agents, chains, and RAG. Supports multiple providers (OpenAI, Anthropic, Google), 500+ integrations, ReAct agents, tool calling, memory management, and vector store retrieval. Use for building chatbots, question-answering systems, autonomous agents, or RAG applications. Best for rapid prototyping and production deployments.

AgentsLangChainRAG+7
195 days ago

app-store-optimization

21.8k
davila7davila7

Complete App Store Optimization (ASO) toolkit for researching, optimizing, and tracking mobile app performance on Apple App Store and Google Play Store

195 days ago

mobile-developer

18.0k
sickn33sickn33

Develop React Native, Flutter, or native mobile apps with modern architecture patterns. Masters cross-platform development, native integrations, offline sync, and app store optimization.

195 days ago

event-sourcing-architect

18.0k
sickn33sickn33

Expert in event sourcing, CQRS, and event-driven architecture patterns. Masters event store design, projection building, saga orchestration, and eventual consistency patterns. Use PROACTIVELY for e...

195 days ago

ios-developer

18.0k
sickn33sickn33

Develop native iOS applications with Swift/SwiftUI. Masters iOS 18, SwiftUI, UIKit integration, Core Data, networking, and App Store optimization.

195 days ago

memory-systems

13.0k
muratcankoylanmuratcankoylan

This skill should be used when the user asks to "implement agent memory", "persist state across sessions", "build knowledge graph", "track entities", or mentions memory architecture, temporal knowledge graphs, vector stores, entity memory, or cross-session persistence.

195 days ago

create-agent

4.6k
antinomyhqantinomyhq

Create new agents for the code-forge application. Agents are stored as .md files in the <cwd>/.forge/agents directory with YAML frontmatter (id, title, description, reasoning, tools, user_prompt) and a markdown body containing agent instructions. Use when users need to add new agents, modify existing agents, or understand the agent file structure.

195 days ago

create-command

4.6k
antinomyhqantinomyhq

Create new commands for the code-forge application. Commands are stored as .md files in the <cwd>/.forge/commands directory with YAML frontmatter (name, description) and markdown body containing command steps. Use when users need to add new commands, modify existing commands, or understand the command file structure. Supports special command tags like <lint> and <test> for automated workflows.

195 days ago

state-management

4.2k
redpanda-dataredpanda-data

Manage client and server state with Zustand stores and React Query patterns.

195 days ago

testing

4.2k
redpanda-dataredpanda-data

Write and maintain tests with Vitest v4 dual configuration, mock utilities, and Zustand store testing patterns.

195 days ago

shopify-expert

4.1k
JeffallanJeffallan

Use when building Shopify themes, apps, custom storefronts, or e-commerce solutions. Invoke for Liquid templating, Storefront API, app development, checkout customization, Shopify Plus features.

195 days ago

ml-pipeline

4.1k
JeffallanJeffallan

Use when building ML pipelines, orchestrating training workflows, automating model lifecycle, implementing feature stores, or managing experiment tracking systems.

195 days ago

pinia

3.8k
antfuantfu

Pinia official Vue state management library, type-safe and extensible. Use when defining stores, working with state/getters/actions, or implementing store patterns in Vue apps.

195 days ago

remember

3.6k
parcadeiparcadei

Store a learning, pattern, or decision in the memory system for future recall

195 days ago

simplemem-skill

3.0k
aiming-labaiming-lab

Store and retrieve conversation memories across sessions. Use when asked to 'remember this', 'save conversation', 'add to memory', 'what did we discuss about...', 'query memories', or 'import chat history'. Also use proactively to preserve important dialogue context and decisions.

195 days ago

store-module-architecture

2.5k
TencentBlueKingTencentBlueKing

Architecture guide for the Store R&D marketplace module, covering plugin/template/image management, version releases, review workflows, the store marketplace, and extension-point mechanisms. Intended for use when developing store features, publishing plugins, managing templates, or implementing extension points.

195 days ago

senior-ml-engineer

2.2k
alirezarezvanialirezarezvani

ML engineering skill for productionizing models, building MLOps pipelines, and integrating LLMs. Covers model deployment, feature stores, drift monitoring, RAG systems, and cost optimization.

195 days ago

Hindsight Cloud

2.1k
vectorize-iovectorize-io

Store team knowledge, project conventions, and learnings from tasks. Use it to remember what works and to recall context before new tasks. Connects to Hindsight Cloud. (user)

195 days ago

hindsight-self-hosted

2.1k
vectorize-iovectorize-io

Store team knowledge, project conventions, and learnings from tasks. Use to remember what works and recall context before new tasks. Connects to a self-hosted Hindsight server. (user)

195 days ago

hindsight-local

2.1k
vectorize-iovectorize-io

Store user preferences, learnings from tasks, and procedure outcomes. Use to remember what works and recall context before new tasks. (user)

195 days ago

app-store-changelog

2.0k
DimillianDimillian

Create user-facing App Store release notes by collecting and summarizing all user-impacting changes since the last git tag (or a specified ref). Use when asked to generate a comprehensive release changelog, App Store "What's New" text, or release notes based on git history or tags.

195 days ago

openclaw-connector

1.8k
openclawopenclaw

Connects to a WooCommerce store via the OpenClaw Connector Lite plugin to fetch orders and products.

194 days ago

shopify

1.8k
mrgooniemrgoonie

Build Shopify applications, extensions, and themes using GraphQL/REST APIs, Shopify CLI, Polaris UI components, and Liquid templating. Capabilities include app development with OAuth authentication, checkout UI extensions for customizing checkout flow, admin UI extensions for dashboard integration, POS extensions for retail, theme development with Liquid, webhook management, billing API integration, product/order/customer management. Use when building Shopify apps, implementing checkout customizations, creating admin interfaces, developing themes, integrating payment processing, managing store data via APIs, or extending Shopify functionality.

195 days ago

supermemory

1.8k
openclawopenclaw

Store and retrieve memories using the SuperMemory API. Add content, search memories, and chat with your knowledge base.

195 days ago

dytto

1.8k
openclawopenclaw

Give your agent persistent memory and real-time personal context via Dytto — the context API for AI agents. Use when you need to know about the user (who they are, what they care about, behavioral patterns, daily stories), search their life history, store new facts learned during conversation, or push context updates. Dytto collects location, weather, calendar, health, photos, and more from the user's phone and synthesizes it into queryable context. Think of it as Plaid, but for personal context.

195 days ago

ercdata

1.8k
openclawopenclaw

Store, verify, and manage AI data on the Ethereum blockchain (Base network) using the ERCData standard. Use when an agent needs to store data fingerprints on-chain, verify data integrity, create audit trails, manage access control for private data, or interact with the ERCData smart contract. Supports public and private storage, EIP-712 verification, snapshots, and batch operations.

195 days ago

satori

1.8k
openclawopenclaw

Persistent long term memory for for continuity in ai sessions between providers and codegen tools. TRIGGERS - Activate this skill when: - User explicitly mentions "satori", "remember this", "save", "add", "save this for later", "store this", "add to memory" - User asks to recall/search past decisions: "what did we decide", "remind me", "search my notes", "what do I know about" - Conversation contains notable facts worth persisting: decisions, preferences, deadlines, names, tech stack choices, strategic directions - Starting a new conversation where proactive context retrieval would help - Use Satori search when user asks a question

195 days ago

dex

1.8k
openclawopenclaw

Task tracking for async/multi-step work. Use dex to create, track, and complete tasks that span multiple sessions or require coordination (e.g., coding agent dispatches, PR reviews, background jobs). Tasks stored as JSON files in .dex/tasks/.

195 days ago

ctxly

1.8k
Openclaw Skills Cloud MemoryOpenclaw Skills Cloud Memory

Cloud memory for AI agents. Store, search, and recall context across sessions.

195 days ago

asc-release-flow

1.8k
openclawopenclaw

End-to-end release workflows for TestFlight and App Store using asc publish, builds, versions, and submit commands. Use when asked to upload a build, distribute to TestFlight, or submit to App Store.

195 days ago

flomo-notes

1.8k
openclawopenclaw

Save notes to Flomo via the Flomo inbox webhook. Use when the user says "save to flomo", "flomo note", or asks to store a note in Flomo.

195 days ago

codex-monitor

1.8k
openclawopenclaw

Browse OpenAI Codex session logs stored in ~/.codex/sessions. Provides list/show/watch helpers via the local Swift project at ~/Developer/CodexMonitor.

195 days ago

byterover

1.8k
openclawopenclaw

Manages project knowledge using ByteRover context tree. Provides two operations: query (retrieve knowledge) and curate (store knowledge). Invoke when user requests information lookup, pattern discovery, or knowledge persistence. Developed by ByteRover Inc. (https://byterover.dev/)

195 days ago

shopping-expert

1.8k
openclawopenclaw

Find and compare products online (Google Shopping) and locally (stores near you). Auto-selects best products based on price, ratings, availability, and preferences. Generates shopping list with buy links and store locations. Use when asked to shop for products, find best deals, compare prices, or locate items locally. Supports budget constraints (low/medium/high or "$X"), preference filtering (brand, features, color), and dual-mode search (online + local stores).

195 days ago

birthday-reminder

1.8k
openclawopenclaw

Manage birthdays with natural language. Store birthdays in /home/clawd/clawd/data/birthdays.md, get upcoming reminders, calculate ages. Use when the user mentions birthdays, wants to add/remember someone's birthday, check upcoming birthdays, or asks about someone's age/birthday. Understands phrases like "X hat am DD.MM. Geburtstag", "Wann hat X Geburtstag?", "Nächste Geburtstage".

195 days ago

sudoku

1.8k
openclawopenclaw

Fetch Sudoku puzzles and store them as JSON in the workspace; render images on demand; reveal solutions later.

195 days ago

people-memories

1.8k
openclawopenclaw

Capture short personal notes about people you mention, store them in a lightweight DB, and recall those details whenever you ask about them later. Use when you want to remember preferences, reminders, or the context around a person without digging through past chats.

195 days ago

azure-ai-agents-py

1.8k
openclawopenclaw

Build AI agents using the Azure AI Agents Python SDK (azure-ai-agents). Use when creating agents hosted on Azure AI Foundry with tools (File Search, Code Interpreter, Bing Grounding, Azure AI Search, Function Calling, OpenAPI, MCP), managing threads and messages, implementing streaming responses, or working with vector stores. This is the low-level SDK - for higher-level abstractions, use the agent-framework skill instead.

195 days ago