This repository contains a collection of Memberstack Agent Skills by Flash Brew Digital. These skills are designed to enhance the capabilities of agents by providing them with specialized functionalities.
Agent Skills are folders of instructions, scripts, and resources that agents can discover and use to do things more accurately and efficiently. They work across any AI agent that supports the open Agent Skills standard.
| Skill | Description |
|---|---|
| memberstack-admin-api | Work with the Memberstack Admin API to manage members, plans, and data tables... |
| memberstack-cli | Use the Memberstack CLI to manage Memberstack accounts from the terminal. Cov... |
Use the Memberstack CLI to add and remove skills directly:
# Add a skill
memberstack skills add memberstack-cli
# Remove a skill
memberstack skills remove memberstack-cliInstall via Claude Code's plugin system:
# Add the marketplace
/plugin marketplace add Flash-Brew-Digital/memberstack-skills
# Install specific skill
/plugin install memberstack-cli-skillClaude Code plugins are also supported in Factory's Droid.
Skills can also be installed using skills, Playbooks, or Context7:
# Skills CLI
npx skills add Flash-Brew-Digital/memberstack-skills
# Playbooks
npx playbooks add skill Flash-Brew-Digital/memberstack-skills
# Context7
npx ctx7 skills install /Flash-Brew-Digital/memberstack-skillsUse the included script to add new skills:
node scripts/add-skill.js <skill-name> "<description>"Example:
node scripts/add-skill.js memberstack-dom-package "Work with the Memberstack DOM Package..."This will create the skill structure and automatically update this README and the marketplace.json.
| Script | Description |
|---|---|
node scripts/add-skill.js |
Add a new skill to the repository |
node scripts/sync-skills.js |
Sync README and marketplace.json with skills directory |
- Memberstack CLI Documentation
- Agent Skills Specification
- npx skills
- Validate Agent Skill
- Playbooks
- Context7 Skills
Contributions are welcome! Please read our Contributing Guide for more information.