git404hub

what is identity-skill fr?

sac-y/identity-skill — explained in plain English

Analysis updated 2026-05-18

202PythonAudience · vibe coderComplexity · 3/5LicenseSetup · easy

tl;dr

An AI agent skill that builds a personal website by first generating and locking approved reference images per section, then implementing a pixel-matching site from them.

vibe map

mindmap
  root((identity-skill))
    What it does
      Reference image first
      Approval checkpoints
      Pixel matching build
      Verification script
    Tech stack
      Python
      Agent Skills spec
      Codex
    Use cases
      Portfolio sites
      Job search sites
      Design to code workflow
    Audience
      Vibe coders
      Codex users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Generate a personal portfolio or job-search website from a LinkedIn profile using Codex.

VIBE 2

Turn a set of approved reference images into a pixel-faithful implemented website.

VIBE 3

Run the included verification script to confirm required design evidence exists before delivery.

what's the stack?

PythonAgent SkillsCodex

how it stacks up fr

sac-y/identity-skillchubbyguan/chubbyskillsohad6k/emulo
Stars202205199
LanguagePythonPythonPython
Setup difficultyeasymoderateeasy
Complexity3/53/52/5
Audiencevibe coderdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 30min

Installed via a single npx command, works best with Codex and optional companion image-generation skills.

MIT license, free to use, modify, and distribute with attribution.

in plain english

Identity Skill is an installable Agent Skill, mainly built for OpenAI's Codex, that builds a personal website matching reference images you approve before any code is written. The README, written in Chinese with an English translation available, explains that most AI website builders jump straight into writing code, so you cannot see what the design looks like until it is finished, and the visual taste of the AI can be unreliable. This skill flips that order: it generates a reference image for each section of the site first, waits for you to confirm it, and only then builds a pixel-matching implementation. The process runs in five steps, each with a checkpoint where a person must approve before moving on. Step one reads your resume, LinkedIn, or project links to decide the site's structure and offers up to three style directions. Step two produces a reference image for each section and locks it with a saved, non-overwritable hash. Step three breaks each reference image down into a list of assets, measuring the size and position of each piece. Step four generates only the approved assets, each one checked against its reference region. Step five hands everything to a website-building tool for a faithful, section-by-section implementation, checked with desktop, ultra-wide, and mobile screenshots. Installation is a single command, npx skills add Sac-Y/identity-skill, after which a user can simply describe what they want in Codex, such as building a portfolio site from their LinkedIn profile. A bundled Python verification script checks that reference image hashes, screenshots, and other required evidence exist before the site is considered delivered, though the README notes that passing verification confirms the evidence exists, not that the final visual quality is good. The project depends on optional image-generation and frontend-building skills if they are already installed, and falls back to built-in versions otherwise. It is released under the MIT license.

prompts (copy fr)

prompt 1
How do I install identity-skill using npx skills add and trigger it inside Codex?
prompt 2
Explain the five-step workflow this skill follows, from content locking to final QA.
prompt 3
What does the verify_identity_run.py script check before a site is considered delivered?
prompt 4
Walk me through how this skill splits a reference image into background and foreground assets.

Frequently asked questions

what is identity-skill fr?

An AI agent skill that builds a personal website by first generating and locking approved reference images per section, then implementing a pixel-matching site from them.

What language is identity-skill written in?

Mainly Python. The stack also includes Python, Agent Skills, Codex.

What license does identity-skill use?

MIT license, free to use, modify, and distribute with attribution.

How hard is identity-skill to set up?

Setup difficulty is rated easy, with roughly 30min to a first successful run.

Who is identity-skill for?

Mainly vibe coder.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.