3.9 KiB
3.9 KiB
Trademark Remediation Goal
Outcome
Rename the public project identity from antigravity-awesome-skills / Antigravity Awesome Skills to agentic-awesome-skills / Agentic Awesome Skills across the repository surfaces that can create affiliation confusion, while preserving descriptive compatibility references to Antigravity only where they document supported install targets or upstream provenance.
Baseline
- GitHub repository name has been changed by the owner.
- Local
originstill points tohttps://github.com/sickn33/antigravity-awesome-skills.git. - Public/source surfaces still contain old naming in package metadata, README, web app SEO, manifests, installer text, plugin metadata sources, generated catalogs, and verification scripts.
Constraints
- Do not remove truthful upstream provenance links or skill compatibility tags solely because they mention Antigravity.
- Do not weaken validation, SEO checks, security checks, or generated-file contracts.
- Prefer source and generator edits, then regenerate generated outputs.
- Public, irreversible, or costly actions are approval-gated: repo rename, npm publish/deprecate, GitHub Pages deployment, direct push to
main, and email sending.
Verifiers
Primary verifier:
- A repository-wide public-brand scan shows no remaining first-party
antigravity-awesome-skills,Antigravity Awesome Skills, orAntigravity Skillsidentity on package, README, web app, generated plugin/package metadata, or SEO surfaces.
Supporting checks:
npm run validatenpm run testnpm run security:docsnpm run buildnpm run app:buildcd apps/web-app && npm run verify:seo
Loop
- Inspect a bounded surface.
- Patch canonical source or generator first.
- Regenerate affected outputs.
- Run targeted scan/check.
- Repeat until only descriptive compatibility/provenance references remain.
- Run the full verifier chain and record failures or remaining approval gates.
Blocker Standard
The goal is blocked only if a required network/public action needs user approval or credentials and no local verification or patch work remains.
Completion Proof
- Changed file summary.
- Remaining Antigravity references classified as compatibility/provenance, not first-party branding.
- Verifier command results.
- English reply draft for GitHub Trust & Safety.
Execution Notes - 2026-07-08
- Renamed first-party package, repository URLs, README branding, web app branding, manifests, SEO metadata, sitemap generation, installer docs, plugin roots, generated bundle prefixes, and contributor/user documentation to
agentic-awesome-skills/Agentic Awesome Skills. - Added explicit independent-project disclaimers in README and the web app home surface.
- Updated
originandupstreamtohttps://github.com/sickn33/agentic-awesome-skills.git; fork remotes intentionally retain their own upstream names. - Preserved truthful compatibility/provenance mentions for Antigravity IDE/CLI support and external source repositories such as
Kench001/antigravity-awesome-skills,iradoweck/antigravity-awesome-skills, andpravin-python/antigravity-awesome-skills. - Regenerated root indexes/catalogs, plugin bundles, metadata, web assets, sitemap, and the production web app build.
- Verification passed:
npm run buildnpm run sync:web-assetsnpm run app:buildnpm run validate(passes with existing non-blocking warnings/advisories)npm_config_cache=/private/tmp/aas-npm-cache npm run testnpm run security:docscd apps/web-app && npm run verify:seonpm run app:test
npm run testwith the default npm cache failed before retry because/Users/nicco/.npmcontains root-owned cache entries; the successful rerun used a temporary cache under/private/tmp.- Final scan found only external provenance/license references and cleanup code for removing stale old plugin directory names.