
civitai/civitai
2 skills1.1k installs14.3k starsGitHub
Install
npx skills add https://github.com/civitai/civitaiSkills in this repo
1ClickupClickUp is an integration skill for solo builders who already run product work in ClickUp and want Claude or similar agents to act on real tasks instead of pasting screenshots. After you copy `.env-example` to `.env` and add a Personal API Token from ClickUp Settings, the skill exposes a small Node command surface: fetch task details, list and post comments, create tasks with optional default list routing, manage assignees, and create or edit ClickUp Docs. Team and user identifiers are discovered automatically and cached so you are not hand-editing IDs on every invoke. The workflow is URL- and ID-driven—when you paste a ClickUp link or reference a task id, the agent knows to call `node .claude/skills/clickup/query.mjs` with the appropriate subcommand. It suits indie SaaS and content ops where the agent closes the loop between code changes and ticket updates, standup notes in docs, and lightweight PM hygiene without a separate Zapier stack.566installs2Quick MockupsQuick Mockups is an agent skill for solo and indie builders who need fast UI direction without opening a separate design tool. When you are asked for mockups, wireframes, or design variations for a feature, it creates a working directory under docs/working/mockups/<feature-name>/ and runs three to five parallel design-mockup subagents. Each agent ships a distinct HTML file—for example v1-grid-cards, v2-featured-hero—so you can compare approaches side by side. The skill encodes Civitai’s stack (Mantine v7 plus Tailwind) so variations stay on-brand while still exploring grids, lists, masonry, cards, and different interaction patterns. It fits the Prism journey when you are validating scope or refining frontend UX: you get reviewable artifacts in-repo instead of one-off chat screenshots, which makes handoff to implementation plans or frontend work straightforward.505installs