Labsco

Agent Skills

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

anthropics logo

memory-management

22,300

by anthropic

Two-tier memory system that decodes workplace shorthand, acronyms, and internal language for contextual understanding. CLAUDE.md serves as a hot cache of ~30 frequent contacts, common terms, and active projects; memory/ directory stores the complete glossary, detailed profiles, and project context Tiered lookup flow checks CLAUDE.md first (covers 90% of daily decoding), then searches memory/glossary.md, then asks the user for unknown terms Supports progressive disclosure: quick parsing from...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
openai logo

ios-memgraph-leaks

4,000

by openai

Capture, inspect, compare, and root-cause iOS memory graph leaks using Apple's leaks and memgraph tools. Use when debugging leaked iOS objects, simulator…

🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

continual-learning

2,700

by microsoft

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

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
microsoft logo

continual-learning

2,700

by microsoft

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

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

langchain-dependencies

846

by langchain-ai

LangChain ecosystem package versions, dependencies, and installation guidance for Python and TypeScript. Start all new projects on LangChain 1.0 LTS; version 0.3 is legacy maintenance-only. Always install langchain-core explicitly alongside other packages. Choose one orchestration layer: LangGraph for fine-grained graph control, or Deep Agents for batteries-included planning and memory. Pin langchain-community conservatively to exact minor versions (e.g., >=0.4.0,<0.5.0 ) since it does not...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

deep-agents-memory

846

by langchain-ai

Pluggable memory and file backends for Deep Agents with ephemeral, persistent, and hybrid routing options. Four backend types: StateBackend (thread-scoped, ephemeral), StoreBackend (cross-session persistent), FilesystemBackend (real disk access for local dev), and CompositeBackend (route different paths to different backends) FilesystemMiddleware provides six file operation tools: ls , read_file , write_file , edit_file , glob , grep CompositeBackend uses longest-prefix matching to route...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
langchain-ai logo

deep-agents-memory

108

by langchain-ai

INVOKE THIS SKILL when your Deep Agent needs memory, persistence, or filesystem access. Covers StateBackend (ephemeral), StoreBackend (persistent),…

🔥🔥🔥🔥✓ VerifiedFreeQuick setup
mapbox logo

mapbox-web-integration-patterns

68

by mapbox

Production-ready integration patterns for Mapbox GL JS across React, Vue, Svelte, Angular, and vanilla JavaScript. Covers framework-specific lifecycle management (useEffect/useRef in React, mounted/unmounted in Vue, onMount/onDestroy in Svelte, ngOnInit/ngOnDestroy in Angular) with proper cleanup to prevent memory leaks Includes Web Components pattern for framework-agnostic reusable map elements and cross-framework compatibility Provides token management via environment variables, Search JS...

🔥🔥🔥🔥✓ VerifiedFreeQuick setup