npx claudepluginhub forumone/f1-genai-starter --plugin npm-package-updatesStarter kit for generative AI skills for tools like Claude Code and Cursor
tiged installed: npm install -g tigedFind the type of project you have below and follow the instructions.
curl -o AGENTS.md https://raw.githubusercontent.com/forumone/f1-genai-starter/main/AGENTS-drupal.md && ln -s AGENTS.md CLAUDE.md && ln -s AGENTS.md GEMINI.md
agent_docs directory to the root level of your repo:
degit forumone/f1-genai-starter/agent_docs agent_docs
curl -o AGENTS.md https://raw.githubusercontent.com/forumone/f1-genai-starter/main/AGENTS-nextjs.md && ln -s AGENTS.md CLAUDE.md && ln -s AGENTS.md GEMINI.md
agent_docs directory to the root level of your repo:
degit forumone/f1-genai-starter/agent_docs agent_docs
f1-genai marketplace: /plugin marketplace add forumone/f1-genai-starter/plugin plugin-name@f1-genai.Alternately, after adding the marketplace, you can use /plugin command to open
the plugin manager and browse for or search for a plugin. (You may want to remove
the default Claude Code plugin marketplace if you're not using it, since it makes
the list quite long.) See the Claude Code documentation
for the various ways you can install plugins and manage their scope.
Note: The documentation indicates that plugin skills are namespaced, so you
would run them as /plugin-name:skill-name-here. However, I found that I could
use them just like other skills /skill-name-here. So if it's not showing up
one way, try anohter.
.cursor directory in the root level of your repo.skills directory and/or an agents inside the .cursor directorySKILLS.md file, not just the Markdown file.create-component (Next.js only) - Creates a new component. (See Prerequistes in the skill definition for what you should provide in the prompt). Requires updated component.js script from nextjs-projectnpm-package-updates (Any Gesso) - Updates npm packagesupgrade-gesso (Gesso 5 for Drupal only) - Upgrades a theme to the next Gesso release. Requires the GitHub CLI to be installed and the GitHub MCP server configured.
plan-gesso-upgrade - Skill used by upgrade-gessoimplement-gesso-upgrade - Skill used by upgrade-gessogesso-upgrade-implementer - Used with the upgrade-gesso skill in Claude Codegesso-upgrade-planner - Used with the upgrade-gesso skill in Claude CodeUltra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Creative skill for generating algorithmic and generative art. Produces visual designs using mathematical patterns, fractals, and procedural generation.
Frontend design skill for UI/UX implementation
Humanise text and remove AI writing patterns. Detects and fixes 24 AI tell-tales including inflated language, promotional tone, AI vocabulary, filler phrases, sycophantic tone, and formulaic structure.
Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). Proactively activates in projects with cacheComponents: true, providing patterns for 'use cache' directive, cacheLife(), cacheTag(), cache invalidation, and parameter permutation rendering.