Hipson47/Hipson

local-first AI Development Control Plane for AI-native software work

This repository also configures its own agents. See what Hipson tells them →

4Stars on the repository
62Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

Hipson47/Hipson

Skill Codex

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).

not rated 4 2mo ago A 85 tokens copy · 91% Apache-2.0

Hipson47/Hipson

Skill Codex

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…

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

Hipson47/Hipson

Skill Codex

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…

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

Hipson47/Hipson

Skill Codex

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…

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

figma-use

29

Hipson47/Hipson

Skill Codex

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…

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

figma

30

Hipson47/Hipson

Skill Codex

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.

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

gh-address-comments

31

Hipson47/Hipson

Skill Codex

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.

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

gh-fix-ci

32

Hipson47/Hipson

Skill Codex

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.

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

linear

33

Hipson47/Hipson

Skill Codex

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

not rated 4 2mo ago A 27 tokens copy · 100% Apache-2.0

netlify-deploy

34

Hipson47/Hipson

Skill Codex

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.

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

Hipson47/Hipson

Skill Codex

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

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

Hipson47/Hipson

Skill Codex

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

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

Hipson47/Hipson

Skill Codex

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

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

openai-docs

38

Hipson47/Hipson

Skill Codex

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…

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

pdf

39

Hipson47/Hipson

Skill Codex

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.

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

Hipson47/Hipson

Skill Codex

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

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

render-deploy

41

Hipson47/Hipson

Skill Codex

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.

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

screenshot

42

Hipson47/Hipson

Skill Codex

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.

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

Hipson47/Hipson

Skill Codex

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…

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

Hipson47/Hipson

Skill Codex

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.…

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

sentry

45

Hipson47/Hipson

Skill Codex

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.

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

vercel-deploy

46

Hipson47/Hipson

Skill Codex

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".

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

yeet

47

Hipson47/Hipson

Skill Codex

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).

not rated 4 2mo ago A 35 tokens copy · 91% Apache-2.0

Hipson47/Hipson

Skill Claude CodeCodex

React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing reusable APIs. Triggers on tasks involving compound components, render props, context providers, or component architecture. Includes React 19 API changes.

not rated 4 2mo ago A 58 tokens copy · 88% Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: