
Taffy
- 2 repo stars
- Updated February 3, 2026
- CFCommunity/llm-marketplace
Taffy CFML REST API syntax + docs reference
About
taffy is a Claude Code skill in the Backend & APIs category. Taffy CFML REST API syntax + docs reference
- taffy
- Backend & APIs
- AI-coding skill
Taffy by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add CFCommunity/llm-marketplace/plugin install taffy@cfml-llms-marketplaceAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| repo stars | ★ 2 |
|---|---|
| Last updated | February 3, 2026 |
| Repository | CFCommunity/llm-marketplace ↗ |
What it does
Taffy CFML REST API syntax + docs reference
README.md
CFML LLMs Marketplace
CFML skills marketplace for Claude Code (and other LLMs that implement the marketplace spec)
Quick Start
# 1. Add marketplace (one-time)
/plugin marketplace add cfcommunity/llm-marketplace
# 2. Install plugin
/plugin install taffy
Note: Marketplace = catalog. Plugin = what you install from it.
Skills Included
- taffy - Taffy syntax reference and guidance for building and maintaining Taffy-powered REST APIs.
- Add yours via PR!
Skills Ecosystem
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.
Local Development
# 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 taffy
Note: Plugin files are cached at ~/.claude/plugins/cache/. After editing source files, reinstall or manually sync cache.
Versioning
Bump version in plugins/<your-plugin>/.claude-plugin/plugin.json on changes.
Credits
Inspiration / copied from: https://github.com/spences10/svelte-skills-kit
Contributing
- 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