Hipson47

60 mods across 1 repository, 4 stars between them.

Hipson47/Hipson

Skill Claude CodeCodex

Generates custom design system rules for the user's codebase. Use when user says "create design system rules", "generate rules for my project", "set up design rules", "customize design system guidelines", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server…

4 2mo ago A 71 tokens copy · 100% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Create a new blank Figma file. Use when the user wants to create a new Figma design or FigJam file, or when you need a new file before calling usefigma. Handles plan resolution via whoami if needed. Usage — /figma-create-new-file [editorType] [fileName] (e.g. /figma-create-new-file figjam My Whiteboard).

4 2mo ago A 85 tokens copy · 95% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Use this skill alongside figma-use when the task involves translating an application page, view, or multi-section layout into Figma. Triggers: 'write to Figma', 'create in Figma from code', 'push page to Figma', 'take this app/page and build it in Figma', 'create a screen', 'build a landing page in Figma', 'update the…

4 2mo ago A 160 tokens copy · 81% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Build or update a professional-grade design system in Figma from a codebase. Use when the user wants to create variables/tokens, build component libraries, set up theming (light/dark modes), document foundations, or reconcile gaps between code and Figma. This skill teaches WHAT to build and in WHAT ORDER — it…

4 2mo ago A 95 tokens copy · 95% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions "implement design", "generate code", "implement component", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via…

4 2mo ago A 81 tokens copy · 88% Apache-2.0

figma-use

30

Hipson47/Hipson

Skill Claude CodeCodex

MANDATORY prerequisite — you MUST invoke this skill BEFORE every usefigma tool call. NEVER call usefigma directly without loading this skill first. Skipping it causes common, hard-to-debug failures. Trigger whenever the user wants to perform a write action or a unique read action that requires JavaScript execution in…

4 2mo ago A 114 tokens copy · 100% Apache-2.0

figma

31

Hipson47/Hipson

Skill Claude CodeCodex

Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.

4 2mo ago A 59 tokens copy · 100% Apache-2.0

gh-address-comments

32

Hipson47/Hipson

Skill Claude CodeCodex

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

4 2mo ago A 39 tokens copy · 100% Apache-2.0

gh-fix-ci

33

Hipson47/Hipson

Skill Claude CodeCodex

Use when a user asks to debug or fix failing GitHub PR checks that run in GitHub Actions; use gh to inspect checks and logs, summarize failure context, draft a fix plan, and implement only after explicit approval. Treat external providers (for example Buildkite) as out of scope and report only the details URL.

4 2mo ago A 72 tokens copy · 100% Apache-2.0

linear

34

Hipson47/Hipson

Skill Claude CodeCodex

Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.

4 2mo ago A 27 tokens original Apache-2.0

netlify-deploy

35

Hipson47/Hipson

Skill Claude CodeCodex

Deploy web projects to Netlify using the Netlify CLI (npx netlify). Use when the user asks to deploy, host, publish, or link a site/repo on Netlify, including preview and production deploys.

4 2mo ago A 51 tokens copy · 100% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Prepare meeting materials with Notion context and Codex research; use when gathering context, drafting agendas/pre-reads, and tailoring materials to attendees.

4 2mo ago A 36 tokens copy · 100% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Research across Notion and synthesize into structured documentation; use when gathering info from multiple Notion sources to produce briefs, comparisons, or reports with citations.

4 2mo ago A 38 tokens copy · 100% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Turn Notion specs into implementation plans, tasks, and progress tracking; use when implementing PRDs/feature specs and creating Notion plans + tasks from them.

4 2mo ago A 39 tokens copy · 100% Apache-2.0

openai-docs

39

Hipson47/Hipson

Skill Claude CodeCodex

Use when the user asks how to build with OpenAI products or APIs and needs up-to-date official documentation with citations, help choosing the latest model for a use case, or model upgrade and prompt-upgrade guidance; prioritize OpenAI docs MCP tools, use bundled references only as helper context, and restrict any…

4 2mo ago A 74 tokens copy · 100% Apache-2.0

pdf

40

Hipson47/Hipson

Skill Claude CodeCodex

Use when tasks involve reading, creating, or reviewing PDF files where rendering and layout matter; prefer visual checks by rendering pages (Poppler) and use Python tools such as reportlab, pdfplumber, and pypdf for generation and extraction.

4 2mo ago B 56 tokens copy · 100% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Persistent browser and Electron interaction through jsrepl for fast iterative UI debugging.

4 2mo ago B 22 tokens copy · 100% Apache-2.0

render-deploy

42

Hipson47/Hipson

Skill Claude CodeCodex

Deploy applications to Render by analyzing codebases, generating render.yaml Blueprints, and providing Dashboard deeplinks. Use when the user wants to deploy, host, publish, or set up their application on Render's cloud platform.

4 2mo ago D 49 tokens copy · 100% Apache-2.0

screenshot

43

Hipson47/Hipson

Skill Claude CodeCodex

Use when the user explicitly asks for a desktop or system screenshot (full screen, specific app or window, or a pixel region), or when tool-specific capture capabilities are unavailable and an OS-level capture is needed.

4 2mo ago A 45 tokens copy · 100% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Analyze git repositories to build a security ownership topology (people-to-file), compute bus factor and sensitive-code ownership, and export CSV/JSON for graph databases and visualization. Trigger only when the user explicitly wants a security-oriented ownership or bus-factor analysis grounded in git history (for…

4 2mo ago A 99 tokens copy · 100% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling.…

4 2mo ago A 82 tokens copy · 100% Apache-2.0

sentry

46

Hipson47/Hipson

Skill Claude CodeCodex

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry CLI; perform read-only queries using the sentry command.

4 2mo ago C 46 tokens copy · 100% Apache-2.0

vercel-deploy

47

Hipson47/Hipson

Skill Claude CodeCodex

Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".

4 2mo ago A 47 tokens copy · 100% Apache-2.0

yeet

48

Hipson47/Hipson

Skill Claude CodeCodex

Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (gh).

4 2mo ago A 35 tokens original Apache-2.0