Agent Skills: Store Lifecycle Management

Create, index, and manage BK stores

UncategorizedID: blueraai/bluera-knowledge/store-lifecycle

Install this agent skill to your local

pnpm dlx add-skill https://github.com/blueraai/bluera-knowledge/tree/HEAD/skills/store-lifecycle

Skill Files

Browse the full folder contents for store-lifecycle.

Download Skill

Loading file tree…

skills/store-lifecycle/SKILL.md

Skill Metadata

Name
store-lifecycle
Description
Create, index, and manage BK stores

Store Lifecycle Management

Source Types

| Type | Command | Best For | |------|---------|----------| | Git repo | /add-repo <url> | Public libraries, trackable code | | Local folder | /add-folder <path> | Private code, subdirectories | | Web docs | /crawl <url> | Documentation sites, API refs |

Naming Conventions

  • Library source: package name (vue, fastapi, pydantic)
  • Documentation: append -docs (vue-docs, fastapi-docs)
  • Org/project: org-project (microsoft-typescript)
  • Versioned: name-version (react-18, python-3.11)

Quick Reference

# Create
/agent-knowledge:add-repo <url> --name=<name>
/agent-knowledge:add-folder <path> --name=<name>
/agent-knowledge:crawl <url> --name=<name>

# Monitor
/agent-knowledge:check-status <job-id>

# Maintain
/agent-knowledge:index <name>
/agent-knowledge:stores

# Remove
/agent-knowledge:remove-store <name>

Detailed Guides