originality-check

Featured

Guideline-4.3 anti-spam / originality gate — score whether an app (and each portfolio addition) is meaningfully distinct in function, content, and metadata before you invest or submit. Use at validation/new-app time and again before submission. Protects the whole developer account from 4.3 (spam/duplicate) rejections. NOT rejection-handler (that works an existing rejection) and NOT competitive-analysis (that positions in the market).

AI & Automation 564 stars 47 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 96/100

Stars 20%
92
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Originality Check Decide, with evidence, whether an app is *distinct enough to exist* — before you build it or submit it. > At portfolio scale, shipping many similar small apps risks **Guideline 4.3 (spam / duplicate)** > — this is the go/no-go distinctness gate that keeps that from happening. ## Where it fits (read the seams) - **Not `rejection-handler`.** That works a rejection you *already have*. This is upstream — it prevents the 4.3 by catching sameness before you ship. - **Not `competitive-analysis` / `market-research`.** Those size demand and position you in the market. This judges *distinctness* (function + content + metadata) vs your own portfolio and vs near-identical competitors — a spam risk, not a demand question. - **Two moments to run it:** at `validate` / `new-app` (don't build a dup) and before `submit` (don't trip 4.3). Also periodically across the portfolio (internal cannibalization / template-sameness). ## Prerequisites - The app idea or a shipped app to evaluate (name, one-line function, target metadata). - Optional: `.planning/VALIDATION.md` (competitor + market data). If missing/stale, gather fresh via WebSearch or the `product/competitive-analysis` skill. - Optional ASC access to read the developer's existing portfolio (`list_apps` / `get_metadata`). ## Flow 1. **Internal check (your own portfolio).** `list_apps` → for each shipped app read its positioning (`get_metadata`). Does the candidate overlap one you already ship in **fun...

Details

Author
rshankras
Repository
rshankras/claude-code-apple-skills
Created
9 months ago
Last Updated
3 days ago
Language
Swift
License
MIT

Integrates with

Bundled in these plugins

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Listed

priorart

Prior-art check before you build — does this idea already exist? Takes a project/tool/library idea, reframes it in the vocabularies different communities would use, searches where builders publish (code registries, Show HN, arXiv), traces each match one dependency-layer down to the real incumbent, and returns a locator-backed landscape plus exactly one verdict: Build / Fork X / Contribute to Y / Use Z / Investigate first. Checked ideas persist in out/priorart/checked.md, so re-checking one opens with what changed. Keyless. Use for "does something like X already exist", "has anyone built this", "am I reinventing the wheel", "check prior art before I build" — e.g. "/priorart <idea>". For your existing project vs its peers use scout; for choosing between named options use verdict.

6 Updated today
duthaho
AI & Automation Listed

aris-novelty-check

Verify research idea novelty against recent literature. Use when user says "novelty check", "check novelty", "has anyone done this", or wants to verify a research idea is novel before implementing. Ported from wanshuiyin/Auto-claude-code-research-in-sleep (ARIS) — methodology only, Claude-Code-specific MCP deps stripped for VS Code Copilot.

0 Updated today
JZKK720
Code & Development Solid

validate-market

Run an honest market-fit and viability audit of any project or idea and produce a decision doc, not code. Use when someone asks "is this viable as a business", "audit the market fit", "make the case and compare to competitors", "should I apply to YC or bootstrap", or wants to validate a project, product, or market before investing more time. Gathers verifiable traction data first, researches the competitive field, gets an independent cold read, writes a doc with pre-committed pass/middle/kill criteria and a concrete week-1 assignment, then hardens it with an adversarial review loop.

11 Updated 5 days ago
tamdogood