Skip to content

stackmemoryai/skill-packs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

StackMemory Skill Packs

Public registry of skill packs for StackMemory — versioned, distributable agent bundles.

Install a pack

# From this registry (namespace/pack-name)
stackmemory pack install coding/typescript-react

# From a local directory
stackmemory pack install ./my-pack

# From a GitHub URL
stackmemory pack install https://github.com/user/my-pack

Available packs

Pack Description
coding/typescript-react TypeScript + React conventions, patterns, and guardrails
coding/python-fastapi Python + FastAPI conventions, patterns, and guardrails
ops/decision-recovery Decision tracking, context recovery, and session handoff

Create a pack

# Initialize in current directory
stackmemory pack init my-namespace/my-pack

# Edit pack.yaml and instructions.md
# ...

# Validate
stackmemory pack publish --dry-run

# Install locally
stackmemory pack install .

Pack format

Each pack is a directory containing:

  • pack.yaml — manifest with name, version, runtime, MCP tools, examples
  • instructions.md — instructions for the agent (referenced from pack.yaml)
name: namespace/pack-name
version: 1.0.0
description: One-line description
author: your-name
license: MIT
runtime:
  type: local | e2b | cua | modal
ingestion:
  sources: []
ontology:
  entities: []
  relations: []
mcp:
  tools: []
examples:
  - input: "..."
    output: "..."
instructions: instructions.md

Contributing

  1. Fork this repo
  2. Add your pack under namespace/pack-name/
  3. Include pack.yaml and instructions.md
  4. Open a pull request — CI validates the manifest automatically

License

MIT

About

Public skill-pack registry for StackMemory — versioned, distributable agent bundles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors