save-pattern

Community

Store reusable application patterns in AgentDB.

Authordug-21
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a centralized way to store reusable application patterns in AgentDB's patterns table, enabling consistent knowledge sharing across agents through semantic embeddings.

Core Features & Use Cases

  • Store architectural and procedural patterns with semantic embeddings for efficient search via agentdb_pattern_search.
  • Prevent duplicates by first searching existing patterns before storage, ensuring high-quality pattern maintenance.
  • Retrieve pattern usage statistics with agentdb_pattern_stats to monitor adoption and quality.

Quick Start

Use the save-pattern skill to store a new pattern by calling mcp__agentdb__agentdb_pattern_store with taskType, approach, and optional tags and successRate. Example: mcp__agentdb__agentdb_pattern_store( taskType="architecture:domain-adapter", approach="Domain Adapter Pattern for Data Sources: All data sources implement the Source trait, fetch() -> Vec<TimeSeriesPoint>, and health_check() -> HealthStatus. Related files: core/src/traits.rs, core/src/sources/http_poll.rs", successRate=0.95, tags=["architecture","pattern","agentdb"] )

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: save-pattern
Download link: https://github.com/dug-21/neural-data-platform/archive/main.zip#save-pattern

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 223,000+ vetted skills library on demand.