Help us improve
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
Share bugs, ideas, or general feedback.
By nickth3man
PocketFlow Skill, cookbook examples, and templates for graph-based LLM workflows.
npx claudepluginhub nickth3man/claude_marketClaude Code plugin marketplace named "claude_market" with an included plugin "pocketflow" (a Skill + Python examples).
claude_market/
├── .claude-plugin/
│ ├── marketplace.json # Marketplace (name: "claude_market")
│ └── plugin.json # Plugin manifest (name: "pocketflow")
├── start_here/
│ ├── marketplace_guide.md
│ ├── plugins_guide.md
│ ├── plugins_reference.md
│ └── settings.md
├── skills/
│ └── pocketflow/
│ ├── SKILL.md
│ ├── assets/
│ │ ├── COOKBOOK_GUIDE.md
│ │ ├── common_patterns.py
│ │ ├── examples/
│ │ │ ├── 01_chat.py
│ │ │ ├── 02_workflow.py
│ │ │ ├── 03_agent.py
│ │ │ ├── 04_rag.py
│ │ │ ├── 05_structured_output.py
│ │ │ └── 06_multi_agent.py
│ │ ├── flow_template.py
│ │ ├── node_template.py
│ │ └── template/
│ │ ├── README.md
│ │ ├── flow.py
│ │ ├── main.py
│ │ ├── nodes.py
│ │ ├── requirements.txt
│ │ └── utils.py
│ ├── references/
│ │ ├── core_abstraction.md
│ │ └── index.md
│ └── scripts/
│ ├── pocketflow_init.py
│ └── test_llm_connection.py
└── README.md
Already provided at .claude-plugin/marketplace.json:
{
"name": "claude_market",
"owner": { "name": "claude_market" },
"metadata": {
"description": "Claude Code marketplace for PocketFlow and future plugins",
"version": "0.1.0"
},
"plugins": [
{
"name": "pocketflow",
"source": "./",
"description": "PocketFlow Skill packaged as a plugin",
"version": "0.1.0",
"category": "skills",
"keywords": ["pocketflow", "skills", "agents", "rag", "workflow"]
}
]
}
Notes:
claude_market.plugins with source pointing to subfolders or external repos.This repository is also a plugin (manifest at .claude-plugin/plugin.json) that exposes the Skill at skills/pocketflow/.
{
"name": "pocketflow",
"version": "0.1.0",
"description": "PocketFlow Skill, cookbook examples, and templates for graph-based LLM workflows.",
"author": { "name": "claude_market" },
"keywords": ["skill", "pocketflow", "agents", "rag", "workflow"]
}
Add the marketplace:
/plugin marketplace add ./
/plugin marketplace list
/plugin
Install the plugin from this marketplace:
/plugin install pocketflow@claude_market
Other useful commands:
/plugin enable plugin-name@claude_market
/plugin disable plugin-name@claude_market
/plugin uninstall plugin-name@claude_market
/plugin marketplace update claude_market
/plugin marketplace remove claude_market
Add repository-level config in .claude/settings.json so teammates auto-discover this marketplace and specific plugins:
{
"enabledPlugins": {
"pocketflow@claude_market": true
},
"extraKnownMarketplaces": {
"claude_market": {
"source": {
"source": "github",
"repo": "owner/claude_market"
}
}
}
}
See start_here/settings.md for full options (git URL, local directory sources, enabling/disabling plugins, scopes).
The PocketFlow Skill includes runnable Python examples and a project template under skills/pocketflow/assets/:
# optional: create a virtual environment first
pip install -r skills/pocketflow/assets/template/requirements.txt
python skills/pocketflow/assets/examples/01_chat.py
Share bugs, ideas, or general feedback.
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Core workflow engine - Execute workflow-as-markdown definitions with validation-driven completion
Create and manage Claude Code skills, plugins, subagents, and hooks. Use when building new skills, validating existing skills, testing skills empirically, creating plugins, converting projects to plugins, creating hooks, or managing plugin automation. Includes /skills-toolkit:skill-composer, /skills-toolkit:skill-refiner, /skills-toolkit:skill-tester, /skills-toolkit:plugin-creator, /skills-toolkit:subagent-creator, /skills-toolkit:hook-creator, and /skills-toolkit:ask-user-question skills.
Harness-native ECC plugin for engineering teams - 63 agents, 249 skills, 79 legacy command shims, reusable hooks, rules, MCP conventions, and operator workflows for Claude Code plus adjacent agent harnesses
Manus-style persistent markdown files for planning, progress tracking, and knowledge storage. Works with Claude Code, Kiro, Clawd CLI, Gemini CLI, Cursor, Continue, Hermes, and 17+ AI coding assistants. Now with Arabic, German, Spanish, and Chinese (Simplified & Traditional) support.
Core skills library for Claude Code: TDD, debugging, collaboration patterns, and proven techniques
Tools to maintain and improve CLAUDE.md files - audit quality, capture session learnings, and keep project memory current.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge.
Sign in to claim