{"id":50436788,"url":"https://github.com/codemonk-digital/ux-principles","last_synced_at":"2026-05-31T17:30:26.996Z","repository":{"id":359896932,"uuid":"1247913138","full_name":"codemonk-digital/ux-principles","owner":"codemonk-digital","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-24T01:25:24.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-24T02:27:06.262Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codemonk-digital.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-24T00:19:17.000Z","updated_at":"2026-05-24T01:25:28.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/codemonk-digital/ux-principles","commit_stats":null,"previous_names":["codemonk-digital/ux-principles"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/codemonk-digital/ux-principles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonk-digital%2Fux-principles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonk-digital%2Fux-principles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonk-digital%2Fux-principles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonk-digital%2Fux-principles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codemonk-digital","download_url":"https://codeload.github.com/codemonk-digital/ux-principles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codemonk-digital%2Fux-principles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33742184,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-31T02:00:06.040Z","response_time":95,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-31T17:30:23.185Z","updated_at":"2026-05-31T17:30:26.991Z","avatar_url":"https://github.com/codemonk-digital.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UX principles\n\nA small Codex and Synapse-compatible plugin for applying humane, cross-product UX principles while working on frontend features and user-facing product surfaces.\n\nIt is intentionally practical rather than exhaustive. The skill helps an agent pause before making user-facing changes and ask:\n\n- What is the user trying to do?\n- What work could they lose?\n- What state does the system own, and what state does the user own?\n- What needs confirmation before it becomes real?\n- What words would a helpful person use here?\n\n## Use cases\n\nUse this skill when working on:\n\n- frontend features\n- UX decisions\n- product copy\n- forms and editable surfaces\n- autosave and save flows\n- generated artifacts and previews\n- loading, saving, and error states\n- accessibility and interaction polish\n\n## Installation\n\nThis repository supports three installation shapes:\n\n- As a plain Codex skill from the root `SKILL.md`.\n- As a Codex plugin marketplace containing `plugins/ux-principles`.\n- As a Claude Code / Synapse-style plugin marketplace containing `plugins/ux-principles`.\n\nStart by cloning the repository:\n\n```bash\ngit clone https://github.com/codemonk-digital/ux-principles.git\ncd ux-principles\n```\n\n### Plain Codex skill\n\nUse the root `SKILL.md` directly if your agent runtime supports installing a skill from a local folder or repository path.\n\n### Codex plugin marketplace\n\nCodex-compatible plugin metadata is available at these paths:\n\n```plain text\n.agents/plugins/marketplace.json\nplugins/ux-principles/.codex-plugin/plugin.json\n```\n\nAdd the marketplace file to Codex, then install the `ux-principles` plugin from that marketplace.\n\n### Claude Code / Synapse plugin marketplace\n\nClaude Code / Synapse-compatible marketplace metadata is available at these paths:\n\n```plain text\n.claude-plugin/marketplace.json\nplugins/ux-principles/.claude-plugin/plugin.json\n```\n\nAdd the marketplace file to the compatible runtime, then install the `ux-principles` plugin from that marketplace.\n\nThe skill itself lives at:\n\n```plain text\nplugins/ux-principles/skills/ux-principles/SKILL.md\n```\n\n### Plugin layout\n\nThere is intentionally no root-level `plugins/ux-principles/plugin.json`. The plugin manifests live exclusively in:\n\n```plain text\nplugins/ux-principles/.codex-plugin/plugin.json\nplugins/ux-principles/.claude-plugin/plugin.json\n```\n\n### Validation\n\nRun the local structural validator with:\n\n```bash\nnpm test\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonk-digital%2Fux-principles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodemonk-digital%2Fux-principles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodemonk-digital%2Fux-principles/lists"}