By DiversioTeam
Fetch, filter, and create ClickUp tickets directly from Claude Code or Codex. Supports reading tickets by ID, powerful filtering (status, assignee, tags, dates), viewing your assigned tickets, multi-org workspaces, subtasks, and intelligent caching.
Add a new ClickUp organization to manage multiple workspaces.
Instantly add a ticket to your backlog list with minimal friction.
Set up the ClickUp ticket skill - configure defaults and cache workspace data.
Create a subtask under an existing ClickUp ticket.
Create a ClickUp ticket interactively with full control over all fields.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Agent Skills marketplace for Diversio.
This repo follows the Agent Skills standard: an
open, tool-agnostic format for packaging capabilities and workflows for agents.
A skill is a directory with a required SKILL.md that contains YAML frontmatter
(name, description) and Markdown instructions, plus optional scripts/,
references/, and assets/.
Key points from the standard:
SKILL.md is required and starts with YAML frontmatter.name must match the skill directory and use lowercase letters, numbers, and hyphens.description should explain what the skill does and when to use it.license, compatibility, metadata, and experimental allowed-tools (space-delimited string).SKILL.md focused; link to longer guidance in references/ or helpers in scripts/.Skills are designed for progressive disclosure: agents read metadata first,
load the full SKILL.md when invoked, and open references/ or scripts/
only if needed.
To keep Skills portable across both OpenAI Codex and Claude Code:
name + description in YAML frontmatter; treat other fields as optional/ignored by many runtimes.description single-line and ≤500 chars (Codex validates this at startup).anthropic/claude in Skill names and don’t include XML tags in name/description (Claude).SKILL.md reasonably small (≈<500 lines); move deep docs into references/.To keep Skills reliable and LLM-friendly, treat SKILL.md as an orchestrator, not a dump:
SKILL.md in a PR/push must stay at or below 500 lines (CI fails above this).SKILL.md.references/*.md.scripts/.Run the guard locally before opening a PR:
bash scripts/validate-skills.sh
This default mode validates changed and untracked SKILL.md files in your working tree.
Use bash scripts/validate-skills.sh --all for a full-repo audit.
AGENTS.md (source of truth); CLAUDE.md only includes it.plugins/<plugin>/skills/<skill-name>/SKILL.md with YAML frontmatter (name, description).name and stays in kebab-case.plugins/<plugin>/commands/*.md entrypoint.SKILL.md focused; put deep docs in references/ and helpers in scripts/.plugins/<plugin>/.claude-plugin/plugin.json
and keep .claude-plugin/marketplace.json in sync.This repository hosts Diversio-maintained Agent Skills and plugin manifests so the same skills can be distributed via the Claude Code marketplace or other channels.
The repo-docs plugin is now explicitly informed by OpenAI's February 11,
2026 article Harness engineering: leveraging Codex in an agent-first
world.
The practical takeaway for this repo is:
AGENTS.md as a short routing map, not a giant handbook.npx claudepluginhub diversioteam/agent-skills-marketplace --plugin clickup-ticketManages the full release workflow for Django4Lyfe backend - creating release PRs, version bumping, conflict resolution, GitHub releases with date-based versioning (YYYY.MM.DD), and post-release branch sync.
MixPanel analytics tracking implementation and review Skills for Django4Lyfe optimo_analytics module.
Follows Diversio backend repo-local PR workflow docs, GitHub issue linkage, safe Django migrations, and downtime-safe schema changes.
Pedantic backend pre-commit and atomic-commit Skill for Django/Optimo-style repos, enforcing local AGENTS.md, repo-local docs, pre-commit hooks, and repo-local commit hygiene with an explicit fix-retry convergence protocol.
Unified backend/frontend Dependabot remediation workflow with dependabot.yml review/scaffold, alert deduplication, wave planning, execution guardrails, and post-merge closure verification.
ClickUp CLI skills for managing tasks, sprints, comments, checklists, custom fields, tags, and time tracking via the cup command
Multi-step agent workflows — chain headless ai-cli runs with branching and Linear integration
Basecamp integration for Claude Code. Create todos, track work, link code to projects.
Linear issue tracking integration and workflow management
Claude Code skill pack for ClickUp (24 skills)
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns