CFML skills marketplace for Claude Code (and other LLMs that implement the marketplace spec)
# 1. Add marketplace (one-time)
/plugin marketplace add cfcommunity/llm-marketplace
# 2. Install plugin
/plugin install taffyNote: Marketplace = catalog. Plugin = what you install from it.
- taffy - Taffy syntax reference and guidance for building and maintaining Taffy-powered REST APIs.
- Add yours via PR!
Part of a connected suite of tools for Claude Code power users. These projects work together to give Claude Code persistent memory, better search, framework expertise, and self-improving skills.
# Clone marketplace
mkdir -p ~/dev/cfcommunity
git clone git@github.com:cfcommunity/llm-marketplace.git ~/dev/cfcommunity/llm-marketplace
# 1. Add marketplace
/plugin marketplace add ~/dev/cfcommunity/llm-marketplace
# 2. Install plugin
/plugin install taffyNote: Plugin files are cached at ~/.claude/plugins/cache/. After editing source files, reinstall or manually sync cache.
Bump version in plugins/<your-plugin>/.claude-plugin/plugin.json on changes.
Inspiration / copied from: https://github.com/spences10/svelte-skills-kit
- Helpful docs: https://code.claude.com/docs/en/plugin-marketplaces#marketplace-schema
- Need to at least add some metadata to the
.claude-plugin/plugin.jsonfile for your plugin. You may optionally include the source code in this repo (see the taffy plugin for an example), or link to your github repo. docs